Creates a new support ticket.
Bearer authentication using an access token. Format: Bearer <access_token>
CreateTicketRequest is the request to create a support ticket.
Ticket subject.
User who creates the ticket.
TicketType represents the category of a support ticket.
TICKET_TYPE_UNSPECIFIED, TICKET_TYPE_BUG_REPORT, TICKET_TYPE_FEATURE_REQUEST, TICKET_TYPE_IMPROVEMENT_SUGGESTION, TICKET_TYPE_QUESTION, TICKET_TYPE_OTHER Initial conversation message content.
A successful response.
CreateTicketResponse is the response after creating a ticket.
Ticket represents a support case.