web_chat

package
v0.0.0-...-853dd42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteWebchatDeployment deletes a web chat deployment
	*/
	DeleteWebchatDeployment(ctx context.Context, params *DeleteWebchatDeploymentParams) (*DeleteWebchatDeploymentNoContent, error)
	/*
	   DeleteWebchatGuestConversationMember removes a member from a chat conversation
	*/
	DeleteWebchatGuestConversationMember(ctx context.Context, params *DeleteWebchatGuestConversationMemberParams) (*DeleteWebchatGuestConversationMemberNoContent, error)
	/*
	   DeleteWebchatSettings removes web chat deployment settings
	*/
	DeleteWebchatSettings(ctx context.Context, params *DeleteWebchatSettingsParams) (*DeleteWebchatSettingsNoContent, error)
	/*
	   GetWebchatDeployment gets a web chat deployment
	*/
	GetWebchatDeployment(ctx context.Context, params *GetWebchatDeploymentParams) (*GetWebchatDeploymentOK, error)
	/*
	   GetWebchatDeployments lists web chat deployments
	*/
	GetWebchatDeployments(ctx context.Context, params *GetWebchatDeploymentsParams) (*GetWebchatDeploymentsOK, error)
	/*
	   GetWebchatGuestConversationMediarequest gets a media request in the conversation
	*/
	GetWebchatGuestConversationMediarequest(ctx context.Context, params *GetWebchatGuestConversationMediarequestParams) (*GetWebchatGuestConversationMediarequestOK, error)
	/*
	   GetWebchatGuestConversationMediarequests gets all media requests to the guest in the conversation
	*/
	GetWebchatGuestConversationMediarequests(ctx context.Context, params *GetWebchatGuestConversationMediarequestsParams) (*GetWebchatGuestConversationMediarequestsOK, error)
	/*
	   GetWebchatGuestConversationMember gets a web chat conversation member
	*/
	GetWebchatGuestConversationMember(ctx context.Context, params *GetWebchatGuestConversationMemberParams) (*GetWebchatGuestConversationMemberOK, error)
	/*
	   GetWebchatGuestConversationMembers gets the members of a chat conversation
	*/
	GetWebchatGuestConversationMembers(ctx context.Context, params *GetWebchatGuestConversationMembersParams) (*GetWebchatGuestConversationMembersOK, error)
	/*
	   GetWebchatGuestConversationMessage gets a web chat conversation message
	*/
	GetWebchatGuestConversationMessage(ctx context.Context, params *GetWebchatGuestConversationMessageParams) (*GetWebchatGuestConversationMessageOK, error)
	/*
	   GetWebchatGuestConversationMessages gets the messages of a chat conversation
	*/
	GetWebchatGuestConversationMessages(ctx context.Context, params *GetWebchatGuestConversationMessagesParams) (*GetWebchatGuestConversationMessagesOK, error)
	/*
	   GetWebchatSettings gets web chat deployment settings
	*/
	GetWebchatSettings(ctx context.Context, params *GetWebchatSettingsParams) (*GetWebchatSettingsOK, error)
	/*
	   PatchWebchatGuestConversationMediarequest updates a media request in the conversation setting the state to a c c e p t e d d e c l i n e d e r r o r e d
	*/
	PatchWebchatGuestConversationMediarequest(ctx context.Context, params *PatchWebchatGuestConversationMediarequestParams) (*PatchWebchatGuestConversationMediarequestOK, error)
	/*
	   PostWebchatDeployments creates web chat deployment
	*/
	PostWebchatDeployments(ctx context.Context, params *PostWebchatDeploymentsParams) (*PostWebchatDeploymentsOK, error)
	/*
	   PostWebchatGuestConversationMemberMessages sends a message in a chat conversation
	*/
	PostWebchatGuestConversationMemberMessages(ctx context.Context, params *PostWebchatGuestConversationMemberMessagesParams) (*PostWebchatGuestConversationMemberMessagesOK, error)
	/*
	   PostWebchatGuestConversationMemberTyping sends a typing indicator in a chat conversation
	*/
	PostWebchatGuestConversationMemberTyping(ctx context.Context, params *PostWebchatGuestConversationMemberTypingParams) (*PostWebchatGuestConversationMemberTypingOK, error)
	/*
	   PostWebchatGuestConversations creates an a c d chat conversation from an external customer
	   This endpoint will create a new ACD Chat conversation under the specified Chat Deployment.
	    The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the 'memberAuthToken' field should include his JWT as generated by the 'POST /api/v2/signeddata' resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted.
	    The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the 'eventStreamUri' field of the response; the conversation is not routed until the event stream is attached.
	*/
	PostWebchatGuestConversations(ctx context.Context, params *PostWebchatGuestConversationsParams) (*PostWebchatGuestConversationsOK, error)
	/*
	   PutWebchatDeployment updates a web chat deployment
	*/
	PutWebchatDeployment(ctx context.Context, params *PutWebchatDeploymentParams) (*PutWebchatDeploymentOK, error)
	/*
	   PutWebchatSettings updates web chat deployment settings
	*/
	PutWebchatSettings(ctx context.Context, params *PutWebchatSettingsParams) (*PutWebchatSettingsOK, error)
}

API is the interface of the web chat client

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for web chat API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new web chat API client.

func (*Client) DeleteWebchatDeployment

func (a *Client) DeleteWebchatDeployment(ctx context.Context, params *DeleteWebchatDeploymentParams) (*DeleteWebchatDeploymentNoContent, error)

DeleteWebchatDeployment deletes a web chat deployment

func (*Client) DeleteWebchatGuestConversationMember

DeleteWebchatGuestConversationMember removes a member from a chat conversation

func (*Client) DeleteWebchatSettings

func (a *Client) DeleteWebchatSettings(ctx context.Context, params *DeleteWebchatSettingsParams) (*DeleteWebchatSettingsNoContent, error)

DeleteWebchatSettings removes web chat deployment settings

func (*Client) GetWebchatDeployment

func (a *Client) GetWebchatDeployment(ctx context.Context, params *GetWebchatDeploymentParams) (*GetWebchatDeploymentOK, error)

GetWebchatDeployment gets a web chat deployment

func (*Client) GetWebchatDeployments

func (a *Client) GetWebchatDeployments(ctx context.Context, params *GetWebchatDeploymentsParams) (*GetWebchatDeploymentsOK, error)

GetWebchatDeployments lists web chat deployments

func (*Client) GetWebchatGuestConversationMediarequest

func (a *Client) GetWebchatGuestConversationMediarequest(ctx context.Context, params *GetWebchatGuestConversationMediarequestParams) (*GetWebchatGuestConversationMediarequestOK, error)

GetWebchatGuestConversationMediarequest gets a media request in the conversation

func (*Client) GetWebchatGuestConversationMediarequests

func (a *Client) GetWebchatGuestConversationMediarequests(ctx context.Context, params *GetWebchatGuestConversationMediarequestsParams) (*GetWebchatGuestConversationMediarequestsOK, error)

GetWebchatGuestConversationMediarequests gets all media requests to the guest in the conversation

func (*Client) GetWebchatGuestConversationMember

func (a *Client) GetWebchatGuestConversationMember(ctx context.Context, params *GetWebchatGuestConversationMemberParams) (*GetWebchatGuestConversationMemberOK, error)

GetWebchatGuestConversationMember gets a web chat conversation member

func (*Client) GetWebchatGuestConversationMembers

func (a *Client) GetWebchatGuestConversationMembers(ctx context.Context, params *GetWebchatGuestConversationMembersParams) (*GetWebchatGuestConversationMembersOK, error)

GetWebchatGuestConversationMembers gets the members of a chat conversation

func (*Client) GetWebchatGuestConversationMessage

func (a *Client) GetWebchatGuestConversationMessage(ctx context.Context, params *GetWebchatGuestConversationMessageParams) (*GetWebchatGuestConversationMessageOK, error)

GetWebchatGuestConversationMessage gets a web chat conversation message

func (*Client) GetWebchatGuestConversationMessages

func (a *Client) GetWebchatGuestConversationMessages(ctx context.Context, params *GetWebchatGuestConversationMessagesParams) (*GetWebchatGuestConversationMessagesOK, error)

GetWebchatGuestConversationMessages gets the messages of a chat conversation

func (*Client) GetWebchatSettings

func (a *Client) GetWebchatSettings(ctx context.Context, params *GetWebchatSettingsParams) (*GetWebchatSettingsOK, error)

GetWebchatSettings gets web chat deployment settings

func (*Client) PatchWebchatGuestConversationMediarequest

func (a *Client) PatchWebchatGuestConversationMediarequest(ctx context.Context, params *PatchWebchatGuestConversationMediarequestParams) (*PatchWebchatGuestConversationMediarequestOK, error)

PatchWebchatGuestConversationMediarequest updates a media request in the conversation setting the state to a c c e p t e d d e c l i n e d e r r o r e d

func (*Client) PostWebchatDeployments

func (a *Client) PostWebchatDeployments(ctx context.Context, params *PostWebchatDeploymentsParams) (*PostWebchatDeploymentsOK, error)

PostWebchatDeployments creates web chat deployment

func (*Client) PostWebchatGuestConversationMemberMessages

func (a *Client) PostWebchatGuestConversationMemberMessages(ctx context.Context, params *PostWebchatGuestConversationMemberMessagesParams) (*PostWebchatGuestConversationMemberMessagesOK, error)

PostWebchatGuestConversationMemberMessages sends a message in a chat conversation

func (*Client) PostWebchatGuestConversationMemberTyping

func (a *Client) PostWebchatGuestConversationMemberTyping(ctx context.Context, params *PostWebchatGuestConversationMemberTypingParams) (*PostWebchatGuestConversationMemberTypingOK, error)

PostWebchatGuestConversationMemberTyping sends a typing indicator in a chat conversation

func (*Client) PostWebchatGuestConversations

func (a *Client) PostWebchatGuestConversations(ctx context.Context, params *PostWebchatGuestConversationsParams) (*PostWebchatGuestConversationsOK, error)

PostWebchatGuestConversations creates an a c d chat conversation from an external customer

This endpoint will create a new ACD Chat conversation under the specified Chat Deployment.

The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the 'memberAuthToken' field should include his JWT as generated by the 'POST /api/v2/signeddata' resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted.
The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the 'eventStreamUri' field of the response; the conversation is not routed until the event stream is attached.

func (*Client) PutWebchatDeployment

func (a *Client) PutWebchatDeployment(ctx context.Context, params *PutWebchatDeploymentParams) (*PutWebchatDeploymentOK, error)

PutWebchatDeployment updates a web chat deployment

func (*Client) PutWebchatSettings

func (a *Client) PutWebchatSettings(ctx context.Context, params *PutWebchatSettingsParams) (*PutWebchatSettingsOK, error)

PutWebchatSettings updates web chat deployment settings

type DeleteWebchatDeploymentBadRequest

type DeleteWebchatDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteWebchatDeploymentBadRequest

func NewDeleteWebchatDeploymentBadRequest() *DeleteWebchatDeploymentBadRequest

NewDeleteWebchatDeploymentBadRequest creates a DeleteWebchatDeploymentBadRequest with default headers values

func (*DeleteWebchatDeploymentBadRequest) Error

func (*DeleteWebchatDeploymentBadRequest) GetPayload

func (*DeleteWebchatDeploymentBadRequest) IsClientError

func (o *DeleteWebchatDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this delete webchat deployment bad request response has a 4xx status code

func (*DeleteWebchatDeploymentBadRequest) IsCode

func (o *DeleteWebchatDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this delete webchat deployment bad request response a status code equal to that given

func (*DeleteWebchatDeploymentBadRequest) IsRedirect

func (o *DeleteWebchatDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this delete webchat deployment bad request response has a 3xx status code

func (*DeleteWebchatDeploymentBadRequest) IsServerError

func (o *DeleteWebchatDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this delete webchat deployment bad request response has a 5xx status code

func (*DeleteWebchatDeploymentBadRequest) IsSuccess

func (o *DeleteWebchatDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this delete webchat deployment bad request response has a 2xx status code

func (*DeleteWebchatDeploymentBadRequest) String

type DeleteWebchatDeploymentForbidden

type DeleteWebchatDeploymentForbidden struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteWebchatDeploymentForbidden

func NewDeleteWebchatDeploymentForbidden() *DeleteWebchatDeploymentForbidden

NewDeleteWebchatDeploymentForbidden creates a DeleteWebchatDeploymentForbidden with default headers values

func (*DeleteWebchatDeploymentForbidden) Error

func (*DeleteWebchatDeploymentForbidden) GetPayload

func (*DeleteWebchatDeploymentForbidden) IsClientError

func (o *DeleteWebchatDeploymentForbidden) IsClientError() bool

IsClientError returns true when this delete webchat deployment forbidden response has a 4xx status code

func (*DeleteWebchatDeploymentForbidden) IsCode

func (o *DeleteWebchatDeploymentForbidden) IsCode(code int) bool

IsCode returns true when this delete webchat deployment forbidden response a status code equal to that given

func (*DeleteWebchatDeploymentForbidden) IsRedirect

func (o *DeleteWebchatDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this delete webchat deployment forbidden response has a 3xx status code

func (*DeleteWebchatDeploymentForbidden) IsServerError

func (o *DeleteWebchatDeploymentForbidden) IsServerError() bool

IsServerError returns true when this delete webchat deployment forbidden response has a 5xx status code

func (*DeleteWebchatDeploymentForbidden) IsSuccess

func (o *DeleteWebchatDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this delete webchat deployment forbidden response has a 2xx status code

func (*DeleteWebchatDeploymentForbidden) String

type DeleteWebchatDeploymentGatewayTimeout

type DeleteWebchatDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteWebchatDeploymentGatewayTimeout

func NewDeleteWebchatDeploymentGatewayTimeout() *DeleteWebchatDeploymentGatewayTimeout

NewDeleteWebchatDeploymentGatewayTimeout creates a DeleteWebchatDeploymentGatewayTimeout with default headers values

func (*DeleteWebchatDeploymentGatewayTimeout) Error

func (*DeleteWebchatDeploymentGatewayTimeout) GetPayload

func (*DeleteWebchatDeploymentGatewayTimeout) IsClientError

func (o *DeleteWebchatDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete webchat deployment gateway timeout response has a 4xx status code

func (*DeleteWebchatDeploymentGatewayTimeout) IsCode

IsCode returns true when this delete webchat deployment gateway timeout response a status code equal to that given

func (*DeleteWebchatDeploymentGatewayTimeout) IsRedirect

IsRedirect returns true when this delete webchat deployment gateway timeout response has a 3xx status code

func (*DeleteWebchatDeploymentGatewayTimeout) IsServerError

func (o *DeleteWebchatDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete webchat deployment gateway timeout response has a 5xx status code

func (*DeleteWebchatDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webchat deployment gateway timeout response has a 2xx status code

func (*DeleteWebchatDeploymentGatewayTimeout) String

type DeleteWebchatDeploymentInternalServerError

type DeleteWebchatDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteWebchatDeploymentInternalServerError

func NewDeleteWebchatDeploymentInternalServerError() *DeleteWebchatDeploymentInternalServerError

NewDeleteWebchatDeploymentInternalServerError creates a DeleteWebchatDeploymentInternalServerError with default headers values

func (*DeleteWebchatDeploymentInternalServerError) Error

func (*DeleteWebchatDeploymentInternalServerError) GetPayload

func (*DeleteWebchatDeploymentInternalServerError) IsClientError

IsClientError returns true when this delete webchat deployment internal server error response has a 4xx status code

func (*DeleteWebchatDeploymentInternalServerError) IsCode

IsCode returns true when this delete webchat deployment internal server error response a status code equal to that given

func (*DeleteWebchatDeploymentInternalServerError) IsRedirect

IsRedirect returns true when this delete webchat deployment internal server error response has a 3xx status code

func (*DeleteWebchatDeploymentInternalServerError) IsServerError

IsServerError returns true when this delete webchat deployment internal server error response has a 5xx status code

func (*DeleteWebchatDeploymentInternalServerError) IsSuccess

IsSuccess returns true when this delete webchat deployment internal server error response has a 2xx status code

func (*DeleteWebchatDeploymentInternalServerError) String

type DeleteWebchatDeploymentNoContent

type DeleteWebchatDeploymentNoContent struct {
}

DeleteWebchatDeploymentNoContent describes a response with status code 204, with default header values.

Deleted

func NewDeleteWebchatDeploymentNoContent

func NewDeleteWebchatDeploymentNoContent() *DeleteWebchatDeploymentNoContent

NewDeleteWebchatDeploymentNoContent creates a DeleteWebchatDeploymentNoContent with default headers values

func (*DeleteWebchatDeploymentNoContent) Error

func (*DeleteWebchatDeploymentNoContent) IsClientError

func (o *DeleteWebchatDeploymentNoContent) IsClientError() bool

IsClientError returns true when this delete webchat deployment no content response has a 4xx status code

func (*DeleteWebchatDeploymentNoContent) IsCode

func (o *DeleteWebchatDeploymentNoContent) IsCode(code int) bool

IsCode returns true when this delete webchat deployment no content response a status code equal to that given

func (*DeleteWebchatDeploymentNoContent) IsRedirect

func (o *DeleteWebchatDeploymentNoContent) IsRedirect() bool

IsRedirect returns true when this delete webchat deployment no content response has a 3xx status code

func (*DeleteWebchatDeploymentNoContent) IsServerError

func (o *DeleteWebchatDeploymentNoContent) IsServerError() bool

IsServerError returns true when this delete webchat deployment no content response has a 5xx status code

func (*DeleteWebchatDeploymentNoContent) IsSuccess

func (o *DeleteWebchatDeploymentNoContent) IsSuccess() bool

IsSuccess returns true when this delete webchat deployment no content response has a 2xx status code

func (*DeleteWebchatDeploymentNoContent) String

type DeleteWebchatDeploymentNotFound

type DeleteWebchatDeploymentNotFound struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteWebchatDeploymentNotFound

func NewDeleteWebchatDeploymentNotFound() *DeleteWebchatDeploymentNotFound

NewDeleteWebchatDeploymentNotFound creates a DeleteWebchatDeploymentNotFound with default headers values

func (*DeleteWebchatDeploymentNotFound) Error

func (*DeleteWebchatDeploymentNotFound) GetPayload

func (*DeleteWebchatDeploymentNotFound) IsClientError

func (o *DeleteWebchatDeploymentNotFound) IsClientError() bool

IsClientError returns true when this delete webchat deployment not found response has a 4xx status code

func (*DeleteWebchatDeploymentNotFound) IsCode

func (o *DeleteWebchatDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this delete webchat deployment not found response a status code equal to that given

func (*DeleteWebchatDeploymentNotFound) IsRedirect

func (o *DeleteWebchatDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this delete webchat deployment not found response has a 3xx status code

func (*DeleteWebchatDeploymentNotFound) IsServerError

func (o *DeleteWebchatDeploymentNotFound) IsServerError() bool

IsServerError returns true when this delete webchat deployment not found response has a 5xx status code

func (*DeleteWebchatDeploymentNotFound) IsSuccess

func (o *DeleteWebchatDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this delete webchat deployment not found response has a 2xx status code

func (*DeleteWebchatDeploymentNotFound) String

type DeleteWebchatDeploymentParams

type DeleteWebchatDeploymentParams struct {

	/* DeploymentID.

	   Deployment Id
	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWebchatDeploymentParams contains all the parameters to send to the API endpoint

for the delete webchat deployment operation.

Typically these are written to a http.Request.

func NewDeleteWebchatDeploymentParams

func NewDeleteWebchatDeploymentParams() *DeleteWebchatDeploymentParams

NewDeleteWebchatDeploymentParams creates a new DeleteWebchatDeploymentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteWebchatDeploymentParamsWithContext

func NewDeleteWebchatDeploymentParamsWithContext(ctx context.Context) *DeleteWebchatDeploymentParams

NewDeleteWebchatDeploymentParamsWithContext creates a new DeleteWebchatDeploymentParams object with the ability to set a context for a request.

func NewDeleteWebchatDeploymentParamsWithHTTPClient

func NewDeleteWebchatDeploymentParamsWithHTTPClient(client *http.Client) *DeleteWebchatDeploymentParams

NewDeleteWebchatDeploymentParamsWithHTTPClient creates a new DeleteWebchatDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebchatDeploymentParamsWithTimeout

func NewDeleteWebchatDeploymentParamsWithTimeout(timeout time.Duration) *DeleteWebchatDeploymentParams

NewDeleteWebchatDeploymentParamsWithTimeout creates a new DeleteWebchatDeploymentParams object with the ability to set a timeout on a request.

func (*DeleteWebchatDeploymentParams) SetContext

func (o *DeleteWebchatDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) SetDefaults

func (o *DeleteWebchatDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the delete webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatDeploymentParams) SetDeploymentID

func (o *DeleteWebchatDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) SetHTTPClient

func (o *DeleteWebchatDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) SetTimeout

func (o *DeleteWebchatDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) WithContext

WithContext adds the context to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) WithDefaults

WithDefaults hydrates default values in the delete webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatDeploymentParams) WithDeploymentID

func (o *DeleteWebchatDeploymentParams) WithDeploymentID(deploymentID string) *DeleteWebchatDeploymentParams

WithDeploymentID adds the deploymentID to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) WithTimeout

WithTimeout adds the timeout to the delete webchat deployment params

func (*DeleteWebchatDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebchatDeploymentReader

type DeleteWebchatDeploymentReader struct {
	// contains filtered or unexported fields
}

DeleteWebchatDeploymentReader is a Reader for the DeleteWebchatDeployment structure.

func (*DeleteWebchatDeploymentReader) ReadResponse

func (o *DeleteWebchatDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWebchatDeploymentRequestEntityTooLarge

type DeleteWebchatDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteWebchatDeploymentRequestEntityTooLarge

func NewDeleteWebchatDeploymentRequestEntityTooLarge() *DeleteWebchatDeploymentRequestEntityTooLarge

NewDeleteWebchatDeploymentRequestEntityTooLarge creates a DeleteWebchatDeploymentRequestEntityTooLarge with default headers values

func (*DeleteWebchatDeploymentRequestEntityTooLarge) Error

func (*DeleteWebchatDeploymentRequestEntityTooLarge) GetPayload

func (*DeleteWebchatDeploymentRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete webchat deployment request entity too large response has a 4xx status code

func (*DeleteWebchatDeploymentRequestEntityTooLarge) IsCode

IsCode returns true when this delete webchat deployment request entity too large response a status code equal to that given

func (*DeleteWebchatDeploymentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete webchat deployment request entity too large response has a 3xx status code

func (*DeleteWebchatDeploymentRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete webchat deployment request entity too large response has a 5xx status code

func (*DeleteWebchatDeploymentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete webchat deployment request entity too large response has a 2xx status code

func (*DeleteWebchatDeploymentRequestEntityTooLarge) String

type DeleteWebchatDeploymentRequestTimeout

type DeleteWebchatDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteWebchatDeploymentRequestTimeout

func NewDeleteWebchatDeploymentRequestTimeout() *DeleteWebchatDeploymentRequestTimeout

NewDeleteWebchatDeploymentRequestTimeout creates a DeleteWebchatDeploymentRequestTimeout with default headers values

func (*DeleteWebchatDeploymentRequestTimeout) Error

func (*DeleteWebchatDeploymentRequestTimeout) GetPayload

func (*DeleteWebchatDeploymentRequestTimeout) IsClientError

func (o *DeleteWebchatDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this delete webchat deployment request timeout response has a 4xx status code

func (*DeleteWebchatDeploymentRequestTimeout) IsCode

IsCode returns true when this delete webchat deployment request timeout response a status code equal to that given

func (*DeleteWebchatDeploymentRequestTimeout) IsRedirect

IsRedirect returns true when this delete webchat deployment request timeout response has a 3xx status code

func (*DeleteWebchatDeploymentRequestTimeout) IsServerError

func (o *DeleteWebchatDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this delete webchat deployment request timeout response has a 5xx status code

func (*DeleteWebchatDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this delete webchat deployment request timeout response has a 2xx status code

func (*DeleteWebchatDeploymentRequestTimeout) String

type DeleteWebchatDeploymentServiceUnavailable

type DeleteWebchatDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteWebchatDeploymentServiceUnavailable

func NewDeleteWebchatDeploymentServiceUnavailable() *DeleteWebchatDeploymentServiceUnavailable

NewDeleteWebchatDeploymentServiceUnavailable creates a DeleteWebchatDeploymentServiceUnavailable with default headers values

func (*DeleteWebchatDeploymentServiceUnavailable) Error

func (*DeleteWebchatDeploymentServiceUnavailable) GetPayload

func (*DeleteWebchatDeploymentServiceUnavailable) IsClientError

IsClientError returns true when this delete webchat deployment service unavailable response has a 4xx status code

func (*DeleteWebchatDeploymentServiceUnavailable) IsCode

IsCode returns true when this delete webchat deployment service unavailable response a status code equal to that given

func (*DeleteWebchatDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webchat deployment service unavailable response has a 3xx status code

func (*DeleteWebchatDeploymentServiceUnavailable) IsServerError

IsServerError returns true when this delete webchat deployment service unavailable response has a 5xx status code

func (*DeleteWebchatDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webchat deployment service unavailable response has a 2xx status code

func (*DeleteWebchatDeploymentServiceUnavailable) String

type DeleteWebchatDeploymentTooManyRequests

type DeleteWebchatDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteWebchatDeploymentTooManyRequests

func NewDeleteWebchatDeploymentTooManyRequests() *DeleteWebchatDeploymentTooManyRequests

NewDeleteWebchatDeploymentTooManyRequests creates a DeleteWebchatDeploymentTooManyRequests with default headers values

func (*DeleteWebchatDeploymentTooManyRequests) Error

func (*DeleteWebchatDeploymentTooManyRequests) GetPayload

func (*DeleteWebchatDeploymentTooManyRequests) IsClientError

func (o *DeleteWebchatDeploymentTooManyRequests) IsClientError() bool

IsClientError returns true when this delete webchat deployment too many requests response has a 4xx status code

func (*DeleteWebchatDeploymentTooManyRequests) IsCode

IsCode returns true when this delete webchat deployment too many requests response a status code equal to that given

func (*DeleteWebchatDeploymentTooManyRequests) IsRedirect

IsRedirect returns true when this delete webchat deployment too many requests response has a 3xx status code

func (*DeleteWebchatDeploymentTooManyRequests) IsServerError

func (o *DeleteWebchatDeploymentTooManyRequests) IsServerError() bool

IsServerError returns true when this delete webchat deployment too many requests response has a 5xx status code

func (*DeleteWebchatDeploymentTooManyRequests) IsSuccess

IsSuccess returns true when this delete webchat deployment too many requests response has a 2xx status code

func (*DeleteWebchatDeploymentTooManyRequests) String

type DeleteWebchatDeploymentUnauthorized

type DeleteWebchatDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteWebchatDeploymentUnauthorized

func NewDeleteWebchatDeploymentUnauthorized() *DeleteWebchatDeploymentUnauthorized

NewDeleteWebchatDeploymentUnauthorized creates a DeleteWebchatDeploymentUnauthorized with default headers values

func (*DeleteWebchatDeploymentUnauthorized) Error

func (*DeleteWebchatDeploymentUnauthorized) GetPayload

func (*DeleteWebchatDeploymentUnauthorized) IsClientError

func (o *DeleteWebchatDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this delete webchat deployment unauthorized response has a 4xx status code

func (*DeleteWebchatDeploymentUnauthorized) IsCode

IsCode returns true when this delete webchat deployment unauthorized response a status code equal to that given

func (*DeleteWebchatDeploymentUnauthorized) IsRedirect

func (o *DeleteWebchatDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete webchat deployment unauthorized response has a 3xx status code

func (*DeleteWebchatDeploymentUnauthorized) IsServerError

func (o *DeleteWebchatDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this delete webchat deployment unauthorized response has a 5xx status code

func (*DeleteWebchatDeploymentUnauthorized) IsSuccess

IsSuccess returns true when this delete webchat deployment unauthorized response has a 2xx status code

func (*DeleteWebchatDeploymentUnauthorized) String

type DeleteWebchatDeploymentUnsupportedMediaType

type DeleteWebchatDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebchatDeploymentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteWebchatDeploymentUnsupportedMediaType

func NewDeleteWebchatDeploymentUnsupportedMediaType() *DeleteWebchatDeploymentUnsupportedMediaType

NewDeleteWebchatDeploymentUnsupportedMediaType creates a DeleteWebchatDeploymentUnsupportedMediaType with default headers values

func (*DeleteWebchatDeploymentUnsupportedMediaType) Error

func (*DeleteWebchatDeploymentUnsupportedMediaType) GetPayload

func (*DeleteWebchatDeploymentUnsupportedMediaType) IsClientError

IsClientError returns true when this delete webchat deployment unsupported media type response has a 4xx status code

func (*DeleteWebchatDeploymentUnsupportedMediaType) IsCode

IsCode returns true when this delete webchat deployment unsupported media type response a status code equal to that given

func (*DeleteWebchatDeploymentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete webchat deployment unsupported media type response has a 3xx status code

func (*DeleteWebchatDeploymentUnsupportedMediaType) IsServerError

IsServerError returns true when this delete webchat deployment unsupported media type response has a 5xx status code

func (*DeleteWebchatDeploymentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete webchat deployment unsupported media type response has a 2xx status code

func (*DeleteWebchatDeploymentUnsupportedMediaType) String

type DeleteWebchatGuestConversationMemberBadRequest

type DeleteWebchatGuestConversationMemberBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteWebchatGuestConversationMemberBadRequest

func NewDeleteWebchatGuestConversationMemberBadRequest() *DeleteWebchatGuestConversationMemberBadRequest

NewDeleteWebchatGuestConversationMemberBadRequest creates a DeleteWebchatGuestConversationMemberBadRequest with default headers values

func (*DeleteWebchatGuestConversationMemberBadRequest) Error

func (*DeleteWebchatGuestConversationMemberBadRequest) GetPayload

func (*DeleteWebchatGuestConversationMemberBadRequest) IsClientError

IsClientError returns true when this delete webchat guest conversation member bad request response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberBadRequest) IsCode

IsCode returns true when this delete webchat guest conversation member bad request response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberBadRequest) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member bad request response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberBadRequest) IsServerError

IsServerError returns true when this delete webchat guest conversation member bad request response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberBadRequest) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member bad request response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberBadRequest) String

type DeleteWebchatGuestConversationMemberForbidden

type DeleteWebchatGuestConversationMemberForbidden struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteWebchatGuestConversationMemberForbidden

func NewDeleteWebchatGuestConversationMemberForbidden() *DeleteWebchatGuestConversationMemberForbidden

NewDeleteWebchatGuestConversationMemberForbidden creates a DeleteWebchatGuestConversationMemberForbidden with default headers values

func (*DeleteWebchatGuestConversationMemberForbidden) Error

func (*DeleteWebchatGuestConversationMemberForbidden) GetPayload

func (*DeleteWebchatGuestConversationMemberForbidden) IsClientError

IsClientError returns true when this delete webchat guest conversation member forbidden response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberForbidden) IsCode

IsCode returns true when this delete webchat guest conversation member forbidden response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberForbidden) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member forbidden response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberForbidden) IsServerError

IsServerError returns true when this delete webchat guest conversation member forbidden response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberForbidden) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member forbidden response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberForbidden) String

type DeleteWebchatGuestConversationMemberGatewayTimeout

type DeleteWebchatGuestConversationMemberGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteWebchatGuestConversationMemberGatewayTimeout

func NewDeleteWebchatGuestConversationMemberGatewayTimeout() *DeleteWebchatGuestConversationMemberGatewayTimeout

NewDeleteWebchatGuestConversationMemberGatewayTimeout creates a DeleteWebchatGuestConversationMemberGatewayTimeout with default headers values

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) Error

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) GetPayload

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) IsClientError

IsClientError returns true when this delete webchat guest conversation member gateway timeout response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) IsCode

IsCode returns true when this delete webchat guest conversation member gateway timeout response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member gateway timeout response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) IsServerError

IsServerError returns true when this delete webchat guest conversation member gateway timeout response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member gateway timeout response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberGatewayTimeout) String

type DeleteWebchatGuestConversationMemberInternalServerError

type DeleteWebchatGuestConversationMemberInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteWebchatGuestConversationMemberInternalServerError

func NewDeleteWebchatGuestConversationMemberInternalServerError() *DeleteWebchatGuestConversationMemberInternalServerError

NewDeleteWebchatGuestConversationMemberInternalServerError creates a DeleteWebchatGuestConversationMemberInternalServerError with default headers values

func (*DeleteWebchatGuestConversationMemberInternalServerError) Error

func (*DeleteWebchatGuestConversationMemberInternalServerError) GetPayload

func (*DeleteWebchatGuestConversationMemberInternalServerError) IsClientError

IsClientError returns true when this delete webchat guest conversation member internal server error response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberInternalServerError) IsCode

IsCode returns true when this delete webchat guest conversation member internal server error response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberInternalServerError) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member internal server error response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberInternalServerError) IsServerError

IsServerError returns true when this delete webchat guest conversation member internal server error response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberInternalServerError) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member internal server error response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberInternalServerError) String

type DeleteWebchatGuestConversationMemberNoContent

type DeleteWebchatGuestConversationMemberNoContent struct {
}

DeleteWebchatGuestConversationMemberNoContent describes a response with status code 204, with default header values.

Operation was successful.

func NewDeleteWebchatGuestConversationMemberNoContent

func NewDeleteWebchatGuestConversationMemberNoContent() *DeleteWebchatGuestConversationMemberNoContent

NewDeleteWebchatGuestConversationMemberNoContent creates a DeleteWebchatGuestConversationMemberNoContent with default headers values

func (*DeleteWebchatGuestConversationMemberNoContent) Error

func (*DeleteWebchatGuestConversationMemberNoContent) IsClientError

IsClientError returns true when this delete webchat guest conversation member no content response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberNoContent) IsCode

IsCode returns true when this delete webchat guest conversation member no content response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberNoContent) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member no content response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberNoContent) IsServerError

IsServerError returns true when this delete webchat guest conversation member no content response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberNoContent) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member no content response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberNoContent) String

type DeleteWebchatGuestConversationMemberNotFound

type DeleteWebchatGuestConversationMemberNotFound struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteWebchatGuestConversationMemberNotFound

func NewDeleteWebchatGuestConversationMemberNotFound() *DeleteWebchatGuestConversationMemberNotFound

NewDeleteWebchatGuestConversationMemberNotFound creates a DeleteWebchatGuestConversationMemberNotFound with default headers values

func (*DeleteWebchatGuestConversationMemberNotFound) Error

func (*DeleteWebchatGuestConversationMemberNotFound) GetPayload

func (*DeleteWebchatGuestConversationMemberNotFound) IsClientError

IsClientError returns true when this delete webchat guest conversation member not found response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberNotFound) IsCode

IsCode returns true when this delete webchat guest conversation member not found response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberNotFound) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member not found response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberNotFound) IsServerError

IsServerError returns true when this delete webchat guest conversation member not found response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberNotFound) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member not found response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberNotFound) String

type DeleteWebchatGuestConversationMemberParams

type DeleteWebchatGuestConversationMemberParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MemberID.

	   memberId
	*/
	MemberID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWebchatGuestConversationMemberParams contains all the parameters to send to the API endpoint

for the delete webchat guest conversation member operation.

Typically these are written to a http.Request.

func NewDeleteWebchatGuestConversationMemberParams

func NewDeleteWebchatGuestConversationMemberParams() *DeleteWebchatGuestConversationMemberParams

NewDeleteWebchatGuestConversationMemberParams creates a new DeleteWebchatGuestConversationMemberParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteWebchatGuestConversationMemberParamsWithContext

func NewDeleteWebchatGuestConversationMemberParamsWithContext(ctx context.Context) *DeleteWebchatGuestConversationMemberParams

NewDeleteWebchatGuestConversationMemberParamsWithContext creates a new DeleteWebchatGuestConversationMemberParams object with the ability to set a context for a request.

func NewDeleteWebchatGuestConversationMemberParamsWithHTTPClient

func NewDeleteWebchatGuestConversationMemberParamsWithHTTPClient(client *http.Client) *DeleteWebchatGuestConversationMemberParams

NewDeleteWebchatGuestConversationMemberParamsWithHTTPClient creates a new DeleteWebchatGuestConversationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebchatGuestConversationMemberParamsWithTimeout

func NewDeleteWebchatGuestConversationMemberParamsWithTimeout(timeout time.Duration) *DeleteWebchatGuestConversationMemberParams

NewDeleteWebchatGuestConversationMemberParamsWithTimeout creates a new DeleteWebchatGuestConversationMemberParams object with the ability to set a timeout on a request.

func (*DeleteWebchatGuestConversationMemberParams) SetContext

SetContext adds the context to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) SetConversationID

func (o *DeleteWebchatGuestConversationMemberParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) SetDefaults

SetDefaults hydrates default values in the delete webchat guest conversation member params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatGuestConversationMemberParams) SetHTTPClient

func (o *DeleteWebchatGuestConversationMemberParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) SetMemberID

func (o *DeleteWebchatGuestConversationMemberParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) SetTimeout

SetTimeout adds the timeout to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WithContext

WithContext adds the context to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WithConversationID

WithConversationID adds the conversationID to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WithDefaults

WithDefaults hydrates default values in the delete webchat guest conversation member params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatGuestConversationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WithMemberID

WithMemberID adds the memberID to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WithTimeout

WithTimeout adds the timeout to the delete webchat guest conversation member params

func (*DeleteWebchatGuestConversationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebchatGuestConversationMemberReader

type DeleteWebchatGuestConversationMemberReader struct {
	// contains filtered or unexported fields
}

DeleteWebchatGuestConversationMemberReader is a Reader for the DeleteWebchatGuestConversationMember structure.

func (*DeleteWebchatGuestConversationMemberReader) ReadResponse

func (o *DeleteWebchatGuestConversationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWebchatGuestConversationMemberRequestEntityTooLarge

type DeleteWebchatGuestConversationMemberRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteWebchatGuestConversationMemberRequestEntityTooLarge

func NewDeleteWebchatGuestConversationMemberRequestEntityTooLarge() *DeleteWebchatGuestConversationMemberRequestEntityTooLarge

NewDeleteWebchatGuestConversationMemberRequestEntityTooLarge creates a DeleteWebchatGuestConversationMemberRequestEntityTooLarge with default headers values

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) Error

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) GetPayload

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete webchat guest conversation member request entity too large response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) IsCode

IsCode returns true when this delete webchat guest conversation member request entity too large response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member request entity too large response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete webchat guest conversation member request entity too large response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member request entity too large response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberRequestEntityTooLarge) String

type DeleteWebchatGuestConversationMemberRequestTimeout

type DeleteWebchatGuestConversationMemberRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteWebchatGuestConversationMemberRequestTimeout

func NewDeleteWebchatGuestConversationMemberRequestTimeout() *DeleteWebchatGuestConversationMemberRequestTimeout

NewDeleteWebchatGuestConversationMemberRequestTimeout creates a DeleteWebchatGuestConversationMemberRequestTimeout with default headers values

func (*DeleteWebchatGuestConversationMemberRequestTimeout) Error

func (*DeleteWebchatGuestConversationMemberRequestTimeout) GetPayload

func (*DeleteWebchatGuestConversationMemberRequestTimeout) IsClientError

IsClientError returns true when this delete webchat guest conversation member request timeout response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberRequestTimeout) IsCode

IsCode returns true when this delete webchat guest conversation member request timeout response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberRequestTimeout) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member request timeout response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberRequestTimeout) IsServerError

IsServerError returns true when this delete webchat guest conversation member request timeout response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberRequestTimeout) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member request timeout response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberRequestTimeout) String

type DeleteWebchatGuestConversationMemberServiceUnavailable

type DeleteWebchatGuestConversationMemberServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteWebchatGuestConversationMemberServiceUnavailable

func NewDeleteWebchatGuestConversationMemberServiceUnavailable() *DeleteWebchatGuestConversationMemberServiceUnavailable

NewDeleteWebchatGuestConversationMemberServiceUnavailable creates a DeleteWebchatGuestConversationMemberServiceUnavailable with default headers values

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) Error

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) GetPayload

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) IsClientError

IsClientError returns true when this delete webchat guest conversation member service unavailable response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) IsCode

IsCode returns true when this delete webchat guest conversation member service unavailable response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member service unavailable response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) IsServerError

IsServerError returns true when this delete webchat guest conversation member service unavailable response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member service unavailable response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberServiceUnavailable) String

type DeleteWebchatGuestConversationMemberTooManyRequests

type DeleteWebchatGuestConversationMemberTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteWebchatGuestConversationMemberTooManyRequests

func NewDeleteWebchatGuestConversationMemberTooManyRequests() *DeleteWebchatGuestConversationMemberTooManyRequests

NewDeleteWebchatGuestConversationMemberTooManyRequests creates a DeleteWebchatGuestConversationMemberTooManyRequests with default headers values

func (*DeleteWebchatGuestConversationMemberTooManyRequests) Error

func (*DeleteWebchatGuestConversationMemberTooManyRequests) GetPayload

func (*DeleteWebchatGuestConversationMemberTooManyRequests) IsClientError

IsClientError returns true when this delete webchat guest conversation member too many requests response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberTooManyRequests) IsCode

IsCode returns true when this delete webchat guest conversation member too many requests response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberTooManyRequests) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member too many requests response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberTooManyRequests) IsServerError

IsServerError returns true when this delete webchat guest conversation member too many requests response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberTooManyRequests) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member too many requests response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberTooManyRequests) String

type DeleteWebchatGuestConversationMemberUnauthorized

type DeleteWebchatGuestConversationMemberUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteWebchatGuestConversationMemberUnauthorized

func NewDeleteWebchatGuestConversationMemberUnauthorized() *DeleteWebchatGuestConversationMemberUnauthorized

NewDeleteWebchatGuestConversationMemberUnauthorized creates a DeleteWebchatGuestConversationMemberUnauthorized with default headers values

func (*DeleteWebchatGuestConversationMemberUnauthorized) Error

func (*DeleteWebchatGuestConversationMemberUnauthorized) GetPayload

func (*DeleteWebchatGuestConversationMemberUnauthorized) IsClientError

IsClientError returns true when this delete webchat guest conversation member unauthorized response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberUnauthorized) IsCode

IsCode returns true when this delete webchat guest conversation member unauthorized response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberUnauthorized) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member unauthorized response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberUnauthorized) IsServerError

IsServerError returns true when this delete webchat guest conversation member unauthorized response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberUnauthorized) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member unauthorized response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberUnauthorized) String

type DeleteWebchatGuestConversationMemberUnsupportedMediaType

type DeleteWebchatGuestConversationMemberUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebchatGuestConversationMemberUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteWebchatGuestConversationMemberUnsupportedMediaType

func NewDeleteWebchatGuestConversationMemberUnsupportedMediaType() *DeleteWebchatGuestConversationMemberUnsupportedMediaType

NewDeleteWebchatGuestConversationMemberUnsupportedMediaType creates a DeleteWebchatGuestConversationMemberUnsupportedMediaType with default headers values

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) Error

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) GetPayload

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) IsClientError

IsClientError returns true when this delete webchat guest conversation member unsupported media type response has a 4xx status code

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) IsCode

IsCode returns true when this delete webchat guest conversation member unsupported media type response a status code equal to that given

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete webchat guest conversation member unsupported media type response has a 3xx status code

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) IsServerError

IsServerError returns true when this delete webchat guest conversation member unsupported media type response has a 5xx status code

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete webchat guest conversation member unsupported media type response has a 2xx status code

func (*DeleteWebchatGuestConversationMemberUnsupportedMediaType) String

type DeleteWebchatSettingsBadRequest

type DeleteWebchatSettingsBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteWebchatSettingsBadRequest

func NewDeleteWebchatSettingsBadRequest() *DeleteWebchatSettingsBadRequest

NewDeleteWebchatSettingsBadRequest creates a DeleteWebchatSettingsBadRequest with default headers values

func (*DeleteWebchatSettingsBadRequest) Error

func (*DeleteWebchatSettingsBadRequest) GetPayload

func (*DeleteWebchatSettingsBadRequest) IsClientError

func (o *DeleteWebchatSettingsBadRequest) IsClientError() bool

IsClientError returns true when this delete webchat settings bad request response has a 4xx status code

func (*DeleteWebchatSettingsBadRequest) IsCode

func (o *DeleteWebchatSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this delete webchat settings bad request response a status code equal to that given

func (*DeleteWebchatSettingsBadRequest) IsRedirect

func (o *DeleteWebchatSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete webchat settings bad request response has a 3xx status code

func (*DeleteWebchatSettingsBadRequest) IsServerError

func (o *DeleteWebchatSettingsBadRequest) IsServerError() bool

IsServerError returns true when this delete webchat settings bad request response has a 5xx status code

func (*DeleteWebchatSettingsBadRequest) IsSuccess

func (o *DeleteWebchatSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete webchat settings bad request response has a 2xx status code

func (*DeleteWebchatSettingsBadRequest) String

type DeleteWebchatSettingsForbidden

type DeleteWebchatSettingsForbidden struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteWebchatSettingsForbidden

func NewDeleteWebchatSettingsForbidden() *DeleteWebchatSettingsForbidden

NewDeleteWebchatSettingsForbidden creates a DeleteWebchatSettingsForbidden with default headers values

func (*DeleteWebchatSettingsForbidden) Error

func (*DeleteWebchatSettingsForbidden) GetPayload

func (*DeleteWebchatSettingsForbidden) IsClientError

func (o *DeleteWebchatSettingsForbidden) IsClientError() bool

IsClientError returns true when this delete webchat settings forbidden response has a 4xx status code

func (*DeleteWebchatSettingsForbidden) IsCode

func (o *DeleteWebchatSettingsForbidden) IsCode(code int) bool

IsCode returns true when this delete webchat settings forbidden response a status code equal to that given

func (*DeleteWebchatSettingsForbidden) IsRedirect

func (o *DeleteWebchatSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this delete webchat settings forbidden response has a 3xx status code

func (*DeleteWebchatSettingsForbidden) IsServerError

func (o *DeleteWebchatSettingsForbidden) IsServerError() bool

IsServerError returns true when this delete webchat settings forbidden response has a 5xx status code

func (*DeleteWebchatSettingsForbidden) IsSuccess

func (o *DeleteWebchatSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this delete webchat settings forbidden response has a 2xx status code

func (*DeleteWebchatSettingsForbidden) String

type DeleteWebchatSettingsGatewayTimeout

type DeleteWebchatSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteWebchatSettingsGatewayTimeout

func NewDeleteWebchatSettingsGatewayTimeout() *DeleteWebchatSettingsGatewayTimeout

NewDeleteWebchatSettingsGatewayTimeout creates a DeleteWebchatSettingsGatewayTimeout with default headers values

func (*DeleteWebchatSettingsGatewayTimeout) Error

func (*DeleteWebchatSettingsGatewayTimeout) GetPayload

func (*DeleteWebchatSettingsGatewayTimeout) IsClientError

func (o *DeleteWebchatSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete webchat settings gateway timeout response has a 4xx status code

func (*DeleteWebchatSettingsGatewayTimeout) IsCode

IsCode returns true when this delete webchat settings gateway timeout response a status code equal to that given

func (*DeleteWebchatSettingsGatewayTimeout) IsRedirect

func (o *DeleteWebchatSettingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete webchat settings gateway timeout response has a 3xx status code

func (*DeleteWebchatSettingsGatewayTimeout) IsServerError

func (o *DeleteWebchatSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete webchat settings gateway timeout response has a 5xx status code

func (*DeleteWebchatSettingsGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webchat settings gateway timeout response has a 2xx status code

func (*DeleteWebchatSettingsGatewayTimeout) String

type DeleteWebchatSettingsInternalServerError

type DeleteWebchatSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteWebchatSettingsInternalServerError

func NewDeleteWebchatSettingsInternalServerError() *DeleteWebchatSettingsInternalServerError

NewDeleteWebchatSettingsInternalServerError creates a DeleteWebchatSettingsInternalServerError with default headers values

func (*DeleteWebchatSettingsInternalServerError) Error

func (*DeleteWebchatSettingsInternalServerError) GetPayload

func (*DeleteWebchatSettingsInternalServerError) IsClientError

IsClientError returns true when this delete webchat settings internal server error response has a 4xx status code

func (*DeleteWebchatSettingsInternalServerError) IsCode

IsCode returns true when this delete webchat settings internal server error response a status code equal to that given

func (*DeleteWebchatSettingsInternalServerError) IsRedirect

IsRedirect returns true when this delete webchat settings internal server error response has a 3xx status code

func (*DeleteWebchatSettingsInternalServerError) IsServerError

IsServerError returns true when this delete webchat settings internal server error response has a 5xx status code

func (*DeleteWebchatSettingsInternalServerError) IsSuccess

IsSuccess returns true when this delete webchat settings internal server error response has a 2xx status code

func (*DeleteWebchatSettingsInternalServerError) String

type DeleteWebchatSettingsNoContent

type DeleteWebchatSettingsNoContent struct {
}

DeleteWebchatSettingsNoContent describes a response with status code 204, with default header values.

Deleted

func NewDeleteWebchatSettingsNoContent

func NewDeleteWebchatSettingsNoContent() *DeleteWebchatSettingsNoContent

NewDeleteWebchatSettingsNoContent creates a DeleteWebchatSettingsNoContent with default headers values

func (*DeleteWebchatSettingsNoContent) Error

func (*DeleteWebchatSettingsNoContent) IsClientError

func (o *DeleteWebchatSettingsNoContent) IsClientError() bool

IsClientError returns true when this delete webchat settings no content response has a 4xx status code

func (*DeleteWebchatSettingsNoContent) IsCode

func (o *DeleteWebchatSettingsNoContent) IsCode(code int) bool

IsCode returns true when this delete webchat settings no content response a status code equal to that given

func (*DeleteWebchatSettingsNoContent) IsRedirect

func (o *DeleteWebchatSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this delete webchat settings no content response has a 3xx status code

func (*DeleteWebchatSettingsNoContent) IsServerError

func (o *DeleteWebchatSettingsNoContent) IsServerError() bool

IsServerError returns true when this delete webchat settings no content response has a 5xx status code

func (*DeleteWebchatSettingsNoContent) IsSuccess

func (o *DeleteWebchatSettingsNoContent) IsSuccess() bool

IsSuccess returns true when this delete webchat settings no content response has a 2xx status code

func (*DeleteWebchatSettingsNoContent) String

type DeleteWebchatSettingsNotFound

type DeleteWebchatSettingsNotFound struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteWebchatSettingsNotFound

func NewDeleteWebchatSettingsNotFound() *DeleteWebchatSettingsNotFound

NewDeleteWebchatSettingsNotFound creates a DeleteWebchatSettingsNotFound with default headers values

func (*DeleteWebchatSettingsNotFound) Error

func (*DeleteWebchatSettingsNotFound) GetPayload

func (*DeleteWebchatSettingsNotFound) IsClientError

func (o *DeleteWebchatSettingsNotFound) IsClientError() bool

IsClientError returns true when this delete webchat settings not found response has a 4xx status code

func (*DeleteWebchatSettingsNotFound) IsCode

func (o *DeleteWebchatSettingsNotFound) IsCode(code int) bool

IsCode returns true when this delete webchat settings not found response a status code equal to that given

func (*DeleteWebchatSettingsNotFound) IsRedirect

func (o *DeleteWebchatSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this delete webchat settings not found response has a 3xx status code

func (*DeleteWebchatSettingsNotFound) IsServerError

func (o *DeleteWebchatSettingsNotFound) IsServerError() bool

IsServerError returns true when this delete webchat settings not found response has a 5xx status code

func (*DeleteWebchatSettingsNotFound) IsSuccess

func (o *DeleteWebchatSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this delete webchat settings not found response has a 2xx status code

func (*DeleteWebchatSettingsNotFound) String

type DeleteWebchatSettingsParams

type DeleteWebchatSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWebchatSettingsParams contains all the parameters to send to the API endpoint

for the delete webchat settings operation.

Typically these are written to a http.Request.

func NewDeleteWebchatSettingsParams

func NewDeleteWebchatSettingsParams() *DeleteWebchatSettingsParams

NewDeleteWebchatSettingsParams creates a new DeleteWebchatSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteWebchatSettingsParamsWithContext

func NewDeleteWebchatSettingsParamsWithContext(ctx context.Context) *DeleteWebchatSettingsParams

NewDeleteWebchatSettingsParamsWithContext creates a new DeleteWebchatSettingsParams object with the ability to set a context for a request.

func NewDeleteWebchatSettingsParamsWithHTTPClient

func NewDeleteWebchatSettingsParamsWithHTTPClient(client *http.Client) *DeleteWebchatSettingsParams

NewDeleteWebchatSettingsParamsWithHTTPClient creates a new DeleteWebchatSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebchatSettingsParamsWithTimeout

func NewDeleteWebchatSettingsParamsWithTimeout(timeout time.Duration) *DeleteWebchatSettingsParams

NewDeleteWebchatSettingsParamsWithTimeout creates a new DeleteWebchatSettingsParams object with the ability to set a timeout on a request.

func (*DeleteWebchatSettingsParams) SetContext

func (o *DeleteWebchatSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete webchat settings params

func (*DeleteWebchatSettingsParams) SetDefaults

func (o *DeleteWebchatSettingsParams) SetDefaults()

SetDefaults hydrates default values in the delete webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatSettingsParams) SetHTTPClient

func (o *DeleteWebchatSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete webchat settings params

func (*DeleteWebchatSettingsParams) SetTimeout

func (o *DeleteWebchatSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete webchat settings params

func (*DeleteWebchatSettingsParams) WithContext

WithContext adds the context to the delete webchat settings params

func (*DeleteWebchatSettingsParams) WithDefaults

WithDefaults hydrates default values in the delete webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteWebchatSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webchat settings params

func (*DeleteWebchatSettingsParams) WithTimeout

WithTimeout adds the timeout to the delete webchat settings params

func (*DeleteWebchatSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebchatSettingsReader

type DeleteWebchatSettingsReader struct {
	// contains filtered or unexported fields
}

DeleteWebchatSettingsReader is a Reader for the DeleteWebchatSettings structure.

func (*DeleteWebchatSettingsReader) ReadResponse

func (o *DeleteWebchatSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWebchatSettingsRequestEntityTooLarge

type DeleteWebchatSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteWebchatSettingsRequestEntityTooLarge

func NewDeleteWebchatSettingsRequestEntityTooLarge() *DeleteWebchatSettingsRequestEntityTooLarge

NewDeleteWebchatSettingsRequestEntityTooLarge creates a DeleteWebchatSettingsRequestEntityTooLarge with default headers values

func (*DeleteWebchatSettingsRequestEntityTooLarge) Error

func (*DeleteWebchatSettingsRequestEntityTooLarge) GetPayload

func (*DeleteWebchatSettingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete webchat settings request entity too large response has a 4xx status code

func (*DeleteWebchatSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this delete webchat settings request entity too large response a status code equal to that given

func (*DeleteWebchatSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete webchat settings request entity too large response has a 3xx status code

func (*DeleteWebchatSettingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete webchat settings request entity too large response has a 5xx status code

func (*DeleteWebchatSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete webchat settings request entity too large response has a 2xx status code

func (*DeleteWebchatSettingsRequestEntityTooLarge) String

type DeleteWebchatSettingsRequestTimeout

type DeleteWebchatSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteWebchatSettingsRequestTimeout

func NewDeleteWebchatSettingsRequestTimeout() *DeleteWebchatSettingsRequestTimeout

NewDeleteWebchatSettingsRequestTimeout creates a DeleteWebchatSettingsRequestTimeout with default headers values

func (*DeleteWebchatSettingsRequestTimeout) Error

func (*DeleteWebchatSettingsRequestTimeout) GetPayload

func (*DeleteWebchatSettingsRequestTimeout) IsClientError

func (o *DeleteWebchatSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this delete webchat settings request timeout response has a 4xx status code

func (*DeleteWebchatSettingsRequestTimeout) IsCode

IsCode returns true when this delete webchat settings request timeout response a status code equal to that given

func (*DeleteWebchatSettingsRequestTimeout) IsRedirect

func (o *DeleteWebchatSettingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete webchat settings request timeout response has a 3xx status code

func (*DeleteWebchatSettingsRequestTimeout) IsServerError

func (o *DeleteWebchatSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this delete webchat settings request timeout response has a 5xx status code

func (*DeleteWebchatSettingsRequestTimeout) IsSuccess

IsSuccess returns true when this delete webchat settings request timeout response has a 2xx status code

func (*DeleteWebchatSettingsRequestTimeout) String

type DeleteWebchatSettingsServiceUnavailable

type DeleteWebchatSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteWebchatSettingsServiceUnavailable

func NewDeleteWebchatSettingsServiceUnavailable() *DeleteWebchatSettingsServiceUnavailable

NewDeleteWebchatSettingsServiceUnavailable creates a DeleteWebchatSettingsServiceUnavailable with default headers values

func (*DeleteWebchatSettingsServiceUnavailable) Error

func (*DeleteWebchatSettingsServiceUnavailable) GetPayload

func (*DeleteWebchatSettingsServiceUnavailable) IsClientError

func (o *DeleteWebchatSettingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete webchat settings service unavailable response has a 4xx status code

func (*DeleteWebchatSettingsServiceUnavailable) IsCode

IsCode returns true when this delete webchat settings service unavailable response a status code equal to that given

func (*DeleteWebchatSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webchat settings service unavailable response has a 3xx status code

func (*DeleteWebchatSettingsServiceUnavailable) IsServerError

func (o *DeleteWebchatSettingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete webchat settings service unavailable response has a 5xx status code

func (*DeleteWebchatSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webchat settings service unavailable response has a 2xx status code

func (*DeleteWebchatSettingsServiceUnavailable) String

type DeleteWebchatSettingsTooManyRequests

type DeleteWebchatSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteWebchatSettingsTooManyRequests

func NewDeleteWebchatSettingsTooManyRequests() *DeleteWebchatSettingsTooManyRequests

NewDeleteWebchatSettingsTooManyRequests creates a DeleteWebchatSettingsTooManyRequests with default headers values

func (*DeleteWebchatSettingsTooManyRequests) Error

func (*DeleteWebchatSettingsTooManyRequests) GetPayload

func (*DeleteWebchatSettingsTooManyRequests) IsClientError

func (o *DeleteWebchatSettingsTooManyRequests) IsClientError() bool

IsClientError returns true when this delete webchat settings too many requests response has a 4xx status code

func (*DeleteWebchatSettingsTooManyRequests) IsCode

IsCode returns true when this delete webchat settings too many requests response a status code equal to that given

func (*DeleteWebchatSettingsTooManyRequests) IsRedirect

IsRedirect returns true when this delete webchat settings too many requests response has a 3xx status code

func (*DeleteWebchatSettingsTooManyRequests) IsServerError

func (o *DeleteWebchatSettingsTooManyRequests) IsServerError() bool

IsServerError returns true when this delete webchat settings too many requests response has a 5xx status code

func (*DeleteWebchatSettingsTooManyRequests) IsSuccess

IsSuccess returns true when this delete webchat settings too many requests response has a 2xx status code

func (*DeleteWebchatSettingsTooManyRequests) String

type DeleteWebchatSettingsUnauthorized

type DeleteWebchatSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteWebchatSettingsUnauthorized

func NewDeleteWebchatSettingsUnauthorized() *DeleteWebchatSettingsUnauthorized

NewDeleteWebchatSettingsUnauthorized creates a DeleteWebchatSettingsUnauthorized with default headers values

func (*DeleteWebchatSettingsUnauthorized) Error

func (*DeleteWebchatSettingsUnauthorized) GetPayload

func (*DeleteWebchatSettingsUnauthorized) IsClientError

func (o *DeleteWebchatSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this delete webchat settings unauthorized response has a 4xx status code

func (*DeleteWebchatSettingsUnauthorized) IsCode

func (o *DeleteWebchatSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this delete webchat settings unauthorized response a status code equal to that given

func (*DeleteWebchatSettingsUnauthorized) IsRedirect

func (o *DeleteWebchatSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete webchat settings unauthorized response has a 3xx status code

func (*DeleteWebchatSettingsUnauthorized) IsServerError

func (o *DeleteWebchatSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this delete webchat settings unauthorized response has a 5xx status code

func (*DeleteWebchatSettingsUnauthorized) IsSuccess

func (o *DeleteWebchatSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete webchat settings unauthorized response has a 2xx status code

func (*DeleteWebchatSettingsUnauthorized) String

type DeleteWebchatSettingsUnsupportedMediaType

type DeleteWebchatSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebchatSettingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteWebchatSettingsUnsupportedMediaType

func NewDeleteWebchatSettingsUnsupportedMediaType() *DeleteWebchatSettingsUnsupportedMediaType

NewDeleteWebchatSettingsUnsupportedMediaType creates a DeleteWebchatSettingsUnsupportedMediaType with default headers values

func (*DeleteWebchatSettingsUnsupportedMediaType) Error

func (*DeleteWebchatSettingsUnsupportedMediaType) GetPayload

func (*DeleteWebchatSettingsUnsupportedMediaType) IsClientError

IsClientError returns true when this delete webchat settings unsupported media type response has a 4xx status code

func (*DeleteWebchatSettingsUnsupportedMediaType) IsCode

IsCode returns true when this delete webchat settings unsupported media type response a status code equal to that given

func (*DeleteWebchatSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete webchat settings unsupported media type response has a 3xx status code

func (*DeleteWebchatSettingsUnsupportedMediaType) IsServerError

IsServerError returns true when this delete webchat settings unsupported media type response has a 5xx status code

func (*DeleteWebchatSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete webchat settings unsupported media type response has a 2xx status code

func (*DeleteWebchatSettingsUnsupportedMediaType) String

type GetWebchatDeploymentBadRequest

type GetWebchatDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatDeploymentBadRequest

func NewGetWebchatDeploymentBadRequest() *GetWebchatDeploymentBadRequest

NewGetWebchatDeploymentBadRequest creates a GetWebchatDeploymentBadRequest with default headers values

func (*GetWebchatDeploymentBadRequest) Error

func (*GetWebchatDeploymentBadRequest) GetPayload

func (*GetWebchatDeploymentBadRequest) IsClientError

func (o *GetWebchatDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this get webchat deployment bad request response has a 4xx status code

func (*GetWebchatDeploymentBadRequest) IsCode

func (o *GetWebchatDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this get webchat deployment bad request response a status code equal to that given

func (*GetWebchatDeploymentBadRequest) IsRedirect

func (o *GetWebchatDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this get webchat deployment bad request response has a 3xx status code

func (*GetWebchatDeploymentBadRequest) IsServerError

func (o *GetWebchatDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this get webchat deployment bad request response has a 5xx status code

func (*GetWebchatDeploymentBadRequest) IsSuccess

func (o *GetWebchatDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this get webchat deployment bad request response has a 2xx status code

func (*GetWebchatDeploymentBadRequest) String

type GetWebchatDeploymentForbidden

type GetWebchatDeploymentForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatDeploymentForbidden

func NewGetWebchatDeploymentForbidden() *GetWebchatDeploymentForbidden

NewGetWebchatDeploymentForbidden creates a GetWebchatDeploymentForbidden with default headers values

func (*GetWebchatDeploymentForbidden) Error

func (*GetWebchatDeploymentForbidden) GetPayload

func (*GetWebchatDeploymentForbidden) IsClientError

func (o *GetWebchatDeploymentForbidden) IsClientError() bool

IsClientError returns true when this get webchat deployment forbidden response has a 4xx status code

func (*GetWebchatDeploymentForbidden) IsCode

func (o *GetWebchatDeploymentForbidden) IsCode(code int) bool

IsCode returns true when this get webchat deployment forbidden response a status code equal to that given

func (*GetWebchatDeploymentForbidden) IsRedirect

func (o *GetWebchatDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this get webchat deployment forbidden response has a 3xx status code

func (*GetWebchatDeploymentForbidden) IsServerError

func (o *GetWebchatDeploymentForbidden) IsServerError() bool

IsServerError returns true when this get webchat deployment forbidden response has a 5xx status code

func (*GetWebchatDeploymentForbidden) IsSuccess

func (o *GetWebchatDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this get webchat deployment forbidden response has a 2xx status code

func (*GetWebchatDeploymentForbidden) String

type GetWebchatDeploymentGatewayTimeout

type GetWebchatDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatDeploymentGatewayTimeout

func NewGetWebchatDeploymentGatewayTimeout() *GetWebchatDeploymentGatewayTimeout

NewGetWebchatDeploymentGatewayTimeout creates a GetWebchatDeploymentGatewayTimeout with default headers values

func (*GetWebchatDeploymentGatewayTimeout) Error

func (*GetWebchatDeploymentGatewayTimeout) GetPayload

func (*GetWebchatDeploymentGatewayTimeout) IsClientError

func (o *GetWebchatDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this get webchat deployment gateway timeout response has a 4xx status code

func (*GetWebchatDeploymentGatewayTimeout) IsCode

IsCode returns true when this get webchat deployment gateway timeout response a status code equal to that given

func (*GetWebchatDeploymentGatewayTimeout) IsRedirect

func (o *GetWebchatDeploymentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat deployment gateway timeout response has a 3xx status code

func (*GetWebchatDeploymentGatewayTimeout) IsServerError

func (o *GetWebchatDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this get webchat deployment gateway timeout response has a 5xx status code

func (*GetWebchatDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat deployment gateway timeout response has a 2xx status code

func (*GetWebchatDeploymentGatewayTimeout) String

type GetWebchatDeploymentInternalServerError

type GetWebchatDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatDeploymentInternalServerError

func NewGetWebchatDeploymentInternalServerError() *GetWebchatDeploymentInternalServerError

NewGetWebchatDeploymentInternalServerError creates a GetWebchatDeploymentInternalServerError with default headers values

func (*GetWebchatDeploymentInternalServerError) Error

func (*GetWebchatDeploymentInternalServerError) GetPayload

func (*GetWebchatDeploymentInternalServerError) IsClientError

func (o *GetWebchatDeploymentInternalServerError) IsClientError() bool

IsClientError returns true when this get webchat deployment internal server error response has a 4xx status code

func (*GetWebchatDeploymentInternalServerError) IsCode

IsCode returns true when this get webchat deployment internal server error response a status code equal to that given

func (*GetWebchatDeploymentInternalServerError) IsRedirect

IsRedirect returns true when this get webchat deployment internal server error response has a 3xx status code

func (*GetWebchatDeploymentInternalServerError) IsServerError

func (o *GetWebchatDeploymentInternalServerError) IsServerError() bool

IsServerError returns true when this get webchat deployment internal server error response has a 5xx status code

func (*GetWebchatDeploymentInternalServerError) IsSuccess

IsSuccess returns true when this get webchat deployment internal server error response has a 2xx status code

func (*GetWebchatDeploymentInternalServerError) String

type GetWebchatDeploymentNotFound

type GetWebchatDeploymentNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatDeploymentNotFound

func NewGetWebchatDeploymentNotFound() *GetWebchatDeploymentNotFound

NewGetWebchatDeploymentNotFound creates a GetWebchatDeploymentNotFound with default headers values

func (*GetWebchatDeploymentNotFound) Error

func (*GetWebchatDeploymentNotFound) GetPayload

func (*GetWebchatDeploymentNotFound) IsClientError

func (o *GetWebchatDeploymentNotFound) IsClientError() bool

IsClientError returns true when this get webchat deployment not found response has a 4xx status code

func (*GetWebchatDeploymentNotFound) IsCode

func (o *GetWebchatDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this get webchat deployment not found response a status code equal to that given

func (*GetWebchatDeploymentNotFound) IsRedirect

func (o *GetWebchatDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this get webchat deployment not found response has a 3xx status code

func (*GetWebchatDeploymentNotFound) IsServerError

func (o *GetWebchatDeploymentNotFound) IsServerError() bool

IsServerError returns true when this get webchat deployment not found response has a 5xx status code

func (*GetWebchatDeploymentNotFound) IsSuccess

func (o *GetWebchatDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this get webchat deployment not found response has a 2xx status code

func (*GetWebchatDeploymentNotFound) String

type GetWebchatDeploymentOK

type GetWebchatDeploymentOK struct {
	Payload *models.WebChatDeployment
}

GetWebchatDeploymentOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatDeploymentOK

func NewGetWebchatDeploymentOK() *GetWebchatDeploymentOK

NewGetWebchatDeploymentOK creates a GetWebchatDeploymentOK with default headers values

func (*GetWebchatDeploymentOK) Error

func (o *GetWebchatDeploymentOK) Error() string

func (*GetWebchatDeploymentOK) GetPayload

func (*GetWebchatDeploymentOK) IsClientError

func (o *GetWebchatDeploymentOK) IsClientError() bool

IsClientError returns true when this get webchat deployment o k response has a 4xx status code

func (*GetWebchatDeploymentOK) IsCode

func (o *GetWebchatDeploymentOK) IsCode(code int) bool

IsCode returns true when this get webchat deployment o k response a status code equal to that given

func (*GetWebchatDeploymentOK) IsRedirect

func (o *GetWebchatDeploymentOK) IsRedirect() bool

IsRedirect returns true when this get webchat deployment o k response has a 3xx status code

func (*GetWebchatDeploymentOK) IsServerError

func (o *GetWebchatDeploymentOK) IsServerError() bool

IsServerError returns true when this get webchat deployment o k response has a 5xx status code

func (*GetWebchatDeploymentOK) IsSuccess

func (o *GetWebchatDeploymentOK) IsSuccess() bool

IsSuccess returns true when this get webchat deployment o k response has a 2xx status code

func (*GetWebchatDeploymentOK) String

func (o *GetWebchatDeploymentOK) String() string

type GetWebchatDeploymentParams

type GetWebchatDeploymentParams struct {

	/* DeploymentID.

	   Deployment Id
	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatDeploymentParams contains all the parameters to send to the API endpoint

for the get webchat deployment operation.

Typically these are written to a http.Request.

func NewGetWebchatDeploymentParams

func NewGetWebchatDeploymentParams() *GetWebchatDeploymentParams

NewGetWebchatDeploymentParams creates a new GetWebchatDeploymentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatDeploymentParamsWithContext

func NewGetWebchatDeploymentParamsWithContext(ctx context.Context) *GetWebchatDeploymentParams

NewGetWebchatDeploymentParamsWithContext creates a new GetWebchatDeploymentParams object with the ability to set a context for a request.

func NewGetWebchatDeploymentParamsWithHTTPClient

func NewGetWebchatDeploymentParamsWithHTTPClient(client *http.Client) *GetWebchatDeploymentParams

NewGetWebchatDeploymentParamsWithHTTPClient creates a new GetWebchatDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatDeploymentParamsWithTimeout

func NewGetWebchatDeploymentParamsWithTimeout(timeout time.Duration) *GetWebchatDeploymentParams

NewGetWebchatDeploymentParamsWithTimeout creates a new GetWebchatDeploymentParams object with the ability to set a timeout on a request.

func (*GetWebchatDeploymentParams) SetContext

func (o *GetWebchatDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the get webchat deployment params

func (*GetWebchatDeploymentParams) SetDefaults

func (o *GetWebchatDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the get webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatDeploymentParams) SetDeploymentID

func (o *GetWebchatDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get webchat deployment params

func (*GetWebchatDeploymentParams) SetHTTPClient

func (o *GetWebchatDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat deployment params

func (*GetWebchatDeploymentParams) SetTimeout

func (o *GetWebchatDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get webchat deployment params

func (*GetWebchatDeploymentParams) WithContext

WithContext adds the context to the get webchat deployment params

func (*GetWebchatDeploymentParams) WithDefaults

WithDefaults hydrates default values in the get webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatDeploymentParams) WithDeploymentID

func (o *GetWebchatDeploymentParams) WithDeploymentID(deploymentID string) *GetWebchatDeploymentParams

WithDeploymentID adds the deploymentID to the get webchat deployment params

func (*GetWebchatDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat deployment params

func (*GetWebchatDeploymentParams) WithTimeout

WithTimeout adds the timeout to the get webchat deployment params

func (*GetWebchatDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatDeploymentReader

type GetWebchatDeploymentReader struct {
	// contains filtered or unexported fields
}

GetWebchatDeploymentReader is a Reader for the GetWebchatDeployment structure.

func (*GetWebchatDeploymentReader) ReadResponse

func (o *GetWebchatDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatDeploymentRequestEntityTooLarge

type GetWebchatDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatDeploymentRequestEntityTooLarge

func NewGetWebchatDeploymentRequestEntityTooLarge() *GetWebchatDeploymentRequestEntityTooLarge

NewGetWebchatDeploymentRequestEntityTooLarge creates a GetWebchatDeploymentRequestEntityTooLarge with default headers values

func (*GetWebchatDeploymentRequestEntityTooLarge) Error

func (*GetWebchatDeploymentRequestEntityTooLarge) GetPayload

func (*GetWebchatDeploymentRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat deployment request entity too large response has a 4xx status code

func (*GetWebchatDeploymentRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat deployment request entity too large response a status code equal to that given

func (*GetWebchatDeploymentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat deployment request entity too large response has a 3xx status code

func (*GetWebchatDeploymentRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat deployment request entity too large response has a 5xx status code

func (*GetWebchatDeploymentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat deployment request entity too large response has a 2xx status code

func (*GetWebchatDeploymentRequestEntityTooLarge) String

type GetWebchatDeploymentRequestTimeout

type GetWebchatDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatDeploymentRequestTimeout

func NewGetWebchatDeploymentRequestTimeout() *GetWebchatDeploymentRequestTimeout

NewGetWebchatDeploymentRequestTimeout creates a GetWebchatDeploymentRequestTimeout with default headers values

func (*GetWebchatDeploymentRequestTimeout) Error

func (*GetWebchatDeploymentRequestTimeout) GetPayload

func (*GetWebchatDeploymentRequestTimeout) IsClientError

func (o *GetWebchatDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this get webchat deployment request timeout response has a 4xx status code

func (*GetWebchatDeploymentRequestTimeout) IsCode

IsCode returns true when this get webchat deployment request timeout response a status code equal to that given

func (*GetWebchatDeploymentRequestTimeout) IsRedirect

func (o *GetWebchatDeploymentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat deployment request timeout response has a 3xx status code

func (*GetWebchatDeploymentRequestTimeout) IsServerError

func (o *GetWebchatDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this get webchat deployment request timeout response has a 5xx status code

func (*GetWebchatDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat deployment request timeout response has a 2xx status code

func (*GetWebchatDeploymentRequestTimeout) String

type GetWebchatDeploymentServiceUnavailable

type GetWebchatDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatDeploymentServiceUnavailable

func NewGetWebchatDeploymentServiceUnavailable() *GetWebchatDeploymentServiceUnavailable

NewGetWebchatDeploymentServiceUnavailable creates a GetWebchatDeploymentServiceUnavailable with default headers values

func (*GetWebchatDeploymentServiceUnavailable) Error

func (*GetWebchatDeploymentServiceUnavailable) GetPayload

func (*GetWebchatDeploymentServiceUnavailable) IsClientError

func (o *GetWebchatDeploymentServiceUnavailable) IsClientError() bool

IsClientError returns true when this get webchat deployment service unavailable response has a 4xx status code

func (*GetWebchatDeploymentServiceUnavailable) IsCode

IsCode returns true when this get webchat deployment service unavailable response a status code equal to that given

func (*GetWebchatDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat deployment service unavailable response has a 3xx status code

func (*GetWebchatDeploymentServiceUnavailable) IsServerError

func (o *GetWebchatDeploymentServiceUnavailable) IsServerError() bool

IsServerError returns true when this get webchat deployment service unavailable response has a 5xx status code

func (*GetWebchatDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat deployment service unavailable response has a 2xx status code

func (*GetWebchatDeploymentServiceUnavailable) String

type GetWebchatDeploymentTooManyRequests

type GetWebchatDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatDeploymentTooManyRequests

func NewGetWebchatDeploymentTooManyRequests() *GetWebchatDeploymentTooManyRequests

NewGetWebchatDeploymentTooManyRequests creates a GetWebchatDeploymentTooManyRequests with default headers values

func (*GetWebchatDeploymentTooManyRequests) Error

func (*GetWebchatDeploymentTooManyRequests) GetPayload

func (*GetWebchatDeploymentTooManyRequests) IsClientError

func (o *GetWebchatDeploymentTooManyRequests) IsClientError() bool

IsClientError returns true when this get webchat deployment too many requests response has a 4xx status code

func (*GetWebchatDeploymentTooManyRequests) IsCode

IsCode returns true when this get webchat deployment too many requests response a status code equal to that given

func (*GetWebchatDeploymentTooManyRequests) IsRedirect

func (o *GetWebchatDeploymentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get webchat deployment too many requests response has a 3xx status code

func (*GetWebchatDeploymentTooManyRequests) IsServerError

func (o *GetWebchatDeploymentTooManyRequests) IsServerError() bool

IsServerError returns true when this get webchat deployment too many requests response has a 5xx status code

func (*GetWebchatDeploymentTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat deployment too many requests response has a 2xx status code

func (*GetWebchatDeploymentTooManyRequests) String

type GetWebchatDeploymentUnauthorized

type GetWebchatDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatDeploymentUnauthorized

func NewGetWebchatDeploymentUnauthorized() *GetWebchatDeploymentUnauthorized

NewGetWebchatDeploymentUnauthorized creates a GetWebchatDeploymentUnauthorized with default headers values

func (*GetWebchatDeploymentUnauthorized) Error

func (*GetWebchatDeploymentUnauthorized) GetPayload

func (*GetWebchatDeploymentUnauthorized) IsClientError

func (o *GetWebchatDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this get webchat deployment unauthorized response has a 4xx status code

func (*GetWebchatDeploymentUnauthorized) IsCode

func (o *GetWebchatDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this get webchat deployment unauthorized response a status code equal to that given

func (*GetWebchatDeploymentUnauthorized) IsRedirect

func (o *GetWebchatDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get webchat deployment unauthorized response has a 3xx status code

func (*GetWebchatDeploymentUnauthorized) IsServerError

func (o *GetWebchatDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this get webchat deployment unauthorized response has a 5xx status code

func (*GetWebchatDeploymentUnauthorized) IsSuccess

func (o *GetWebchatDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get webchat deployment unauthorized response has a 2xx status code

func (*GetWebchatDeploymentUnauthorized) String

type GetWebchatDeploymentUnsupportedMediaType

type GetWebchatDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatDeploymentUnsupportedMediaType

func NewGetWebchatDeploymentUnsupportedMediaType() *GetWebchatDeploymentUnsupportedMediaType

NewGetWebchatDeploymentUnsupportedMediaType creates a GetWebchatDeploymentUnsupportedMediaType with default headers values

func (*GetWebchatDeploymentUnsupportedMediaType) Error

func (*GetWebchatDeploymentUnsupportedMediaType) GetPayload

func (*GetWebchatDeploymentUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat deployment unsupported media type response has a 4xx status code

func (*GetWebchatDeploymentUnsupportedMediaType) IsCode

IsCode returns true when this get webchat deployment unsupported media type response a status code equal to that given

func (*GetWebchatDeploymentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat deployment unsupported media type response has a 3xx status code

func (*GetWebchatDeploymentUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat deployment unsupported media type response has a 5xx status code

func (*GetWebchatDeploymentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat deployment unsupported media type response has a 2xx status code

func (*GetWebchatDeploymentUnsupportedMediaType) String

type GetWebchatDeploymentsBadRequest

type GetWebchatDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatDeploymentsBadRequest

func NewGetWebchatDeploymentsBadRequest() *GetWebchatDeploymentsBadRequest

NewGetWebchatDeploymentsBadRequest creates a GetWebchatDeploymentsBadRequest with default headers values

func (*GetWebchatDeploymentsBadRequest) Error

func (*GetWebchatDeploymentsBadRequest) GetPayload

func (*GetWebchatDeploymentsBadRequest) IsClientError

func (o *GetWebchatDeploymentsBadRequest) IsClientError() bool

IsClientError returns true when this get webchat deployments bad request response has a 4xx status code

func (*GetWebchatDeploymentsBadRequest) IsCode

func (o *GetWebchatDeploymentsBadRequest) IsCode(code int) bool

IsCode returns true when this get webchat deployments bad request response a status code equal to that given

func (*GetWebchatDeploymentsBadRequest) IsRedirect

func (o *GetWebchatDeploymentsBadRequest) IsRedirect() bool

IsRedirect returns true when this get webchat deployments bad request response has a 3xx status code

func (*GetWebchatDeploymentsBadRequest) IsServerError

func (o *GetWebchatDeploymentsBadRequest) IsServerError() bool

IsServerError returns true when this get webchat deployments bad request response has a 5xx status code

func (*GetWebchatDeploymentsBadRequest) IsSuccess

func (o *GetWebchatDeploymentsBadRequest) IsSuccess() bool

IsSuccess returns true when this get webchat deployments bad request response has a 2xx status code

func (*GetWebchatDeploymentsBadRequest) String

type GetWebchatDeploymentsForbidden

type GetWebchatDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatDeploymentsForbidden

func NewGetWebchatDeploymentsForbidden() *GetWebchatDeploymentsForbidden

NewGetWebchatDeploymentsForbidden creates a GetWebchatDeploymentsForbidden with default headers values

func (*GetWebchatDeploymentsForbidden) Error

func (*GetWebchatDeploymentsForbidden) GetPayload

func (*GetWebchatDeploymentsForbidden) IsClientError

func (o *GetWebchatDeploymentsForbidden) IsClientError() bool

IsClientError returns true when this get webchat deployments forbidden response has a 4xx status code

func (*GetWebchatDeploymentsForbidden) IsCode

func (o *GetWebchatDeploymentsForbidden) IsCode(code int) bool

IsCode returns true when this get webchat deployments forbidden response a status code equal to that given

func (*GetWebchatDeploymentsForbidden) IsRedirect

func (o *GetWebchatDeploymentsForbidden) IsRedirect() bool

IsRedirect returns true when this get webchat deployments forbidden response has a 3xx status code

func (*GetWebchatDeploymentsForbidden) IsServerError

func (o *GetWebchatDeploymentsForbidden) IsServerError() bool

IsServerError returns true when this get webchat deployments forbidden response has a 5xx status code

func (*GetWebchatDeploymentsForbidden) IsSuccess

func (o *GetWebchatDeploymentsForbidden) IsSuccess() bool

IsSuccess returns true when this get webchat deployments forbidden response has a 2xx status code

func (*GetWebchatDeploymentsForbidden) String

type GetWebchatDeploymentsGatewayTimeout

type GetWebchatDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatDeploymentsGatewayTimeout

func NewGetWebchatDeploymentsGatewayTimeout() *GetWebchatDeploymentsGatewayTimeout

NewGetWebchatDeploymentsGatewayTimeout creates a GetWebchatDeploymentsGatewayTimeout with default headers values

func (*GetWebchatDeploymentsGatewayTimeout) Error

func (*GetWebchatDeploymentsGatewayTimeout) GetPayload

func (*GetWebchatDeploymentsGatewayTimeout) IsClientError

func (o *GetWebchatDeploymentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get webchat deployments gateway timeout response has a 4xx status code

func (*GetWebchatDeploymentsGatewayTimeout) IsCode

IsCode returns true when this get webchat deployments gateway timeout response a status code equal to that given

func (*GetWebchatDeploymentsGatewayTimeout) IsRedirect

func (o *GetWebchatDeploymentsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat deployments gateway timeout response has a 3xx status code

func (*GetWebchatDeploymentsGatewayTimeout) IsServerError

func (o *GetWebchatDeploymentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get webchat deployments gateway timeout response has a 5xx status code

func (*GetWebchatDeploymentsGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat deployments gateway timeout response has a 2xx status code

func (*GetWebchatDeploymentsGatewayTimeout) String

type GetWebchatDeploymentsInternalServerError

type GetWebchatDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatDeploymentsInternalServerError

func NewGetWebchatDeploymentsInternalServerError() *GetWebchatDeploymentsInternalServerError

NewGetWebchatDeploymentsInternalServerError creates a GetWebchatDeploymentsInternalServerError with default headers values

func (*GetWebchatDeploymentsInternalServerError) Error

func (*GetWebchatDeploymentsInternalServerError) GetPayload

func (*GetWebchatDeploymentsInternalServerError) IsClientError

IsClientError returns true when this get webchat deployments internal server error response has a 4xx status code

func (*GetWebchatDeploymentsInternalServerError) IsCode

IsCode returns true when this get webchat deployments internal server error response a status code equal to that given

func (*GetWebchatDeploymentsInternalServerError) IsRedirect

IsRedirect returns true when this get webchat deployments internal server error response has a 3xx status code

func (*GetWebchatDeploymentsInternalServerError) IsServerError

IsServerError returns true when this get webchat deployments internal server error response has a 5xx status code

func (*GetWebchatDeploymentsInternalServerError) IsSuccess

IsSuccess returns true when this get webchat deployments internal server error response has a 2xx status code

func (*GetWebchatDeploymentsInternalServerError) String

type GetWebchatDeploymentsNotFound

type GetWebchatDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatDeploymentsNotFound

func NewGetWebchatDeploymentsNotFound() *GetWebchatDeploymentsNotFound

NewGetWebchatDeploymentsNotFound creates a GetWebchatDeploymentsNotFound with default headers values

func (*GetWebchatDeploymentsNotFound) Error

func (*GetWebchatDeploymentsNotFound) GetPayload

func (*GetWebchatDeploymentsNotFound) IsClientError

func (o *GetWebchatDeploymentsNotFound) IsClientError() bool

IsClientError returns true when this get webchat deployments not found response has a 4xx status code

func (*GetWebchatDeploymentsNotFound) IsCode

func (o *GetWebchatDeploymentsNotFound) IsCode(code int) bool

IsCode returns true when this get webchat deployments not found response a status code equal to that given

func (*GetWebchatDeploymentsNotFound) IsRedirect

func (o *GetWebchatDeploymentsNotFound) IsRedirect() bool

IsRedirect returns true when this get webchat deployments not found response has a 3xx status code

func (*GetWebchatDeploymentsNotFound) IsServerError

func (o *GetWebchatDeploymentsNotFound) IsServerError() bool

IsServerError returns true when this get webchat deployments not found response has a 5xx status code

func (*GetWebchatDeploymentsNotFound) IsSuccess

func (o *GetWebchatDeploymentsNotFound) IsSuccess() bool

IsSuccess returns true when this get webchat deployments not found response has a 2xx status code

func (*GetWebchatDeploymentsNotFound) String

type GetWebchatDeploymentsOK

type GetWebchatDeploymentsOK struct {
	Payload *models.WebChatDeploymentEntityListing
}

GetWebchatDeploymentsOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatDeploymentsOK

func NewGetWebchatDeploymentsOK() *GetWebchatDeploymentsOK

NewGetWebchatDeploymentsOK creates a GetWebchatDeploymentsOK with default headers values

func (*GetWebchatDeploymentsOK) Error

func (o *GetWebchatDeploymentsOK) Error() string

func (*GetWebchatDeploymentsOK) GetPayload

func (*GetWebchatDeploymentsOK) IsClientError

func (o *GetWebchatDeploymentsOK) IsClientError() bool

IsClientError returns true when this get webchat deployments o k response has a 4xx status code

func (*GetWebchatDeploymentsOK) IsCode

func (o *GetWebchatDeploymentsOK) IsCode(code int) bool

IsCode returns true when this get webchat deployments o k response a status code equal to that given

func (*GetWebchatDeploymentsOK) IsRedirect

func (o *GetWebchatDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this get webchat deployments o k response has a 3xx status code

func (*GetWebchatDeploymentsOK) IsServerError

func (o *GetWebchatDeploymentsOK) IsServerError() bool

IsServerError returns true when this get webchat deployments o k response has a 5xx status code

func (*GetWebchatDeploymentsOK) IsSuccess

func (o *GetWebchatDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this get webchat deployments o k response has a 2xx status code

func (*GetWebchatDeploymentsOK) String

func (o *GetWebchatDeploymentsOK) String() string

type GetWebchatDeploymentsParams

type GetWebchatDeploymentsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatDeploymentsParams contains all the parameters to send to the API endpoint

for the get webchat deployments operation.

Typically these are written to a http.Request.

func NewGetWebchatDeploymentsParams

func NewGetWebchatDeploymentsParams() *GetWebchatDeploymentsParams

NewGetWebchatDeploymentsParams creates a new GetWebchatDeploymentsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatDeploymentsParamsWithContext

func NewGetWebchatDeploymentsParamsWithContext(ctx context.Context) *GetWebchatDeploymentsParams

NewGetWebchatDeploymentsParamsWithContext creates a new GetWebchatDeploymentsParams object with the ability to set a context for a request.

func NewGetWebchatDeploymentsParamsWithHTTPClient

func NewGetWebchatDeploymentsParamsWithHTTPClient(client *http.Client) *GetWebchatDeploymentsParams

NewGetWebchatDeploymentsParamsWithHTTPClient creates a new GetWebchatDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatDeploymentsParamsWithTimeout

func NewGetWebchatDeploymentsParamsWithTimeout(timeout time.Duration) *GetWebchatDeploymentsParams

NewGetWebchatDeploymentsParamsWithTimeout creates a new GetWebchatDeploymentsParams object with the ability to set a timeout on a request.

func (*GetWebchatDeploymentsParams) SetContext

func (o *GetWebchatDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the get webchat deployments params

func (*GetWebchatDeploymentsParams) SetDefaults

func (o *GetWebchatDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the get webchat deployments params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatDeploymentsParams) SetHTTPClient

func (o *GetWebchatDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat deployments params

func (*GetWebchatDeploymentsParams) SetTimeout

func (o *GetWebchatDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get webchat deployments params

func (*GetWebchatDeploymentsParams) WithContext

WithContext adds the context to the get webchat deployments params

func (*GetWebchatDeploymentsParams) WithDefaults

WithDefaults hydrates default values in the get webchat deployments params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat deployments params

func (*GetWebchatDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the get webchat deployments params

func (*GetWebchatDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatDeploymentsReader

type GetWebchatDeploymentsReader struct {
	// contains filtered or unexported fields
}

GetWebchatDeploymentsReader is a Reader for the GetWebchatDeployments structure.

func (*GetWebchatDeploymentsReader) ReadResponse

func (o *GetWebchatDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatDeploymentsRequestEntityTooLarge

type GetWebchatDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatDeploymentsRequestEntityTooLarge

func NewGetWebchatDeploymentsRequestEntityTooLarge() *GetWebchatDeploymentsRequestEntityTooLarge

NewGetWebchatDeploymentsRequestEntityTooLarge creates a GetWebchatDeploymentsRequestEntityTooLarge with default headers values

func (*GetWebchatDeploymentsRequestEntityTooLarge) Error

func (*GetWebchatDeploymentsRequestEntityTooLarge) GetPayload

func (*GetWebchatDeploymentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat deployments request entity too large response has a 4xx status code

func (*GetWebchatDeploymentsRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat deployments request entity too large response a status code equal to that given

func (*GetWebchatDeploymentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat deployments request entity too large response has a 3xx status code

func (*GetWebchatDeploymentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat deployments request entity too large response has a 5xx status code

func (*GetWebchatDeploymentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat deployments request entity too large response has a 2xx status code

func (*GetWebchatDeploymentsRequestEntityTooLarge) String

type GetWebchatDeploymentsRequestTimeout

type GetWebchatDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatDeploymentsRequestTimeout

func NewGetWebchatDeploymentsRequestTimeout() *GetWebchatDeploymentsRequestTimeout

NewGetWebchatDeploymentsRequestTimeout creates a GetWebchatDeploymentsRequestTimeout with default headers values

func (*GetWebchatDeploymentsRequestTimeout) Error

func (*GetWebchatDeploymentsRequestTimeout) GetPayload

func (*GetWebchatDeploymentsRequestTimeout) IsClientError

func (o *GetWebchatDeploymentsRequestTimeout) IsClientError() bool

IsClientError returns true when this get webchat deployments request timeout response has a 4xx status code

func (*GetWebchatDeploymentsRequestTimeout) IsCode

IsCode returns true when this get webchat deployments request timeout response a status code equal to that given

func (*GetWebchatDeploymentsRequestTimeout) IsRedirect

func (o *GetWebchatDeploymentsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat deployments request timeout response has a 3xx status code

func (*GetWebchatDeploymentsRequestTimeout) IsServerError

func (o *GetWebchatDeploymentsRequestTimeout) IsServerError() bool

IsServerError returns true when this get webchat deployments request timeout response has a 5xx status code

func (*GetWebchatDeploymentsRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat deployments request timeout response has a 2xx status code

func (*GetWebchatDeploymentsRequestTimeout) String

type GetWebchatDeploymentsServiceUnavailable

type GetWebchatDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatDeploymentsServiceUnavailable

func NewGetWebchatDeploymentsServiceUnavailable() *GetWebchatDeploymentsServiceUnavailable

NewGetWebchatDeploymentsServiceUnavailable creates a GetWebchatDeploymentsServiceUnavailable with default headers values

func (*GetWebchatDeploymentsServiceUnavailable) Error

func (*GetWebchatDeploymentsServiceUnavailable) GetPayload

func (*GetWebchatDeploymentsServiceUnavailable) IsClientError

func (o *GetWebchatDeploymentsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get webchat deployments service unavailable response has a 4xx status code

func (*GetWebchatDeploymentsServiceUnavailable) IsCode

IsCode returns true when this get webchat deployments service unavailable response a status code equal to that given

func (*GetWebchatDeploymentsServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat deployments service unavailable response has a 3xx status code

func (*GetWebchatDeploymentsServiceUnavailable) IsServerError

func (o *GetWebchatDeploymentsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get webchat deployments service unavailable response has a 5xx status code

func (*GetWebchatDeploymentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat deployments service unavailable response has a 2xx status code

func (*GetWebchatDeploymentsServiceUnavailable) String

type GetWebchatDeploymentsTooManyRequests

type GetWebchatDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatDeploymentsTooManyRequests

func NewGetWebchatDeploymentsTooManyRequests() *GetWebchatDeploymentsTooManyRequests

NewGetWebchatDeploymentsTooManyRequests creates a GetWebchatDeploymentsTooManyRequests with default headers values

func (*GetWebchatDeploymentsTooManyRequests) Error

func (*GetWebchatDeploymentsTooManyRequests) GetPayload

func (*GetWebchatDeploymentsTooManyRequests) IsClientError

func (o *GetWebchatDeploymentsTooManyRequests) IsClientError() bool

IsClientError returns true when this get webchat deployments too many requests response has a 4xx status code

func (*GetWebchatDeploymentsTooManyRequests) IsCode

IsCode returns true when this get webchat deployments too many requests response a status code equal to that given

func (*GetWebchatDeploymentsTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat deployments too many requests response has a 3xx status code

func (*GetWebchatDeploymentsTooManyRequests) IsServerError

func (o *GetWebchatDeploymentsTooManyRequests) IsServerError() bool

IsServerError returns true when this get webchat deployments too many requests response has a 5xx status code

func (*GetWebchatDeploymentsTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat deployments too many requests response has a 2xx status code

func (*GetWebchatDeploymentsTooManyRequests) String

type GetWebchatDeploymentsUnauthorized

type GetWebchatDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatDeploymentsUnauthorized

func NewGetWebchatDeploymentsUnauthorized() *GetWebchatDeploymentsUnauthorized

NewGetWebchatDeploymentsUnauthorized creates a GetWebchatDeploymentsUnauthorized with default headers values

func (*GetWebchatDeploymentsUnauthorized) Error

func (*GetWebchatDeploymentsUnauthorized) GetPayload

func (*GetWebchatDeploymentsUnauthorized) IsClientError

func (o *GetWebchatDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this get webchat deployments unauthorized response has a 4xx status code

func (*GetWebchatDeploymentsUnauthorized) IsCode

func (o *GetWebchatDeploymentsUnauthorized) IsCode(code int) bool

IsCode returns true when this get webchat deployments unauthorized response a status code equal to that given

func (*GetWebchatDeploymentsUnauthorized) IsRedirect

func (o *GetWebchatDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get webchat deployments unauthorized response has a 3xx status code

func (*GetWebchatDeploymentsUnauthorized) IsServerError

func (o *GetWebchatDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this get webchat deployments unauthorized response has a 5xx status code

func (*GetWebchatDeploymentsUnauthorized) IsSuccess

func (o *GetWebchatDeploymentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get webchat deployments unauthorized response has a 2xx status code

func (*GetWebchatDeploymentsUnauthorized) String

type GetWebchatDeploymentsUnsupportedMediaType

type GetWebchatDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatDeploymentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatDeploymentsUnsupportedMediaType

func NewGetWebchatDeploymentsUnsupportedMediaType() *GetWebchatDeploymentsUnsupportedMediaType

NewGetWebchatDeploymentsUnsupportedMediaType creates a GetWebchatDeploymentsUnsupportedMediaType with default headers values

func (*GetWebchatDeploymentsUnsupportedMediaType) Error

func (*GetWebchatDeploymentsUnsupportedMediaType) GetPayload

func (*GetWebchatDeploymentsUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat deployments unsupported media type response has a 4xx status code

func (*GetWebchatDeploymentsUnsupportedMediaType) IsCode

IsCode returns true when this get webchat deployments unsupported media type response a status code equal to that given

func (*GetWebchatDeploymentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat deployments unsupported media type response has a 3xx status code

func (*GetWebchatDeploymentsUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat deployments unsupported media type response has a 5xx status code

func (*GetWebchatDeploymentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat deployments unsupported media type response has a 2xx status code

func (*GetWebchatDeploymentsUnsupportedMediaType) String

type GetWebchatGuestConversationMediarequestBadRequest

type GetWebchatGuestConversationMediarequestBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMediarequestBadRequest

func NewGetWebchatGuestConversationMediarequestBadRequest() *GetWebchatGuestConversationMediarequestBadRequest

NewGetWebchatGuestConversationMediarequestBadRequest creates a GetWebchatGuestConversationMediarequestBadRequest with default headers values

func (*GetWebchatGuestConversationMediarequestBadRequest) Error

func (*GetWebchatGuestConversationMediarequestBadRequest) GetPayload

func (*GetWebchatGuestConversationMediarequestBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest bad request response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestBadRequest) IsCode

IsCode returns true when this get webchat guest conversation mediarequest bad request response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest bad request response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest bad request response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest bad request response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestBadRequest) String

type GetWebchatGuestConversationMediarequestForbidden

type GetWebchatGuestConversationMediarequestForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMediarequestForbidden

func NewGetWebchatGuestConversationMediarequestForbidden() *GetWebchatGuestConversationMediarequestForbidden

NewGetWebchatGuestConversationMediarequestForbidden creates a GetWebchatGuestConversationMediarequestForbidden with default headers values

func (*GetWebchatGuestConversationMediarequestForbidden) Error

func (*GetWebchatGuestConversationMediarequestForbidden) GetPayload

func (*GetWebchatGuestConversationMediarequestForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestForbidden) IsCode

IsCode returns true when this get webchat guest conversation mediarequest forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestForbidden) String

type GetWebchatGuestConversationMediarequestGatewayTimeout

type GetWebchatGuestConversationMediarequestGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMediarequestGatewayTimeout

func NewGetWebchatGuestConversationMediarequestGatewayTimeout() *GetWebchatGuestConversationMediarequestGatewayTimeout

NewGetWebchatGuestConversationMediarequestGatewayTimeout creates a GetWebchatGuestConversationMediarequestGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) Error

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation mediarequest gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestGatewayTimeout) String

type GetWebchatGuestConversationMediarequestInternalServerError

type GetWebchatGuestConversationMediarequestInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMediarequestInternalServerError

func NewGetWebchatGuestConversationMediarequestInternalServerError() *GetWebchatGuestConversationMediarequestInternalServerError

NewGetWebchatGuestConversationMediarequestInternalServerError creates a GetWebchatGuestConversationMediarequestInternalServerError with default headers values

func (*GetWebchatGuestConversationMediarequestInternalServerError) Error

func (*GetWebchatGuestConversationMediarequestInternalServerError) GetPayload

func (*GetWebchatGuestConversationMediarequestInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation mediarequest internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestInternalServerError) String

type GetWebchatGuestConversationMediarequestNotFound

type GetWebchatGuestConversationMediarequestNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMediarequestNotFound

func NewGetWebchatGuestConversationMediarequestNotFound() *GetWebchatGuestConversationMediarequestNotFound

NewGetWebchatGuestConversationMediarequestNotFound creates a GetWebchatGuestConversationMediarequestNotFound with default headers values

func (*GetWebchatGuestConversationMediarequestNotFound) Error

func (*GetWebchatGuestConversationMediarequestNotFound) GetPayload

func (*GetWebchatGuestConversationMediarequestNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest not found response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestNotFound) IsCode

IsCode returns true when this get webchat guest conversation mediarequest not found response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest not found response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest not found response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest not found response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestNotFound) String

type GetWebchatGuestConversationMediarequestOK

type GetWebchatGuestConversationMediarequestOK struct {
	Payload *models.WebChatGuestMediaRequest
}

GetWebchatGuestConversationMediarequestOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMediarequestOK

func NewGetWebchatGuestConversationMediarequestOK() *GetWebchatGuestConversationMediarequestOK

NewGetWebchatGuestConversationMediarequestOK creates a GetWebchatGuestConversationMediarequestOK with default headers values

func (*GetWebchatGuestConversationMediarequestOK) Error

func (*GetWebchatGuestConversationMediarequestOK) GetPayload

func (*GetWebchatGuestConversationMediarequestOK) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest o k response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestOK) IsCode

IsCode returns true when this get webchat guest conversation mediarequest o k response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestOK) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest o k response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestOK) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest o k response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest o k response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestOK) String

type GetWebchatGuestConversationMediarequestParams

type GetWebchatGuestConversationMediarequestParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MediaRequestID.

	   mediaRequestId
	*/
	MediaRequestID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMediarequestParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation mediarequest operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMediarequestParams

func NewGetWebchatGuestConversationMediarequestParams() *GetWebchatGuestConversationMediarequestParams

NewGetWebchatGuestConversationMediarequestParams creates a new GetWebchatGuestConversationMediarequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMediarequestParamsWithContext

func NewGetWebchatGuestConversationMediarequestParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMediarequestParams

NewGetWebchatGuestConversationMediarequestParamsWithContext creates a new GetWebchatGuestConversationMediarequestParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMediarequestParamsWithHTTPClient

func NewGetWebchatGuestConversationMediarequestParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMediarequestParams

NewGetWebchatGuestConversationMediarequestParamsWithHTTPClient creates a new GetWebchatGuestConversationMediarequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMediarequestParamsWithTimeout

func NewGetWebchatGuestConversationMediarequestParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMediarequestParams

NewGetWebchatGuestConversationMediarequestParamsWithTimeout creates a new GetWebchatGuestConversationMediarequestParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMediarequestParams) SetContext

SetContext adds the context to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) SetConversationID

func (o *GetWebchatGuestConversationMediarequestParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) SetDefaults

SetDefaults hydrates default values in the get webchat guest conversation mediarequest params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMediarequestParams) SetHTTPClient

func (o *GetWebchatGuestConversationMediarequestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) SetMediaRequestID

func (o *GetWebchatGuestConversationMediarequestParams) SetMediaRequestID(mediaRequestID string)

SetMediaRequestID adds the mediaRequestId to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) SetTimeout

SetTimeout adds the timeout to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WithContext

WithContext adds the context to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation mediarequest params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMediarequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WithMediaRequestID

WithMediaRequestID adds the mediaRequestID to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation mediarequest params

func (*GetWebchatGuestConversationMediarequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMediarequestReader

type GetWebchatGuestConversationMediarequestReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMediarequestReader is a Reader for the GetWebchatGuestConversationMediarequest structure.

func (*GetWebchatGuestConversationMediarequestReader) ReadResponse

func (o *GetWebchatGuestConversationMediarequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMediarequestRequestEntityTooLarge

type GetWebchatGuestConversationMediarequestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMediarequestRequestEntityTooLarge

func NewGetWebchatGuestConversationMediarequestRequestEntityTooLarge() *GetWebchatGuestConversationMediarequestRequestEntityTooLarge

NewGetWebchatGuestConversationMediarequestRequestEntityTooLarge creates a GetWebchatGuestConversationMediarequestRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation mediarequest request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestRequestEntityTooLarge) String

type GetWebchatGuestConversationMediarequestRequestTimeout

type GetWebchatGuestConversationMediarequestRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMediarequestRequestTimeout

func NewGetWebchatGuestConversationMediarequestRequestTimeout() *GetWebchatGuestConversationMediarequestRequestTimeout

NewGetWebchatGuestConversationMediarequestRequestTimeout creates a GetWebchatGuestConversationMediarequestRequestTimeout with default headers values

func (*GetWebchatGuestConversationMediarequestRequestTimeout) Error

func (*GetWebchatGuestConversationMediarequestRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMediarequestRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation mediarequest request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestRequestTimeout) String

type GetWebchatGuestConversationMediarequestServiceUnavailable

type GetWebchatGuestConversationMediarequestServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMediarequestServiceUnavailable

func NewGetWebchatGuestConversationMediarequestServiceUnavailable() *GetWebchatGuestConversationMediarequestServiceUnavailable

NewGetWebchatGuestConversationMediarequestServiceUnavailable creates a GetWebchatGuestConversationMediarequestServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) Error

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation mediarequest service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestServiceUnavailable) String

type GetWebchatGuestConversationMediarequestTooManyRequests

type GetWebchatGuestConversationMediarequestTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMediarequestTooManyRequests

func NewGetWebchatGuestConversationMediarequestTooManyRequests() *GetWebchatGuestConversationMediarequestTooManyRequests

NewGetWebchatGuestConversationMediarequestTooManyRequests creates a GetWebchatGuestConversationMediarequestTooManyRequests with default headers values

func (*GetWebchatGuestConversationMediarequestTooManyRequests) Error

func (*GetWebchatGuestConversationMediarequestTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMediarequestTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation mediarequest too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestTooManyRequests) String

type GetWebchatGuestConversationMediarequestUnauthorized

type GetWebchatGuestConversationMediarequestUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMediarequestUnauthorized

func NewGetWebchatGuestConversationMediarequestUnauthorized() *GetWebchatGuestConversationMediarequestUnauthorized

NewGetWebchatGuestConversationMediarequestUnauthorized creates a GetWebchatGuestConversationMediarequestUnauthorized with default headers values

func (*GetWebchatGuestConversationMediarequestUnauthorized) Error

func (*GetWebchatGuestConversationMediarequestUnauthorized) GetPayload

func (*GetWebchatGuestConversationMediarequestUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation mediarequest unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestUnauthorized) String

type GetWebchatGuestConversationMediarequestUnsupportedMediaType

type GetWebchatGuestConversationMediarequestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMediarequestUnsupportedMediaType

func NewGetWebchatGuestConversationMediarequestUnsupportedMediaType() *GetWebchatGuestConversationMediarequestUnsupportedMediaType

NewGetWebchatGuestConversationMediarequestUnsupportedMediaType creates a GetWebchatGuestConversationMediarequestUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequest unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation mediarequest unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequest unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequest unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequest unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestUnsupportedMediaType) String

type GetWebchatGuestConversationMediarequestsBadRequest

type GetWebchatGuestConversationMediarequestsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMediarequestsBadRequest

func NewGetWebchatGuestConversationMediarequestsBadRequest() *GetWebchatGuestConversationMediarequestsBadRequest

NewGetWebchatGuestConversationMediarequestsBadRequest creates a GetWebchatGuestConversationMediarequestsBadRequest with default headers values

func (*GetWebchatGuestConversationMediarequestsBadRequest) Error

func (*GetWebchatGuestConversationMediarequestsBadRequest) GetPayload

func (*GetWebchatGuestConversationMediarequestsBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests bad request response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsBadRequest) IsCode

IsCode returns true when this get webchat guest conversation mediarequests bad request response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests bad request response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests bad request response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests bad request response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsBadRequest) String

type GetWebchatGuestConversationMediarequestsForbidden

type GetWebchatGuestConversationMediarequestsForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMediarequestsForbidden

func NewGetWebchatGuestConversationMediarequestsForbidden() *GetWebchatGuestConversationMediarequestsForbidden

NewGetWebchatGuestConversationMediarequestsForbidden creates a GetWebchatGuestConversationMediarequestsForbidden with default headers values

func (*GetWebchatGuestConversationMediarequestsForbidden) Error

func (*GetWebchatGuestConversationMediarequestsForbidden) GetPayload

func (*GetWebchatGuestConversationMediarequestsForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsForbidden) IsCode

IsCode returns true when this get webchat guest conversation mediarequests forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsForbidden) String

type GetWebchatGuestConversationMediarequestsGatewayTimeout

type GetWebchatGuestConversationMediarequestsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMediarequestsGatewayTimeout

func NewGetWebchatGuestConversationMediarequestsGatewayTimeout() *GetWebchatGuestConversationMediarequestsGatewayTimeout

NewGetWebchatGuestConversationMediarequestsGatewayTimeout creates a GetWebchatGuestConversationMediarequestsGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) Error

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation mediarequests gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsGatewayTimeout) String

type GetWebchatGuestConversationMediarequestsInternalServerError

type GetWebchatGuestConversationMediarequestsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMediarequestsInternalServerError

func NewGetWebchatGuestConversationMediarequestsInternalServerError() *GetWebchatGuestConversationMediarequestsInternalServerError

NewGetWebchatGuestConversationMediarequestsInternalServerError creates a GetWebchatGuestConversationMediarequestsInternalServerError with default headers values

func (*GetWebchatGuestConversationMediarequestsInternalServerError) Error

func (*GetWebchatGuestConversationMediarequestsInternalServerError) GetPayload

func (*GetWebchatGuestConversationMediarequestsInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation mediarequests internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsInternalServerError) String

type GetWebchatGuestConversationMediarequestsNotFound

type GetWebchatGuestConversationMediarequestsNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMediarequestsNotFound

func NewGetWebchatGuestConversationMediarequestsNotFound() *GetWebchatGuestConversationMediarequestsNotFound

NewGetWebchatGuestConversationMediarequestsNotFound creates a GetWebchatGuestConversationMediarequestsNotFound with default headers values

func (*GetWebchatGuestConversationMediarequestsNotFound) Error

func (*GetWebchatGuestConversationMediarequestsNotFound) GetPayload

func (*GetWebchatGuestConversationMediarequestsNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests not found response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsNotFound) IsCode

IsCode returns true when this get webchat guest conversation mediarequests not found response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests not found response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests not found response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests not found response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsNotFound) String

type GetWebchatGuestConversationMediarequestsOK

type GetWebchatGuestConversationMediarequestsOK struct {
	Payload *models.WebChatGuestMediaRequestEntityList
}

GetWebchatGuestConversationMediarequestsOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMediarequestsOK

func NewGetWebchatGuestConversationMediarequestsOK() *GetWebchatGuestConversationMediarequestsOK

NewGetWebchatGuestConversationMediarequestsOK creates a GetWebchatGuestConversationMediarequestsOK with default headers values

func (*GetWebchatGuestConversationMediarequestsOK) Error

func (*GetWebchatGuestConversationMediarequestsOK) GetPayload

func (*GetWebchatGuestConversationMediarequestsOK) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests o k response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsOK) IsCode

IsCode returns true when this get webchat guest conversation mediarequests o k response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsOK) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests o k response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsOK) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests o k response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests o k response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsOK) String

type GetWebchatGuestConversationMediarequestsParams

type GetWebchatGuestConversationMediarequestsParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMediarequestsParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation mediarequests operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMediarequestsParams

func NewGetWebchatGuestConversationMediarequestsParams() *GetWebchatGuestConversationMediarequestsParams

NewGetWebchatGuestConversationMediarequestsParams creates a new GetWebchatGuestConversationMediarequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMediarequestsParamsWithContext

func NewGetWebchatGuestConversationMediarequestsParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMediarequestsParams

NewGetWebchatGuestConversationMediarequestsParamsWithContext creates a new GetWebchatGuestConversationMediarequestsParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMediarequestsParamsWithHTTPClient

func NewGetWebchatGuestConversationMediarequestsParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMediarequestsParams

NewGetWebchatGuestConversationMediarequestsParamsWithHTTPClient creates a new GetWebchatGuestConversationMediarequestsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMediarequestsParamsWithTimeout

func NewGetWebchatGuestConversationMediarequestsParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMediarequestsParams

NewGetWebchatGuestConversationMediarequestsParamsWithTimeout creates a new GetWebchatGuestConversationMediarequestsParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMediarequestsParams) SetContext

SetContext adds the context to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) SetConversationID

func (o *GetWebchatGuestConversationMediarequestsParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) SetDefaults

SetDefaults hydrates default values in the get webchat guest conversation mediarequests params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMediarequestsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) SetTimeout

SetTimeout adds the timeout to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) WithContext

WithContext adds the context to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation mediarequests params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMediarequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation mediarequests params

func (*GetWebchatGuestConversationMediarequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMediarequestsReader

type GetWebchatGuestConversationMediarequestsReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMediarequestsReader is a Reader for the GetWebchatGuestConversationMediarequests structure.

func (*GetWebchatGuestConversationMediarequestsReader) ReadResponse

func (o *GetWebchatGuestConversationMediarequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMediarequestsRequestEntityTooLarge

type GetWebchatGuestConversationMediarequestsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMediarequestsRequestEntityTooLarge

func NewGetWebchatGuestConversationMediarequestsRequestEntityTooLarge() *GetWebchatGuestConversationMediarequestsRequestEntityTooLarge

NewGetWebchatGuestConversationMediarequestsRequestEntityTooLarge creates a GetWebchatGuestConversationMediarequestsRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation mediarequests request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsRequestEntityTooLarge) String

type GetWebchatGuestConversationMediarequestsRequestTimeout

type GetWebchatGuestConversationMediarequestsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMediarequestsRequestTimeout

func NewGetWebchatGuestConversationMediarequestsRequestTimeout() *GetWebchatGuestConversationMediarequestsRequestTimeout

NewGetWebchatGuestConversationMediarequestsRequestTimeout creates a GetWebchatGuestConversationMediarequestsRequestTimeout with default headers values

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) Error

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation mediarequests request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsRequestTimeout) String

type GetWebchatGuestConversationMediarequestsServiceUnavailable

type GetWebchatGuestConversationMediarequestsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMediarequestsServiceUnavailable

func NewGetWebchatGuestConversationMediarequestsServiceUnavailable() *GetWebchatGuestConversationMediarequestsServiceUnavailable

NewGetWebchatGuestConversationMediarequestsServiceUnavailable creates a GetWebchatGuestConversationMediarequestsServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) Error

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation mediarequests service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsServiceUnavailable) String

type GetWebchatGuestConversationMediarequestsTooManyRequests

type GetWebchatGuestConversationMediarequestsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMediarequestsTooManyRequests

func NewGetWebchatGuestConversationMediarequestsTooManyRequests() *GetWebchatGuestConversationMediarequestsTooManyRequests

NewGetWebchatGuestConversationMediarequestsTooManyRequests creates a GetWebchatGuestConversationMediarequestsTooManyRequests with default headers values

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) Error

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation mediarequests too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsTooManyRequests) String

type GetWebchatGuestConversationMediarequestsUnauthorized

type GetWebchatGuestConversationMediarequestsUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMediarequestsUnauthorized

func NewGetWebchatGuestConversationMediarequestsUnauthorized() *GetWebchatGuestConversationMediarequestsUnauthorized

NewGetWebchatGuestConversationMediarequestsUnauthorized creates a GetWebchatGuestConversationMediarequestsUnauthorized with default headers values

func (*GetWebchatGuestConversationMediarequestsUnauthorized) Error

func (*GetWebchatGuestConversationMediarequestsUnauthorized) GetPayload

func (*GetWebchatGuestConversationMediarequestsUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation mediarequests unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsUnauthorized) String

type GetWebchatGuestConversationMediarequestsUnsupportedMediaType

type GetWebchatGuestConversationMediarequestsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMediarequestsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMediarequestsUnsupportedMediaType

func NewGetWebchatGuestConversationMediarequestsUnsupportedMediaType() *GetWebchatGuestConversationMediarequestsUnsupportedMediaType

NewGetWebchatGuestConversationMediarequestsUnsupportedMediaType creates a GetWebchatGuestConversationMediarequestsUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation mediarequests unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation mediarequests unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation mediarequests unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation mediarequests unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation mediarequests unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMediarequestsUnsupportedMediaType) String

type GetWebchatGuestConversationMemberBadRequest

type GetWebchatGuestConversationMemberBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMemberBadRequest

func NewGetWebchatGuestConversationMemberBadRequest() *GetWebchatGuestConversationMemberBadRequest

NewGetWebchatGuestConversationMemberBadRequest creates a GetWebchatGuestConversationMemberBadRequest with default headers values

func (*GetWebchatGuestConversationMemberBadRequest) Error

func (*GetWebchatGuestConversationMemberBadRequest) GetPayload

func (*GetWebchatGuestConversationMemberBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation member bad request response has a 4xx status code

func (*GetWebchatGuestConversationMemberBadRequest) IsCode

IsCode returns true when this get webchat guest conversation member bad request response a status code equal to that given

func (*GetWebchatGuestConversationMemberBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation member bad request response has a 3xx status code

func (*GetWebchatGuestConversationMemberBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation member bad request response has a 5xx status code

func (*GetWebchatGuestConversationMemberBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation member bad request response has a 2xx status code

func (*GetWebchatGuestConversationMemberBadRequest) String

type GetWebchatGuestConversationMemberForbidden

type GetWebchatGuestConversationMemberForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMemberForbidden

func NewGetWebchatGuestConversationMemberForbidden() *GetWebchatGuestConversationMemberForbidden

NewGetWebchatGuestConversationMemberForbidden creates a GetWebchatGuestConversationMemberForbidden with default headers values

func (*GetWebchatGuestConversationMemberForbidden) Error

func (*GetWebchatGuestConversationMemberForbidden) GetPayload

func (*GetWebchatGuestConversationMemberForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation member forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMemberForbidden) IsCode

IsCode returns true when this get webchat guest conversation member forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMemberForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation member forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMemberForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation member forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMemberForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation member forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMemberForbidden) String

type GetWebchatGuestConversationMemberGatewayTimeout

type GetWebchatGuestConversationMemberGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMemberGatewayTimeout

func NewGetWebchatGuestConversationMemberGatewayTimeout() *GetWebchatGuestConversationMemberGatewayTimeout

NewGetWebchatGuestConversationMemberGatewayTimeout creates a GetWebchatGuestConversationMemberGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMemberGatewayTimeout) Error

func (*GetWebchatGuestConversationMemberGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMemberGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation member gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMemberGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation member gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMemberGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation member gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMemberGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation member gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMemberGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation member gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMemberGatewayTimeout) String

type GetWebchatGuestConversationMemberInternalServerError

type GetWebchatGuestConversationMemberInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMemberInternalServerError

func NewGetWebchatGuestConversationMemberInternalServerError() *GetWebchatGuestConversationMemberInternalServerError

NewGetWebchatGuestConversationMemberInternalServerError creates a GetWebchatGuestConversationMemberInternalServerError with default headers values

func (*GetWebchatGuestConversationMemberInternalServerError) Error

func (*GetWebchatGuestConversationMemberInternalServerError) GetPayload

func (*GetWebchatGuestConversationMemberInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation member internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMemberInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation member internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMemberInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation member internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMemberInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation member internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMemberInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation member internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMemberInternalServerError) String

type GetWebchatGuestConversationMemberNotFound

type GetWebchatGuestConversationMemberNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMemberNotFound

func NewGetWebchatGuestConversationMemberNotFound() *GetWebchatGuestConversationMemberNotFound

NewGetWebchatGuestConversationMemberNotFound creates a GetWebchatGuestConversationMemberNotFound with default headers values

func (*GetWebchatGuestConversationMemberNotFound) Error

func (*GetWebchatGuestConversationMemberNotFound) GetPayload

func (*GetWebchatGuestConversationMemberNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation member not found response has a 4xx status code

func (*GetWebchatGuestConversationMemberNotFound) IsCode

IsCode returns true when this get webchat guest conversation member not found response a status code equal to that given

func (*GetWebchatGuestConversationMemberNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation member not found response has a 3xx status code

func (*GetWebchatGuestConversationMemberNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation member not found response has a 5xx status code

func (*GetWebchatGuestConversationMemberNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation member not found response has a 2xx status code

func (*GetWebchatGuestConversationMemberNotFound) String

type GetWebchatGuestConversationMemberOK

type GetWebchatGuestConversationMemberOK struct {
	Payload *models.WebChatMemberInfo
}

GetWebchatGuestConversationMemberOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMemberOK

func NewGetWebchatGuestConversationMemberOK() *GetWebchatGuestConversationMemberOK

NewGetWebchatGuestConversationMemberOK creates a GetWebchatGuestConversationMemberOK with default headers values

func (*GetWebchatGuestConversationMemberOK) Error

func (*GetWebchatGuestConversationMemberOK) GetPayload

func (*GetWebchatGuestConversationMemberOK) IsClientError

func (o *GetWebchatGuestConversationMemberOK) IsClientError() bool

IsClientError returns true when this get webchat guest conversation member o k response has a 4xx status code

func (*GetWebchatGuestConversationMemberOK) IsCode

IsCode returns true when this get webchat guest conversation member o k response a status code equal to that given

func (*GetWebchatGuestConversationMemberOK) IsRedirect

func (o *GetWebchatGuestConversationMemberOK) IsRedirect() bool

IsRedirect returns true when this get webchat guest conversation member o k response has a 3xx status code

func (*GetWebchatGuestConversationMemberOK) IsServerError

func (o *GetWebchatGuestConversationMemberOK) IsServerError() bool

IsServerError returns true when this get webchat guest conversation member o k response has a 5xx status code

func (*GetWebchatGuestConversationMemberOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation member o k response has a 2xx status code

func (*GetWebchatGuestConversationMemberOK) String

type GetWebchatGuestConversationMemberParams

type GetWebchatGuestConversationMemberParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MemberID.

	   memberId
	*/
	MemberID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMemberParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation member operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMemberParams

func NewGetWebchatGuestConversationMemberParams() *GetWebchatGuestConversationMemberParams

NewGetWebchatGuestConversationMemberParams creates a new GetWebchatGuestConversationMemberParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMemberParamsWithContext

func NewGetWebchatGuestConversationMemberParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMemberParams

NewGetWebchatGuestConversationMemberParamsWithContext creates a new GetWebchatGuestConversationMemberParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMemberParamsWithHTTPClient

func NewGetWebchatGuestConversationMemberParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMemberParams

NewGetWebchatGuestConversationMemberParamsWithHTTPClient creates a new GetWebchatGuestConversationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMemberParamsWithTimeout

func NewGetWebchatGuestConversationMemberParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMemberParams

NewGetWebchatGuestConversationMemberParamsWithTimeout creates a new GetWebchatGuestConversationMemberParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMemberParams) SetContext

SetContext adds the context to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) SetConversationID

func (o *GetWebchatGuestConversationMemberParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) SetDefaults

func (o *GetWebchatGuestConversationMemberParams) SetDefaults()

SetDefaults hydrates default values in the get webchat guest conversation member params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMemberParams) SetHTTPClient

func (o *GetWebchatGuestConversationMemberParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) SetMemberID

func (o *GetWebchatGuestConversationMemberParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) SetTimeout

func (o *GetWebchatGuestConversationMemberParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WithContext

WithContext adds the context to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation member params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WithMemberID

WithMemberID adds the memberID to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation member params

func (*GetWebchatGuestConversationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMemberReader

type GetWebchatGuestConversationMemberReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMemberReader is a Reader for the GetWebchatGuestConversationMember structure.

func (*GetWebchatGuestConversationMemberReader) ReadResponse

func (o *GetWebchatGuestConversationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMemberRequestEntityTooLarge

type GetWebchatGuestConversationMemberRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMemberRequestEntityTooLarge

func NewGetWebchatGuestConversationMemberRequestEntityTooLarge() *GetWebchatGuestConversationMemberRequestEntityTooLarge

NewGetWebchatGuestConversationMemberRequestEntityTooLarge creates a GetWebchatGuestConversationMemberRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation member request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation member request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation member request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation member request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation member request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMemberRequestEntityTooLarge) String

type GetWebchatGuestConversationMemberRequestTimeout

type GetWebchatGuestConversationMemberRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMemberRequestTimeout

func NewGetWebchatGuestConversationMemberRequestTimeout() *GetWebchatGuestConversationMemberRequestTimeout

NewGetWebchatGuestConversationMemberRequestTimeout creates a GetWebchatGuestConversationMemberRequestTimeout with default headers values

func (*GetWebchatGuestConversationMemberRequestTimeout) Error

func (*GetWebchatGuestConversationMemberRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMemberRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation member request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMemberRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation member request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMemberRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation member request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMemberRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation member request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMemberRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation member request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMemberRequestTimeout) String

type GetWebchatGuestConversationMemberServiceUnavailable

type GetWebchatGuestConversationMemberServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMemberServiceUnavailable

func NewGetWebchatGuestConversationMemberServiceUnavailable() *GetWebchatGuestConversationMemberServiceUnavailable

NewGetWebchatGuestConversationMemberServiceUnavailable creates a GetWebchatGuestConversationMemberServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMemberServiceUnavailable) Error

func (*GetWebchatGuestConversationMemberServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMemberServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation member service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMemberServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation member service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMemberServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation member service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMemberServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation member service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMemberServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation member service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMemberServiceUnavailable) String

type GetWebchatGuestConversationMemberTooManyRequests

type GetWebchatGuestConversationMemberTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMemberTooManyRequests

func NewGetWebchatGuestConversationMemberTooManyRequests() *GetWebchatGuestConversationMemberTooManyRequests

NewGetWebchatGuestConversationMemberTooManyRequests creates a GetWebchatGuestConversationMemberTooManyRequests with default headers values

func (*GetWebchatGuestConversationMemberTooManyRequests) Error

func (*GetWebchatGuestConversationMemberTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMemberTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation member too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMemberTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation member too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMemberTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation member too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMemberTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation member too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMemberTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation member too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMemberTooManyRequests) String

type GetWebchatGuestConversationMemberUnauthorized

type GetWebchatGuestConversationMemberUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMemberUnauthorized

func NewGetWebchatGuestConversationMemberUnauthorized() *GetWebchatGuestConversationMemberUnauthorized

NewGetWebchatGuestConversationMemberUnauthorized creates a GetWebchatGuestConversationMemberUnauthorized with default headers values

func (*GetWebchatGuestConversationMemberUnauthorized) Error

func (*GetWebchatGuestConversationMemberUnauthorized) GetPayload

func (*GetWebchatGuestConversationMemberUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation member unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMemberUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation member unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMemberUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation member unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMemberUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation member unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMemberUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation member unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMemberUnauthorized) String

type GetWebchatGuestConversationMemberUnsupportedMediaType

type GetWebchatGuestConversationMemberUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMemberUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMemberUnsupportedMediaType

func NewGetWebchatGuestConversationMemberUnsupportedMediaType() *GetWebchatGuestConversationMemberUnsupportedMediaType

NewGetWebchatGuestConversationMemberUnsupportedMediaType creates a GetWebchatGuestConversationMemberUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation member unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation member unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation member unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation member unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation member unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMemberUnsupportedMediaType) String

type GetWebchatGuestConversationMembersBadRequest

type GetWebchatGuestConversationMembersBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMembersBadRequest

func NewGetWebchatGuestConversationMembersBadRequest() *GetWebchatGuestConversationMembersBadRequest

NewGetWebchatGuestConversationMembersBadRequest creates a GetWebchatGuestConversationMembersBadRequest with default headers values

func (*GetWebchatGuestConversationMembersBadRequest) Error

func (*GetWebchatGuestConversationMembersBadRequest) GetPayload

func (*GetWebchatGuestConversationMembersBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation members bad request response has a 4xx status code

func (*GetWebchatGuestConversationMembersBadRequest) IsCode

IsCode returns true when this get webchat guest conversation members bad request response a status code equal to that given

func (*GetWebchatGuestConversationMembersBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation members bad request response has a 3xx status code

func (*GetWebchatGuestConversationMembersBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation members bad request response has a 5xx status code

func (*GetWebchatGuestConversationMembersBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation members bad request response has a 2xx status code

func (*GetWebchatGuestConversationMembersBadRequest) String

type GetWebchatGuestConversationMembersForbidden

type GetWebchatGuestConversationMembersForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMembersForbidden

func NewGetWebchatGuestConversationMembersForbidden() *GetWebchatGuestConversationMembersForbidden

NewGetWebchatGuestConversationMembersForbidden creates a GetWebchatGuestConversationMembersForbidden with default headers values

func (*GetWebchatGuestConversationMembersForbidden) Error

func (*GetWebchatGuestConversationMembersForbidden) GetPayload

func (*GetWebchatGuestConversationMembersForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation members forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMembersForbidden) IsCode

IsCode returns true when this get webchat guest conversation members forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMembersForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation members forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMembersForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation members forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMembersForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation members forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMembersForbidden) String

type GetWebchatGuestConversationMembersGatewayTimeout

type GetWebchatGuestConversationMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMembersGatewayTimeout

func NewGetWebchatGuestConversationMembersGatewayTimeout() *GetWebchatGuestConversationMembersGatewayTimeout

NewGetWebchatGuestConversationMembersGatewayTimeout creates a GetWebchatGuestConversationMembersGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMembersGatewayTimeout) Error

func (*GetWebchatGuestConversationMembersGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMembersGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation members gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMembersGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation members gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMembersGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation members gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMembersGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation members gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMembersGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation members gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMembersGatewayTimeout) String

type GetWebchatGuestConversationMembersInternalServerError

type GetWebchatGuestConversationMembersInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMembersInternalServerError

func NewGetWebchatGuestConversationMembersInternalServerError() *GetWebchatGuestConversationMembersInternalServerError

NewGetWebchatGuestConversationMembersInternalServerError creates a GetWebchatGuestConversationMembersInternalServerError with default headers values

func (*GetWebchatGuestConversationMembersInternalServerError) Error

func (*GetWebchatGuestConversationMembersInternalServerError) GetPayload

func (*GetWebchatGuestConversationMembersInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation members internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMembersInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation members internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMembersInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation members internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMembersInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation members internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMembersInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation members internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMembersInternalServerError) String

type GetWebchatGuestConversationMembersNotFound

type GetWebchatGuestConversationMembersNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMembersNotFound

func NewGetWebchatGuestConversationMembersNotFound() *GetWebchatGuestConversationMembersNotFound

NewGetWebchatGuestConversationMembersNotFound creates a GetWebchatGuestConversationMembersNotFound with default headers values

func (*GetWebchatGuestConversationMembersNotFound) Error

func (*GetWebchatGuestConversationMembersNotFound) GetPayload

func (*GetWebchatGuestConversationMembersNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation members not found response has a 4xx status code

func (*GetWebchatGuestConversationMembersNotFound) IsCode

IsCode returns true when this get webchat guest conversation members not found response a status code equal to that given

func (*GetWebchatGuestConversationMembersNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation members not found response has a 3xx status code

func (*GetWebchatGuestConversationMembersNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation members not found response has a 5xx status code

func (*GetWebchatGuestConversationMembersNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation members not found response has a 2xx status code

func (*GetWebchatGuestConversationMembersNotFound) String

type GetWebchatGuestConversationMembersOK

type GetWebchatGuestConversationMembersOK struct {
	Payload *models.WebChatMemberInfoEntityList
}

GetWebchatGuestConversationMembersOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMembersOK

func NewGetWebchatGuestConversationMembersOK() *GetWebchatGuestConversationMembersOK

NewGetWebchatGuestConversationMembersOK creates a GetWebchatGuestConversationMembersOK with default headers values

func (*GetWebchatGuestConversationMembersOK) Error

func (*GetWebchatGuestConversationMembersOK) GetPayload

func (*GetWebchatGuestConversationMembersOK) IsClientError

func (o *GetWebchatGuestConversationMembersOK) IsClientError() bool

IsClientError returns true when this get webchat guest conversation members o k response has a 4xx status code

func (*GetWebchatGuestConversationMembersOK) IsCode

IsCode returns true when this get webchat guest conversation members o k response a status code equal to that given

func (*GetWebchatGuestConversationMembersOK) IsRedirect

IsRedirect returns true when this get webchat guest conversation members o k response has a 3xx status code

func (*GetWebchatGuestConversationMembersOK) IsServerError

func (o *GetWebchatGuestConversationMembersOK) IsServerError() bool

IsServerError returns true when this get webchat guest conversation members o k response has a 5xx status code

func (*GetWebchatGuestConversationMembersOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation members o k response has a 2xx status code

func (*GetWebchatGuestConversationMembersOK) String

type GetWebchatGuestConversationMembersParams

type GetWebchatGuestConversationMembersParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* ExcludeDisconnectedMembers.

	   If true, the results will not contain members who have a DISCONNECTED state.
	*/
	ExcludeDisconnectedMembers *bool

	/* PageNumber.

	   The page number to return, or omitted for the first page.

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The number of entries to return per page, or omitted for the default.

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMembersParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation members operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMembersParams

func NewGetWebchatGuestConversationMembersParams() *GetWebchatGuestConversationMembersParams

NewGetWebchatGuestConversationMembersParams creates a new GetWebchatGuestConversationMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMembersParamsWithContext

func NewGetWebchatGuestConversationMembersParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMembersParams

NewGetWebchatGuestConversationMembersParamsWithContext creates a new GetWebchatGuestConversationMembersParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMembersParamsWithHTTPClient

func NewGetWebchatGuestConversationMembersParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMembersParams

NewGetWebchatGuestConversationMembersParamsWithHTTPClient creates a new GetWebchatGuestConversationMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMembersParamsWithTimeout

func NewGetWebchatGuestConversationMembersParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMembersParams

NewGetWebchatGuestConversationMembersParamsWithTimeout creates a new GetWebchatGuestConversationMembersParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMembersParams) SetContext

SetContext adds the context to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetConversationID

func (o *GetWebchatGuestConversationMembersParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetDefaults

SetDefaults hydrates default values in the get webchat guest conversation members params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMembersParams) SetExcludeDisconnectedMembers

func (o *GetWebchatGuestConversationMembersParams) SetExcludeDisconnectedMembers(excludeDisconnectedMembers *bool)

SetExcludeDisconnectedMembers adds the excludeDisconnectedMembers to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetHTTPClient

func (o *GetWebchatGuestConversationMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetPageNumber

func (o *GetWebchatGuestConversationMembersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetPageSize

func (o *GetWebchatGuestConversationMembersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) SetTimeout

SetTimeout adds the timeout to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithContext

WithContext adds the context to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation members params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMembersParams) WithExcludeDisconnectedMembers

func (o *GetWebchatGuestConversationMembersParams) WithExcludeDisconnectedMembers(excludeDisconnectedMembers *bool) *GetWebchatGuestConversationMembersParams

WithExcludeDisconnectedMembers adds the excludeDisconnectedMembers to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithPageNumber

WithPageNumber adds the pageNumber to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithPageSize

WithPageSize adds the pageSize to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation members params

func (*GetWebchatGuestConversationMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMembersReader

type GetWebchatGuestConversationMembersReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMembersReader is a Reader for the GetWebchatGuestConversationMembers structure.

func (*GetWebchatGuestConversationMembersReader) ReadResponse

func (o *GetWebchatGuestConversationMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMembersRequestEntityTooLarge

type GetWebchatGuestConversationMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMembersRequestEntityTooLarge

func NewGetWebchatGuestConversationMembersRequestEntityTooLarge() *GetWebchatGuestConversationMembersRequestEntityTooLarge

NewGetWebchatGuestConversationMembersRequestEntityTooLarge creates a GetWebchatGuestConversationMembersRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation members request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation members request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation members request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation members request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation members request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMembersRequestEntityTooLarge) String

type GetWebchatGuestConversationMembersRequestTimeout

type GetWebchatGuestConversationMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMembersRequestTimeout

func NewGetWebchatGuestConversationMembersRequestTimeout() *GetWebchatGuestConversationMembersRequestTimeout

NewGetWebchatGuestConversationMembersRequestTimeout creates a GetWebchatGuestConversationMembersRequestTimeout with default headers values

func (*GetWebchatGuestConversationMembersRequestTimeout) Error

func (*GetWebchatGuestConversationMembersRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMembersRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation members request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMembersRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation members request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMembersRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation members request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMembersRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation members request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMembersRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation members request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMembersRequestTimeout) String

type GetWebchatGuestConversationMembersServiceUnavailable

type GetWebchatGuestConversationMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMembersServiceUnavailable

func NewGetWebchatGuestConversationMembersServiceUnavailable() *GetWebchatGuestConversationMembersServiceUnavailable

NewGetWebchatGuestConversationMembersServiceUnavailable creates a GetWebchatGuestConversationMembersServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMembersServiceUnavailable) Error

func (*GetWebchatGuestConversationMembersServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMembersServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation members service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMembersServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation members service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMembersServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation members service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMembersServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation members service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation members service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMembersServiceUnavailable) String

type GetWebchatGuestConversationMembersTooManyRequests

type GetWebchatGuestConversationMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMembersTooManyRequests

func NewGetWebchatGuestConversationMembersTooManyRequests() *GetWebchatGuestConversationMembersTooManyRequests

NewGetWebchatGuestConversationMembersTooManyRequests creates a GetWebchatGuestConversationMembersTooManyRequests with default headers values

func (*GetWebchatGuestConversationMembersTooManyRequests) Error

func (*GetWebchatGuestConversationMembersTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMembersTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation members too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMembersTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation members too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMembersTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation members too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMembersTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation members too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMembersTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation members too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMembersTooManyRequests) String

type GetWebchatGuestConversationMembersUnauthorized

type GetWebchatGuestConversationMembersUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMembersUnauthorized

func NewGetWebchatGuestConversationMembersUnauthorized() *GetWebchatGuestConversationMembersUnauthorized

NewGetWebchatGuestConversationMembersUnauthorized creates a GetWebchatGuestConversationMembersUnauthorized with default headers values

func (*GetWebchatGuestConversationMembersUnauthorized) Error

func (*GetWebchatGuestConversationMembersUnauthorized) GetPayload

func (*GetWebchatGuestConversationMembersUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation members unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMembersUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation members unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMembersUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation members unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMembersUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation members unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMembersUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation members unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMembersUnauthorized) String

type GetWebchatGuestConversationMembersUnsupportedMediaType

type GetWebchatGuestConversationMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMembersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMembersUnsupportedMediaType

func NewGetWebchatGuestConversationMembersUnsupportedMediaType() *GetWebchatGuestConversationMembersUnsupportedMediaType

NewGetWebchatGuestConversationMembersUnsupportedMediaType creates a GetWebchatGuestConversationMembersUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation members unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation members unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation members unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation members unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation members unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMembersUnsupportedMediaType) String

type GetWebchatGuestConversationMessageBadRequest

type GetWebchatGuestConversationMessageBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMessageBadRequest

func NewGetWebchatGuestConversationMessageBadRequest() *GetWebchatGuestConversationMessageBadRequest

NewGetWebchatGuestConversationMessageBadRequest creates a GetWebchatGuestConversationMessageBadRequest with default headers values

func (*GetWebchatGuestConversationMessageBadRequest) Error

func (*GetWebchatGuestConversationMessageBadRequest) GetPayload

func (*GetWebchatGuestConversationMessageBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation message bad request response has a 4xx status code

func (*GetWebchatGuestConversationMessageBadRequest) IsCode

IsCode returns true when this get webchat guest conversation message bad request response a status code equal to that given

func (*GetWebchatGuestConversationMessageBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation message bad request response has a 3xx status code

func (*GetWebchatGuestConversationMessageBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation message bad request response has a 5xx status code

func (*GetWebchatGuestConversationMessageBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation message bad request response has a 2xx status code

func (*GetWebchatGuestConversationMessageBadRequest) String

type GetWebchatGuestConversationMessageForbidden

type GetWebchatGuestConversationMessageForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMessageForbidden

func NewGetWebchatGuestConversationMessageForbidden() *GetWebchatGuestConversationMessageForbidden

NewGetWebchatGuestConversationMessageForbidden creates a GetWebchatGuestConversationMessageForbidden with default headers values

func (*GetWebchatGuestConversationMessageForbidden) Error

func (*GetWebchatGuestConversationMessageForbidden) GetPayload

func (*GetWebchatGuestConversationMessageForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation message forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMessageForbidden) IsCode

IsCode returns true when this get webchat guest conversation message forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMessageForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation message forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMessageForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation message forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMessageForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation message forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMessageForbidden) String

type GetWebchatGuestConversationMessageGatewayTimeout

type GetWebchatGuestConversationMessageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMessageGatewayTimeout

func NewGetWebchatGuestConversationMessageGatewayTimeout() *GetWebchatGuestConversationMessageGatewayTimeout

NewGetWebchatGuestConversationMessageGatewayTimeout creates a GetWebchatGuestConversationMessageGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMessageGatewayTimeout) Error

func (*GetWebchatGuestConversationMessageGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMessageGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation message gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMessageGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation message gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMessageGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation message gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMessageGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation message gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMessageGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation message gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMessageGatewayTimeout) String

type GetWebchatGuestConversationMessageInternalServerError

type GetWebchatGuestConversationMessageInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMessageInternalServerError

func NewGetWebchatGuestConversationMessageInternalServerError() *GetWebchatGuestConversationMessageInternalServerError

NewGetWebchatGuestConversationMessageInternalServerError creates a GetWebchatGuestConversationMessageInternalServerError with default headers values

func (*GetWebchatGuestConversationMessageInternalServerError) Error

func (*GetWebchatGuestConversationMessageInternalServerError) GetPayload

func (*GetWebchatGuestConversationMessageInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation message internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMessageInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation message internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMessageInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation message internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMessageInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation message internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMessageInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation message internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMessageInternalServerError) String

type GetWebchatGuestConversationMessageNotFound

type GetWebchatGuestConversationMessageNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMessageNotFound

func NewGetWebchatGuestConversationMessageNotFound() *GetWebchatGuestConversationMessageNotFound

NewGetWebchatGuestConversationMessageNotFound creates a GetWebchatGuestConversationMessageNotFound with default headers values

func (*GetWebchatGuestConversationMessageNotFound) Error

func (*GetWebchatGuestConversationMessageNotFound) GetPayload

func (*GetWebchatGuestConversationMessageNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation message not found response has a 4xx status code

func (*GetWebchatGuestConversationMessageNotFound) IsCode

IsCode returns true when this get webchat guest conversation message not found response a status code equal to that given

func (*GetWebchatGuestConversationMessageNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation message not found response has a 3xx status code

func (*GetWebchatGuestConversationMessageNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation message not found response has a 5xx status code

func (*GetWebchatGuestConversationMessageNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation message not found response has a 2xx status code

func (*GetWebchatGuestConversationMessageNotFound) String

type GetWebchatGuestConversationMessageOK

type GetWebchatGuestConversationMessageOK struct {
	Payload *models.WebChatMessage
}

GetWebchatGuestConversationMessageOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMessageOK

func NewGetWebchatGuestConversationMessageOK() *GetWebchatGuestConversationMessageOK

NewGetWebchatGuestConversationMessageOK creates a GetWebchatGuestConversationMessageOK with default headers values

func (*GetWebchatGuestConversationMessageOK) Error

func (*GetWebchatGuestConversationMessageOK) GetPayload

func (*GetWebchatGuestConversationMessageOK) IsClientError

func (o *GetWebchatGuestConversationMessageOK) IsClientError() bool

IsClientError returns true when this get webchat guest conversation message o k response has a 4xx status code

func (*GetWebchatGuestConversationMessageOK) IsCode

IsCode returns true when this get webchat guest conversation message o k response a status code equal to that given

func (*GetWebchatGuestConversationMessageOK) IsRedirect

IsRedirect returns true when this get webchat guest conversation message o k response has a 3xx status code

func (*GetWebchatGuestConversationMessageOK) IsServerError

func (o *GetWebchatGuestConversationMessageOK) IsServerError() bool

IsServerError returns true when this get webchat guest conversation message o k response has a 5xx status code

func (*GetWebchatGuestConversationMessageOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation message o k response has a 2xx status code

func (*GetWebchatGuestConversationMessageOK) String

type GetWebchatGuestConversationMessageParams

type GetWebchatGuestConversationMessageParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MessageID.

	   messageId
	*/
	MessageID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMessageParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation message operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMessageParams

func NewGetWebchatGuestConversationMessageParams() *GetWebchatGuestConversationMessageParams

NewGetWebchatGuestConversationMessageParams creates a new GetWebchatGuestConversationMessageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMessageParamsWithContext

func NewGetWebchatGuestConversationMessageParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMessageParams

NewGetWebchatGuestConversationMessageParamsWithContext creates a new GetWebchatGuestConversationMessageParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMessageParamsWithHTTPClient

func NewGetWebchatGuestConversationMessageParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMessageParams

NewGetWebchatGuestConversationMessageParamsWithHTTPClient creates a new GetWebchatGuestConversationMessageParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMessageParamsWithTimeout

func NewGetWebchatGuestConversationMessageParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMessageParams

NewGetWebchatGuestConversationMessageParamsWithTimeout creates a new GetWebchatGuestConversationMessageParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMessageParams) SetContext

SetContext adds the context to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) SetConversationID

func (o *GetWebchatGuestConversationMessageParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) SetDefaults

SetDefaults hydrates default values in the get webchat guest conversation message params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMessageParams) SetHTTPClient

func (o *GetWebchatGuestConversationMessageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) SetMessageID

func (o *GetWebchatGuestConversationMessageParams) SetMessageID(messageID string)

SetMessageID adds the messageId to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) SetTimeout

SetTimeout adds the timeout to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WithContext

WithContext adds the context to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation message params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WithMessageID

WithMessageID adds the messageID to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation message params

func (*GetWebchatGuestConversationMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMessageReader

type GetWebchatGuestConversationMessageReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMessageReader is a Reader for the GetWebchatGuestConversationMessage structure.

func (*GetWebchatGuestConversationMessageReader) ReadResponse

func (o *GetWebchatGuestConversationMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMessageRequestEntityTooLarge

type GetWebchatGuestConversationMessageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMessageRequestEntityTooLarge

func NewGetWebchatGuestConversationMessageRequestEntityTooLarge() *GetWebchatGuestConversationMessageRequestEntityTooLarge

NewGetWebchatGuestConversationMessageRequestEntityTooLarge creates a GetWebchatGuestConversationMessageRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation message request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation message request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation message request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation message request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation message request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMessageRequestEntityTooLarge) String

type GetWebchatGuestConversationMessageRequestTimeout

type GetWebchatGuestConversationMessageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMessageRequestTimeout

func NewGetWebchatGuestConversationMessageRequestTimeout() *GetWebchatGuestConversationMessageRequestTimeout

NewGetWebchatGuestConversationMessageRequestTimeout creates a GetWebchatGuestConversationMessageRequestTimeout with default headers values

func (*GetWebchatGuestConversationMessageRequestTimeout) Error

func (*GetWebchatGuestConversationMessageRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMessageRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation message request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMessageRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation message request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMessageRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation message request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMessageRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation message request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMessageRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation message request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMessageRequestTimeout) String

type GetWebchatGuestConversationMessageServiceUnavailable

type GetWebchatGuestConversationMessageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMessageServiceUnavailable

func NewGetWebchatGuestConversationMessageServiceUnavailable() *GetWebchatGuestConversationMessageServiceUnavailable

NewGetWebchatGuestConversationMessageServiceUnavailable creates a GetWebchatGuestConversationMessageServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMessageServiceUnavailable) Error

func (*GetWebchatGuestConversationMessageServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMessageServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation message service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMessageServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation message service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMessageServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation message service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMessageServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation message service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMessageServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation message service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMessageServiceUnavailable) String

type GetWebchatGuestConversationMessageTooManyRequests

type GetWebchatGuestConversationMessageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMessageTooManyRequests

func NewGetWebchatGuestConversationMessageTooManyRequests() *GetWebchatGuestConversationMessageTooManyRequests

NewGetWebchatGuestConversationMessageTooManyRequests creates a GetWebchatGuestConversationMessageTooManyRequests with default headers values

func (*GetWebchatGuestConversationMessageTooManyRequests) Error

func (*GetWebchatGuestConversationMessageTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMessageTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation message too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMessageTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation message too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMessageTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation message too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMessageTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation message too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMessageTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation message too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMessageTooManyRequests) String

type GetWebchatGuestConversationMessageUnauthorized

type GetWebchatGuestConversationMessageUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMessageUnauthorized

func NewGetWebchatGuestConversationMessageUnauthorized() *GetWebchatGuestConversationMessageUnauthorized

NewGetWebchatGuestConversationMessageUnauthorized creates a GetWebchatGuestConversationMessageUnauthorized with default headers values

func (*GetWebchatGuestConversationMessageUnauthorized) Error

func (*GetWebchatGuestConversationMessageUnauthorized) GetPayload

func (*GetWebchatGuestConversationMessageUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation message unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMessageUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation message unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMessageUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation message unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMessageUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation message unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMessageUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation message unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMessageUnauthorized) String

type GetWebchatGuestConversationMessageUnsupportedMediaType

type GetWebchatGuestConversationMessageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessageUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMessageUnsupportedMediaType

func NewGetWebchatGuestConversationMessageUnsupportedMediaType() *GetWebchatGuestConversationMessageUnsupportedMediaType

NewGetWebchatGuestConversationMessageUnsupportedMediaType creates a GetWebchatGuestConversationMessageUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation message unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation message unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation message unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation message unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation message unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMessageUnsupportedMediaType) String

type GetWebchatGuestConversationMessagesBadRequest

type GetWebchatGuestConversationMessagesBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatGuestConversationMessagesBadRequest

func NewGetWebchatGuestConversationMessagesBadRequest() *GetWebchatGuestConversationMessagesBadRequest

NewGetWebchatGuestConversationMessagesBadRequest creates a GetWebchatGuestConversationMessagesBadRequest with default headers values

func (*GetWebchatGuestConversationMessagesBadRequest) Error

func (*GetWebchatGuestConversationMessagesBadRequest) GetPayload

func (*GetWebchatGuestConversationMessagesBadRequest) IsClientError

IsClientError returns true when this get webchat guest conversation messages bad request response has a 4xx status code

func (*GetWebchatGuestConversationMessagesBadRequest) IsCode

IsCode returns true when this get webchat guest conversation messages bad request response a status code equal to that given

func (*GetWebchatGuestConversationMessagesBadRequest) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages bad request response has a 3xx status code

func (*GetWebchatGuestConversationMessagesBadRequest) IsServerError

IsServerError returns true when this get webchat guest conversation messages bad request response has a 5xx status code

func (*GetWebchatGuestConversationMessagesBadRequest) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages bad request response has a 2xx status code

func (*GetWebchatGuestConversationMessagesBadRequest) String

type GetWebchatGuestConversationMessagesForbidden

type GetWebchatGuestConversationMessagesForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatGuestConversationMessagesForbidden

func NewGetWebchatGuestConversationMessagesForbidden() *GetWebchatGuestConversationMessagesForbidden

NewGetWebchatGuestConversationMessagesForbidden creates a GetWebchatGuestConversationMessagesForbidden with default headers values

func (*GetWebchatGuestConversationMessagesForbidden) Error

func (*GetWebchatGuestConversationMessagesForbidden) GetPayload

func (*GetWebchatGuestConversationMessagesForbidden) IsClientError

IsClientError returns true when this get webchat guest conversation messages forbidden response has a 4xx status code

func (*GetWebchatGuestConversationMessagesForbidden) IsCode

IsCode returns true when this get webchat guest conversation messages forbidden response a status code equal to that given

func (*GetWebchatGuestConversationMessagesForbidden) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages forbidden response has a 3xx status code

func (*GetWebchatGuestConversationMessagesForbidden) IsServerError

IsServerError returns true when this get webchat guest conversation messages forbidden response has a 5xx status code

func (*GetWebchatGuestConversationMessagesForbidden) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages forbidden response has a 2xx status code

func (*GetWebchatGuestConversationMessagesForbidden) String

type GetWebchatGuestConversationMessagesGatewayTimeout

type GetWebchatGuestConversationMessagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatGuestConversationMessagesGatewayTimeout

func NewGetWebchatGuestConversationMessagesGatewayTimeout() *GetWebchatGuestConversationMessagesGatewayTimeout

NewGetWebchatGuestConversationMessagesGatewayTimeout creates a GetWebchatGuestConversationMessagesGatewayTimeout with default headers values

func (*GetWebchatGuestConversationMessagesGatewayTimeout) Error

func (*GetWebchatGuestConversationMessagesGatewayTimeout) GetPayload

func (*GetWebchatGuestConversationMessagesGatewayTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation messages gateway timeout response has a 4xx status code

func (*GetWebchatGuestConversationMessagesGatewayTimeout) IsCode

IsCode returns true when this get webchat guest conversation messages gateway timeout response a status code equal to that given

func (*GetWebchatGuestConversationMessagesGatewayTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages gateway timeout response has a 3xx status code

func (*GetWebchatGuestConversationMessagesGatewayTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation messages gateway timeout response has a 5xx status code

func (*GetWebchatGuestConversationMessagesGatewayTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages gateway timeout response has a 2xx status code

func (*GetWebchatGuestConversationMessagesGatewayTimeout) String

type GetWebchatGuestConversationMessagesInternalServerError

type GetWebchatGuestConversationMessagesInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatGuestConversationMessagesInternalServerError

func NewGetWebchatGuestConversationMessagesInternalServerError() *GetWebchatGuestConversationMessagesInternalServerError

NewGetWebchatGuestConversationMessagesInternalServerError creates a GetWebchatGuestConversationMessagesInternalServerError with default headers values

func (*GetWebchatGuestConversationMessagesInternalServerError) Error

func (*GetWebchatGuestConversationMessagesInternalServerError) GetPayload

func (*GetWebchatGuestConversationMessagesInternalServerError) IsClientError

IsClientError returns true when this get webchat guest conversation messages internal server error response has a 4xx status code

func (*GetWebchatGuestConversationMessagesInternalServerError) IsCode

IsCode returns true when this get webchat guest conversation messages internal server error response a status code equal to that given

func (*GetWebchatGuestConversationMessagesInternalServerError) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages internal server error response has a 3xx status code

func (*GetWebchatGuestConversationMessagesInternalServerError) IsServerError

IsServerError returns true when this get webchat guest conversation messages internal server error response has a 5xx status code

func (*GetWebchatGuestConversationMessagesInternalServerError) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages internal server error response has a 2xx status code

func (*GetWebchatGuestConversationMessagesInternalServerError) String

type GetWebchatGuestConversationMessagesNotFound

type GetWebchatGuestConversationMessagesNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatGuestConversationMessagesNotFound

func NewGetWebchatGuestConversationMessagesNotFound() *GetWebchatGuestConversationMessagesNotFound

NewGetWebchatGuestConversationMessagesNotFound creates a GetWebchatGuestConversationMessagesNotFound with default headers values

func (*GetWebchatGuestConversationMessagesNotFound) Error

func (*GetWebchatGuestConversationMessagesNotFound) GetPayload

func (*GetWebchatGuestConversationMessagesNotFound) IsClientError

IsClientError returns true when this get webchat guest conversation messages not found response has a 4xx status code

func (*GetWebchatGuestConversationMessagesNotFound) IsCode

IsCode returns true when this get webchat guest conversation messages not found response a status code equal to that given

func (*GetWebchatGuestConversationMessagesNotFound) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages not found response has a 3xx status code

func (*GetWebchatGuestConversationMessagesNotFound) IsServerError

IsServerError returns true when this get webchat guest conversation messages not found response has a 5xx status code

func (*GetWebchatGuestConversationMessagesNotFound) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages not found response has a 2xx status code

func (*GetWebchatGuestConversationMessagesNotFound) String

type GetWebchatGuestConversationMessagesOK

type GetWebchatGuestConversationMessagesOK struct {
	Payload *models.WebChatMessageEntityList
}

GetWebchatGuestConversationMessagesOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatGuestConversationMessagesOK

func NewGetWebchatGuestConversationMessagesOK() *GetWebchatGuestConversationMessagesOK

NewGetWebchatGuestConversationMessagesOK creates a GetWebchatGuestConversationMessagesOK with default headers values

func (*GetWebchatGuestConversationMessagesOK) Error

func (*GetWebchatGuestConversationMessagesOK) GetPayload

func (*GetWebchatGuestConversationMessagesOK) IsClientError

func (o *GetWebchatGuestConversationMessagesOK) IsClientError() bool

IsClientError returns true when this get webchat guest conversation messages o k response has a 4xx status code

func (*GetWebchatGuestConversationMessagesOK) IsCode

IsCode returns true when this get webchat guest conversation messages o k response a status code equal to that given

func (*GetWebchatGuestConversationMessagesOK) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages o k response has a 3xx status code

func (*GetWebchatGuestConversationMessagesOK) IsServerError

func (o *GetWebchatGuestConversationMessagesOK) IsServerError() bool

IsServerError returns true when this get webchat guest conversation messages o k response has a 5xx status code

func (*GetWebchatGuestConversationMessagesOK) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages o k response has a 2xx status code

func (*GetWebchatGuestConversationMessagesOK) String

type GetWebchatGuestConversationMessagesParams

type GetWebchatGuestConversationMessagesParams struct {

	/* After.

	   If available, get the messages chronologically after the id of this message
	*/
	After *string

	/* Before.

	   If available, get the messages chronologically before the id of this message
	*/
	Before *string

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MaxResults.

	   Limit the returned number of messages, up to a maximum of 100

	   Format: int32
	   Default: 100
	*/
	MaxResults *int32

	/* SortOrder.

	   Sort order

	   Default: "ascending"
	*/
	SortOrder *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMessagesParams contains all the parameters to send to the API endpoint

for the get webchat guest conversation messages operation.

Typically these are written to a http.Request.

func NewGetWebchatGuestConversationMessagesParams

func NewGetWebchatGuestConversationMessagesParams() *GetWebchatGuestConversationMessagesParams

NewGetWebchatGuestConversationMessagesParams creates a new GetWebchatGuestConversationMessagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatGuestConversationMessagesParamsWithContext

func NewGetWebchatGuestConversationMessagesParamsWithContext(ctx context.Context) *GetWebchatGuestConversationMessagesParams

NewGetWebchatGuestConversationMessagesParamsWithContext creates a new GetWebchatGuestConversationMessagesParams object with the ability to set a context for a request.

func NewGetWebchatGuestConversationMessagesParamsWithHTTPClient

func NewGetWebchatGuestConversationMessagesParamsWithHTTPClient(client *http.Client) *GetWebchatGuestConversationMessagesParams

NewGetWebchatGuestConversationMessagesParamsWithHTTPClient creates a new GetWebchatGuestConversationMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatGuestConversationMessagesParamsWithTimeout

func NewGetWebchatGuestConversationMessagesParamsWithTimeout(timeout time.Duration) *GetWebchatGuestConversationMessagesParams

NewGetWebchatGuestConversationMessagesParamsWithTimeout creates a new GetWebchatGuestConversationMessagesParams object with the ability to set a timeout on a request.

func (*GetWebchatGuestConversationMessagesParams) SetAfter

SetAfter adds the after to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetBefore

func (o *GetWebchatGuestConversationMessagesParams) SetBefore(before *string)

SetBefore adds the before to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetContext

SetContext adds the context to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetConversationID

func (o *GetWebchatGuestConversationMessagesParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetDefaults

SetDefaults hydrates default values in the get webchat guest conversation messages params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMessagesParams) SetHTTPClient

func (o *GetWebchatGuestConversationMessagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetMaxResults

func (o *GetWebchatGuestConversationMessagesParams) SetMaxResults(maxResults *int32)

SetMaxResults adds the maxResults to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetSortOrder

func (o *GetWebchatGuestConversationMessagesParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) SetTimeout

SetTimeout adds the timeout to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithAfter

WithAfter adds the after to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithBefore

WithBefore adds the before to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithContext

WithContext adds the context to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithConversationID

WithConversationID adds the conversationID to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithDefaults

WithDefaults hydrates default values in the get webchat guest conversation messages params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatGuestConversationMessagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithMaxResults

WithMaxResults adds the maxResults to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithSortOrder

WithSortOrder adds the sortOrder to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WithTimeout

WithTimeout adds the timeout to the get webchat guest conversation messages params

func (*GetWebchatGuestConversationMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatGuestConversationMessagesReader

type GetWebchatGuestConversationMessagesReader struct {
	// contains filtered or unexported fields
}

GetWebchatGuestConversationMessagesReader is a Reader for the GetWebchatGuestConversationMessages structure.

func (*GetWebchatGuestConversationMessagesReader) ReadResponse

func (o *GetWebchatGuestConversationMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatGuestConversationMessagesRequestEntityTooLarge

type GetWebchatGuestConversationMessagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatGuestConversationMessagesRequestEntityTooLarge

func NewGetWebchatGuestConversationMessagesRequestEntityTooLarge() *GetWebchatGuestConversationMessagesRequestEntityTooLarge

NewGetWebchatGuestConversationMessagesRequestEntityTooLarge creates a GetWebchatGuestConversationMessagesRequestEntityTooLarge with default headers values

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) Error

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) GetPayload

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webchat guest conversation messages request entity too large response has a 4xx status code

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat guest conversation messages request entity too large response a status code equal to that given

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages request entity too large response has a 3xx status code

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webchat guest conversation messages request entity too large response has a 5xx status code

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages request entity too large response has a 2xx status code

func (*GetWebchatGuestConversationMessagesRequestEntityTooLarge) String

type GetWebchatGuestConversationMessagesRequestTimeout

type GetWebchatGuestConversationMessagesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatGuestConversationMessagesRequestTimeout

func NewGetWebchatGuestConversationMessagesRequestTimeout() *GetWebchatGuestConversationMessagesRequestTimeout

NewGetWebchatGuestConversationMessagesRequestTimeout creates a GetWebchatGuestConversationMessagesRequestTimeout with default headers values

func (*GetWebchatGuestConversationMessagesRequestTimeout) Error

func (*GetWebchatGuestConversationMessagesRequestTimeout) GetPayload

func (*GetWebchatGuestConversationMessagesRequestTimeout) IsClientError

IsClientError returns true when this get webchat guest conversation messages request timeout response has a 4xx status code

func (*GetWebchatGuestConversationMessagesRequestTimeout) IsCode

IsCode returns true when this get webchat guest conversation messages request timeout response a status code equal to that given

func (*GetWebchatGuestConversationMessagesRequestTimeout) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages request timeout response has a 3xx status code

func (*GetWebchatGuestConversationMessagesRequestTimeout) IsServerError

IsServerError returns true when this get webchat guest conversation messages request timeout response has a 5xx status code

func (*GetWebchatGuestConversationMessagesRequestTimeout) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages request timeout response has a 2xx status code

func (*GetWebchatGuestConversationMessagesRequestTimeout) String

type GetWebchatGuestConversationMessagesServiceUnavailable

type GetWebchatGuestConversationMessagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatGuestConversationMessagesServiceUnavailable

func NewGetWebchatGuestConversationMessagesServiceUnavailable() *GetWebchatGuestConversationMessagesServiceUnavailable

NewGetWebchatGuestConversationMessagesServiceUnavailable creates a GetWebchatGuestConversationMessagesServiceUnavailable with default headers values

func (*GetWebchatGuestConversationMessagesServiceUnavailable) Error

func (*GetWebchatGuestConversationMessagesServiceUnavailable) GetPayload

func (*GetWebchatGuestConversationMessagesServiceUnavailable) IsClientError

IsClientError returns true when this get webchat guest conversation messages service unavailable response has a 4xx status code

func (*GetWebchatGuestConversationMessagesServiceUnavailable) IsCode

IsCode returns true when this get webchat guest conversation messages service unavailable response a status code equal to that given

func (*GetWebchatGuestConversationMessagesServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages service unavailable response has a 3xx status code

func (*GetWebchatGuestConversationMessagesServiceUnavailable) IsServerError

IsServerError returns true when this get webchat guest conversation messages service unavailable response has a 5xx status code

func (*GetWebchatGuestConversationMessagesServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages service unavailable response has a 2xx status code

func (*GetWebchatGuestConversationMessagesServiceUnavailable) String

type GetWebchatGuestConversationMessagesTooManyRequests

type GetWebchatGuestConversationMessagesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatGuestConversationMessagesTooManyRequests

func NewGetWebchatGuestConversationMessagesTooManyRequests() *GetWebchatGuestConversationMessagesTooManyRequests

NewGetWebchatGuestConversationMessagesTooManyRequests creates a GetWebchatGuestConversationMessagesTooManyRequests with default headers values

func (*GetWebchatGuestConversationMessagesTooManyRequests) Error

func (*GetWebchatGuestConversationMessagesTooManyRequests) GetPayload

func (*GetWebchatGuestConversationMessagesTooManyRequests) IsClientError

IsClientError returns true when this get webchat guest conversation messages too many requests response has a 4xx status code

func (*GetWebchatGuestConversationMessagesTooManyRequests) IsCode

IsCode returns true when this get webchat guest conversation messages too many requests response a status code equal to that given

func (*GetWebchatGuestConversationMessagesTooManyRequests) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages too many requests response has a 3xx status code

func (*GetWebchatGuestConversationMessagesTooManyRequests) IsServerError

IsServerError returns true when this get webchat guest conversation messages too many requests response has a 5xx status code

func (*GetWebchatGuestConversationMessagesTooManyRequests) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages too many requests response has a 2xx status code

func (*GetWebchatGuestConversationMessagesTooManyRequests) String

type GetWebchatGuestConversationMessagesUnauthorized

type GetWebchatGuestConversationMessagesUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatGuestConversationMessagesUnauthorized

func NewGetWebchatGuestConversationMessagesUnauthorized() *GetWebchatGuestConversationMessagesUnauthorized

NewGetWebchatGuestConversationMessagesUnauthorized creates a GetWebchatGuestConversationMessagesUnauthorized with default headers values

func (*GetWebchatGuestConversationMessagesUnauthorized) Error

func (*GetWebchatGuestConversationMessagesUnauthorized) GetPayload

func (*GetWebchatGuestConversationMessagesUnauthorized) IsClientError

IsClientError returns true when this get webchat guest conversation messages unauthorized response has a 4xx status code

func (*GetWebchatGuestConversationMessagesUnauthorized) IsCode

IsCode returns true when this get webchat guest conversation messages unauthorized response a status code equal to that given

func (*GetWebchatGuestConversationMessagesUnauthorized) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages unauthorized response has a 3xx status code

func (*GetWebchatGuestConversationMessagesUnauthorized) IsServerError

IsServerError returns true when this get webchat guest conversation messages unauthorized response has a 5xx status code

func (*GetWebchatGuestConversationMessagesUnauthorized) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages unauthorized response has a 2xx status code

func (*GetWebchatGuestConversationMessagesUnauthorized) String

type GetWebchatGuestConversationMessagesUnsupportedMediaType

type GetWebchatGuestConversationMessagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatGuestConversationMessagesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatGuestConversationMessagesUnsupportedMediaType

func NewGetWebchatGuestConversationMessagesUnsupportedMediaType() *GetWebchatGuestConversationMessagesUnsupportedMediaType

NewGetWebchatGuestConversationMessagesUnsupportedMediaType creates a GetWebchatGuestConversationMessagesUnsupportedMediaType with default headers values

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) Error

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) GetPayload

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) IsClientError

IsClientError returns true when this get webchat guest conversation messages unsupported media type response has a 4xx status code

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) IsCode

IsCode returns true when this get webchat guest conversation messages unsupported media type response a status code equal to that given

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat guest conversation messages unsupported media type response has a 3xx status code

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) IsServerError

IsServerError returns true when this get webchat guest conversation messages unsupported media type response has a 5xx status code

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat guest conversation messages unsupported media type response has a 2xx status code

func (*GetWebchatGuestConversationMessagesUnsupportedMediaType) String

type GetWebchatSettingsBadRequest

type GetWebchatSettingsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetWebchatSettingsBadRequest

func NewGetWebchatSettingsBadRequest() *GetWebchatSettingsBadRequest

NewGetWebchatSettingsBadRequest creates a GetWebchatSettingsBadRequest with default headers values

func (*GetWebchatSettingsBadRequest) Error

func (*GetWebchatSettingsBadRequest) GetPayload

func (*GetWebchatSettingsBadRequest) IsClientError

func (o *GetWebchatSettingsBadRequest) IsClientError() bool

IsClientError returns true when this get webchat settings bad request response has a 4xx status code

func (*GetWebchatSettingsBadRequest) IsCode

func (o *GetWebchatSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this get webchat settings bad request response a status code equal to that given

func (*GetWebchatSettingsBadRequest) IsRedirect

func (o *GetWebchatSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get webchat settings bad request response has a 3xx status code

func (*GetWebchatSettingsBadRequest) IsServerError

func (o *GetWebchatSettingsBadRequest) IsServerError() bool

IsServerError returns true when this get webchat settings bad request response has a 5xx status code

func (*GetWebchatSettingsBadRequest) IsSuccess

func (o *GetWebchatSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get webchat settings bad request response has a 2xx status code

func (*GetWebchatSettingsBadRequest) String

type GetWebchatSettingsForbidden

type GetWebchatSettingsForbidden struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetWebchatSettingsForbidden

func NewGetWebchatSettingsForbidden() *GetWebchatSettingsForbidden

NewGetWebchatSettingsForbidden creates a GetWebchatSettingsForbidden with default headers values

func (*GetWebchatSettingsForbidden) Error

func (*GetWebchatSettingsForbidden) GetPayload

func (o *GetWebchatSettingsForbidden) GetPayload() *models.ErrorBody

func (*GetWebchatSettingsForbidden) IsClientError

func (o *GetWebchatSettingsForbidden) IsClientError() bool

IsClientError returns true when this get webchat settings forbidden response has a 4xx status code

func (*GetWebchatSettingsForbidden) IsCode

func (o *GetWebchatSettingsForbidden) IsCode(code int) bool

IsCode returns true when this get webchat settings forbidden response a status code equal to that given

func (*GetWebchatSettingsForbidden) IsRedirect

func (o *GetWebchatSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get webchat settings forbidden response has a 3xx status code

func (*GetWebchatSettingsForbidden) IsServerError

func (o *GetWebchatSettingsForbidden) IsServerError() bool

IsServerError returns true when this get webchat settings forbidden response has a 5xx status code

func (*GetWebchatSettingsForbidden) IsSuccess

func (o *GetWebchatSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get webchat settings forbidden response has a 2xx status code

func (*GetWebchatSettingsForbidden) String

func (o *GetWebchatSettingsForbidden) String() string

type GetWebchatSettingsGatewayTimeout

type GetWebchatSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetWebchatSettingsGatewayTimeout

func NewGetWebchatSettingsGatewayTimeout() *GetWebchatSettingsGatewayTimeout

NewGetWebchatSettingsGatewayTimeout creates a GetWebchatSettingsGatewayTimeout with default headers values

func (*GetWebchatSettingsGatewayTimeout) Error

func (*GetWebchatSettingsGatewayTimeout) GetPayload

func (*GetWebchatSettingsGatewayTimeout) IsClientError

func (o *GetWebchatSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get webchat settings gateway timeout response has a 4xx status code

func (*GetWebchatSettingsGatewayTimeout) IsCode

func (o *GetWebchatSettingsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get webchat settings gateway timeout response a status code equal to that given

func (*GetWebchatSettingsGatewayTimeout) IsRedirect

func (o *GetWebchatSettingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat settings gateway timeout response has a 3xx status code

func (*GetWebchatSettingsGatewayTimeout) IsServerError

func (o *GetWebchatSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get webchat settings gateway timeout response has a 5xx status code

func (*GetWebchatSettingsGatewayTimeout) IsSuccess

func (o *GetWebchatSettingsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get webchat settings gateway timeout response has a 2xx status code

func (*GetWebchatSettingsGatewayTimeout) String

type GetWebchatSettingsInternalServerError

type GetWebchatSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetWebchatSettingsInternalServerError

func NewGetWebchatSettingsInternalServerError() *GetWebchatSettingsInternalServerError

NewGetWebchatSettingsInternalServerError creates a GetWebchatSettingsInternalServerError with default headers values

func (*GetWebchatSettingsInternalServerError) Error

func (*GetWebchatSettingsInternalServerError) GetPayload

func (*GetWebchatSettingsInternalServerError) IsClientError

func (o *GetWebchatSettingsInternalServerError) IsClientError() bool

IsClientError returns true when this get webchat settings internal server error response has a 4xx status code

func (*GetWebchatSettingsInternalServerError) IsCode

IsCode returns true when this get webchat settings internal server error response a status code equal to that given

func (*GetWebchatSettingsInternalServerError) IsRedirect

IsRedirect returns true when this get webchat settings internal server error response has a 3xx status code

func (*GetWebchatSettingsInternalServerError) IsServerError

func (o *GetWebchatSettingsInternalServerError) IsServerError() bool

IsServerError returns true when this get webchat settings internal server error response has a 5xx status code

func (*GetWebchatSettingsInternalServerError) IsSuccess

IsSuccess returns true when this get webchat settings internal server error response has a 2xx status code

func (*GetWebchatSettingsInternalServerError) String

type GetWebchatSettingsNotFound

type GetWebchatSettingsNotFound struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetWebchatSettingsNotFound

func NewGetWebchatSettingsNotFound() *GetWebchatSettingsNotFound

NewGetWebchatSettingsNotFound creates a GetWebchatSettingsNotFound with default headers values

func (*GetWebchatSettingsNotFound) Error

func (*GetWebchatSettingsNotFound) GetPayload

func (o *GetWebchatSettingsNotFound) GetPayload() *models.ErrorBody

func (*GetWebchatSettingsNotFound) IsClientError

func (o *GetWebchatSettingsNotFound) IsClientError() bool

IsClientError returns true when this get webchat settings not found response has a 4xx status code

func (*GetWebchatSettingsNotFound) IsCode

func (o *GetWebchatSettingsNotFound) IsCode(code int) bool

IsCode returns true when this get webchat settings not found response a status code equal to that given

func (*GetWebchatSettingsNotFound) IsRedirect

func (o *GetWebchatSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this get webchat settings not found response has a 3xx status code

func (*GetWebchatSettingsNotFound) IsServerError

func (o *GetWebchatSettingsNotFound) IsServerError() bool

IsServerError returns true when this get webchat settings not found response has a 5xx status code

func (*GetWebchatSettingsNotFound) IsSuccess

func (o *GetWebchatSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this get webchat settings not found response has a 2xx status code

func (*GetWebchatSettingsNotFound) String

func (o *GetWebchatSettingsNotFound) String() string

type GetWebchatSettingsOK

type GetWebchatSettingsOK struct {
	Payload *models.WebChatSettings
}

GetWebchatSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetWebchatSettingsOK

func NewGetWebchatSettingsOK() *GetWebchatSettingsOK

NewGetWebchatSettingsOK creates a GetWebchatSettingsOK with default headers values

func (*GetWebchatSettingsOK) Error

func (o *GetWebchatSettingsOK) Error() string

func (*GetWebchatSettingsOK) GetPayload

func (o *GetWebchatSettingsOK) GetPayload() *models.WebChatSettings

func (*GetWebchatSettingsOK) IsClientError

func (o *GetWebchatSettingsOK) IsClientError() bool

IsClientError returns true when this get webchat settings o k response has a 4xx status code

func (*GetWebchatSettingsOK) IsCode

func (o *GetWebchatSettingsOK) IsCode(code int) bool

IsCode returns true when this get webchat settings o k response a status code equal to that given

func (*GetWebchatSettingsOK) IsRedirect

func (o *GetWebchatSettingsOK) IsRedirect() bool

IsRedirect returns true when this get webchat settings o k response has a 3xx status code

func (*GetWebchatSettingsOK) IsServerError

func (o *GetWebchatSettingsOK) IsServerError() bool

IsServerError returns true when this get webchat settings o k response has a 5xx status code

func (*GetWebchatSettingsOK) IsSuccess

func (o *GetWebchatSettingsOK) IsSuccess() bool

IsSuccess returns true when this get webchat settings o k response has a 2xx status code

func (*GetWebchatSettingsOK) String

func (o *GetWebchatSettingsOK) String() string

type GetWebchatSettingsParams

type GetWebchatSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebchatSettingsParams contains all the parameters to send to the API endpoint

for the get webchat settings operation.

Typically these are written to a http.Request.

func NewGetWebchatSettingsParams

func NewGetWebchatSettingsParams() *GetWebchatSettingsParams

NewGetWebchatSettingsParams creates a new GetWebchatSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWebchatSettingsParamsWithContext

func NewGetWebchatSettingsParamsWithContext(ctx context.Context) *GetWebchatSettingsParams

NewGetWebchatSettingsParamsWithContext creates a new GetWebchatSettingsParams object with the ability to set a context for a request.

func NewGetWebchatSettingsParamsWithHTTPClient

func NewGetWebchatSettingsParamsWithHTTPClient(client *http.Client) *GetWebchatSettingsParams

NewGetWebchatSettingsParamsWithHTTPClient creates a new GetWebchatSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebchatSettingsParamsWithTimeout

func NewGetWebchatSettingsParamsWithTimeout(timeout time.Duration) *GetWebchatSettingsParams

NewGetWebchatSettingsParamsWithTimeout creates a new GetWebchatSettingsParams object with the ability to set a timeout on a request.

func (*GetWebchatSettingsParams) SetContext

func (o *GetWebchatSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get webchat settings params

func (*GetWebchatSettingsParams) SetDefaults

func (o *GetWebchatSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatSettingsParams) SetHTTPClient

func (o *GetWebchatSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get webchat settings params

func (*GetWebchatSettingsParams) SetTimeout

func (o *GetWebchatSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get webchat settings params

func (*GetWebchatSettingsParams) WithContext

WithContext adds the context to the get webchat settings params

func (*GetWebchatSettingsParams) WithDefaults

WithDefaults hydrates default values in the get webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetWebchatSettingsParams) WithHTTPClient

func (o *GetWebchatSettingsParams) WithHTTPClient(client *http.Client) *GetWebchatSettingsParams

WithHTTPClient adds the HTTPClient to the get webchat settings params

func (*GetWebchatSettingsParams) WithTimeout

WithTimeout adds the timeout to the get webchat settings params

func (*GetWebchatSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebchatSettingsReader

type GetWebchatSettingsReader struct {
	// contains filtered or unexported fields
}

GetWebchatSettingsReader is a Reader for the GetWebchatSettings structure.

func (*GetWebchatSettingsReader) ReadResponse

func (o *GetWebchatSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebchatSettingsRequestEntityTooLarge

type GetWebchatSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetWebchatSettingsRequestEntityTooLarge

func NewGetWebchatSettingsRequestEntityTooLarge() *GetWebchatSettingsRequestEntityTooLarge

NewGetWebchatSettingsRequestEntityTooLarge creates a GetWebchatSettingsRequestEntityTooLarge with default headers values

func (*GetWebchatSettingsRequestEntityTooLarge) Error

func (*GetWebchatSettingsRequestEntityTooLarge) GetPayload

func (*GetWebchatSettingsRequestEntityTooLarge) IsClientError

func (o *GetWebchatSettingsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get webchat settings request entity too large response has a 4xx status code

func (*GetWebchatSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this get webchat settings request entity too large response a status code equal to that given

func (*GetWebchatSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webchat settings request entity too large response has a 3xx status code

func (*GetWebchatSettingsRequestEntityTooLarge) IsServerError

func (o *GetWebchatSettingsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get webchat settings request entity too large response has a 5xx status code

func (*GetWebchatSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webchat settings request entity too large response has a 2xx status code

func (*GetWebchatSettingsRequestEntityTooLarge) String

type GetWebchatSettingsRequestTimeout

type GetWebchatSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetWebchatSettingsRequestTimeout

func NewGetWebchatSettingsRequestTimeout() *GetWebchatSettingsRequestTimeout

NewGetWebchatSettingsRequestTimeout creates a GetWebchatSettingsRequestTimeout with default headers values

func (*GetWebchatSettingsRequestTimeout) Error

func (*GetWebchatSettingsRequestTimeout) GetPayload

func (*GetWebchatSettingsRequestTimeout) IsClientError

func (o *GetWebchatSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get webchat settings request timeout response has a 4xx status code

func (*GetWebchatSettingsRequestTimeout) IsCode

func (o *GetWebchatSettingsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get webchat settings request timeout response a status code equal to that given

func (*GetWebchatSettingsRequestTimeout) IsRedirect

func (o *GetWebchatSettingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get webchat settings request timeout response has a 3xx status code

func (*GetWebchatSettingsRequestTimeout) IsServerError

func (o *GetWebchatSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get webchat settings request timeout response has a 5xx status code

func (*GetWebchatSettingsRequestTimeout) IsSuccess

func (o *GetWebchatSettingsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get webchat settings request timeout response has a 2xx status code

func (*GetWebchatSettingsRequestTimeout) String

type GetWebchatSettingsServiceUnavailable

type GetWebchatSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetWebchatSettingsServiceUnavailable

func NewGetWebchatSettingsServiceUnavailable() *GetWebchatSettingsServiceUnavailable

NewGetWebchatSettingsServiceUnavailable creates a GetWebchatSettingsServiceUnavailable with default headers values

func (*GetWebchatSettingsServiceUnavailable) Error

func (*GetWebchatSettingsServiceUnavailable) GetPayload

func (*GetWebchatSettingsServiceUnavailable) IsClientError

func (o *GetWebchatSettingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get webchat settings service unavailable response has a 4xx status code

func (*GetWebchatSettingsServiceUnavailable) IsCode

IsCode returns true when this get webchat settings service unavailable response a status code equal to that given

func (*GetWebchatSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get webchat settings service unavailable response has a 3xx status code

func (*GetWebchatSettingsServiceUnavailable) IsServerError

func (o *GetWebchatSettingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get webchat settings service unavailable response has a 5xx status code

func (*GetWebchatSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get webchat settings service unavailable response has a 2xx status code

func (*GetWebchatSettingsServiceUnavailable) String

type GetWebchatSettingsTooManyRequests

type GetWebchatSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetWebchatSettingsTooManyRequests

func NewGetWebchatSettingsTooManyRequests() *GetWebchatSettingsTooManyRequests

NewGetWebchatSettingsTooManyRequests creates a GetWebchatSettingsTooManyRequests with default headers values

func (*GetWebchatSettingsTooManyRequests) Error

func (*GetWebchatSettingsTooManyRequests) GetPayload

func (*GetWebchatSettingsTooManyRequests) IsClientError

func (o *GetWebchatSettingsTooManyRequests) IsClientError() bool

IsClientError returns true when this get webchat settings too many requests response has a 4xx status code

func (*GetWebchatSettingsTooManyRequests) IsCode

func (o *GetWebchatSettingsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get webchat settings too many requests response a status code equal to that given

func (*GetWebchatSettingsTooManyRequests) IsRedirect

func (o *GetWebchatSettingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get webchat settings too many requests response has a 3xx status code

func (*GetWebchatSettingsTooManyRequests) IsServerError

func (o *GetWebchatSettingsTooManyRequests) IsServerError() bool

IsServerError returns true when this get webchat settings too many requests response has a 5xx status code

func (*GetWebchatSettingsTooManyRequests) IsSuccess

func (o *GetWebchatSettingsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get webchat settings too many requests response has a 2xx status code

func (*GetWebchatSettingsTooManyRequests) String

type GetWebchatSettingsUnauthorized

type GetWebchatSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetWebchatSettingsUnauthorized

func NewGetWebchatSettingsUnauthorized() *GetWebchatSettingsUnauthorized

NewGetWebchatSettingsUnauthorized creates a GetWebchatSettingsUnauthorized with default headers values

func (*GetWebchatSettingsUnauthorized) Error

func (*GetWebchatSettingsUnauthorized) GetPayload

func (*GetWebchatSettingsUnauthorized) IsClientError

func (o *GetWebchatSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this get webchat settings unauthorized response has a 4xx status code

func (*GetWebchatSettingsUnauthorized) IsCode

func (o *GetWebchatSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this get webchat settings unauthorized response a status code equal to that given

func (*GetWebchatSettingsUnauthorized) IsRedirect

func (o *GetWebchatSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get webchat settings unauthorized response has a 3xx status code

func (*GetWebchatSettingsUnauthorized) IsServerError

func (o *GetWebchatSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this get webchat settings unauthorized response has a 5xx status code

func (*GetWebchatSettingsUnauthorized) IsSuccess

func (o *GetWebchatSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get webchat settings unauthorized response has a 2xx status code

func (*GetWebchatSettingsUnauthorized) String

type GetWebchatSettingsUnsupportedMediaType

type GetWebchatSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebchatSettingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetWebchatSettingsUnsupportedMediaType

func NewGetWebchatSettingsUnsupportedMediaType() *GetWebchatSettingsUnsupportedMediaType

NewGetWebchatSettingsUnsupportedMediaType creates a GetWebchatSettingsUnsupportedMediaType with default headers values

func (*GetWebchatSettingsUnsupportedMediaType) Error

func (*GetWebchatSettingsUnsupportedMediaType) GetPayload

func (*GetWebchatSettingsUnsupportedMediaType) IsClientError

func (o *GetWebchatSettingsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get webchat settings unsupported media type response has a 4xx status code

func (*GetWebchatSettingsUnsupportedMediaType) IsCode

IsCode returns true when this get webchat settings unsupported media type response a status code equal to that given

func (*GetWebchatSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webchat settings unsupported media type response has a 3xx status code

func (*GetWebchatSettingsUnsupportedMediaType) IsServerError

func (o *GetWebchatSettingsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get webchat settings unsupported media type response has a 5xx status code

func (*GetWebchatSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webchat settings unsupported media type response has a 2xx status code

func (*GetWebchatSettingsUnsupportedMediaType) String

type PatchWebchatGuestConversationMediarequestBadRequest

type PatchWebchatGuestConversationMediarequestBadRequest struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchWebchatGuestConversationMediarequestBadRequest

func NewPatchWebchatGuestConversationMediarequestBadRequest() *PatchWebchatGuestConversationMediarequestBadRequest

NewPatchWebchatGuestConversationMediarequestBadRequest creates a PatchWebchatGuestConversationMediarequestBadRequest with default headers values

func (*PatchWebchatGuestConversationMediarequestBadRequest) Error

func (*PatchWebchatGuestConversationMediarequestBadRequest) GetPayload

func (*PatchWebchatGuestConversationMediarequestBadRequest) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest bad request response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestBadRequest) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest bad request response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestBadRequest) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest bad request response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestBadRequest) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest bad request response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestBadRequest) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest bad request response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestBadRequest) String

type PatchWebchatGuestConversationMediarequestForbidden

type PatchWebchatGuestConversationMediarequestForbidden struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchWebchatGuestConversationMediarequestForbidden

func NewPatchWebchatGuestConversationMediarequestForbidden() *PatchWebchatGuestConversationMediarequestForbidden

NewPatchWebchatGuestConversationMediarequestForbidden creates a PatchWebchatGuestConversationMediarequestForbidden with default headers values

func (*PatchWebchatGuestConversationMediarequestForbidden) Error

func (*PatchWebchatGuestConversationMediarequestForbidden) GetPayload

func (*PatchWebchatGuestConversationMediarequestForbidden) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest forbidden response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestForbidden) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest forbidden response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestForbidden) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest forbidden response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestForbidden) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest forbidden response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestForbidden) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest forbidden response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestForbidden) String

type PatchWebchatGuestConversationMediarequestGatewayTimeout

type PatchWebchatGuestConversationMediarequestGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchWebchatGuestConversationMediarequestGatewayTimeout

func NewPatchWebchatGuestConversationMediarequestGatewayTimeout() *PatchWebchatGuestConversationMediarequestGatewayTimeout

NewPatchWebchatGuestConversationMediarequestGatewayTimeout creates a PatchWebchatGuestConversationMediarequestGatewayTimeout with default headers values

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) Error

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) GetPayload

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest gateway timeout response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest gateway timeout response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest gateway timeout response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest gateway timeout response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest gateway timeout response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestGatewayTimeout) String

type PatchWebchatGuestConversationMediarequestInternalServerError

type PatchWebchatGuestConversationMediarequestInternalServerError struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchWebchatGuestConversationMediarequestInternalServerError

func NewPatchWebchatGuestConversationMediarequestInternalServerError() *PatchWebchatGuestConversationMediarequestInternalServerError

NewPatchWebchatGuestConversationMediarequestInternalServerError creates a PatchWebchatGuestConversationMediarequestInternalServerError with default headers values

func (*PatchWebchatGuestConversationMediarequestInternalServerError) Error

func (*PatchWebchatGuestConversationMediarequestInternalServerError) GetPayload

func (*PatchWebchatGuestConversationMediarequestInternalServerError) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest internal server error response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestInternalServerError) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest internal server error response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestInternalServerError) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest internal server error response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestInternalServerError) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest internal server error response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestInternalServerError) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest internal server error response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestInternalServerError) String

type PatchWebchatGuestConversationMediarequestNotFound

type PatchWebchatGuestConversationMediarequestNotFound struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchWebchatGuestConversationMediarequestNotFound

func NewPatchWebchatGuestConversationMediarequestNotFound() *PatchWebchatGuestConversationMediarequestNotFound

NewPatchWebchatGuestConversationMediarequestNotFound creates a PatchWebchatGuestConversationMediarequestNotFound with default headers values

func (*PatchWebchatGuestConversationMediarequestNotFound) Error

func (*PatchWebchatGuestConversationMediarequestNotFound) GetPayload

func (*PatchWebchatGuestConversationMediarequestNotFound) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest not found response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestNotFound) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest not found response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestNotFound) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest not found response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestNotFound) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest not found response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestNotFound) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest not found response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestNotFound) String

type PatchWebchatGuestConversationMediarequestOK

type PatchWebchatGuestConversationMediarequestOK struct {
	Payload *models.WebChatGuestMediaRequest
}

PatchWebchatGuestConversationMediarequestOK describes a response with status code 200, with default header values.

successful operation

func NewPatchWebchatGuestConversationMediarequestOK

func NewPatchWebchatGuestConversationMediarequestOK() *PatchWebchatGuestConversationMediarequestOK

NewPatchWebchatGuestConversationMediarequestOK creates a PatchWebchatGuestConversationMediarequestOK with default headers values

func (*PatchWebchatGuestConversationMediarequestOK) Error

func (*PatchWebchatGuestConversationMediarequestOK) GetPayload

func (*PatchWebchatGuestConversationMediarequestOK) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest o k response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestOK) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest o k response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestOK) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest o k response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestOK) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest o k response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestOK) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest o k response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestOK) String

type PatchWebchatGuestConversationMediarequestParams

type PatchWebchatGuestConversationMediarequestParams struct {

	/* Body.

	   Request
	*/
	Body *models.WebChatGuestMediaRequest

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MediaRequestID.

	   mediaRequestId
	*/
	MediaRequestID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchWebchatGuestConversationMediarequestParams contains all the parameters to send to the API endpoint

for the patch webchat guest conversation mediarequest operation.

Typically these are written to a http.Request.

func NewPatchWebchatGuestConversationMediarequestParams

func NewPatchWebchatGuestConversationMediarequestParams() *PatchWebchatGuestConversationMediarequestParams

NewPatchWebchatGuestConversationMediarequestParams creates a new PatchWebchatGuestConversationMediarequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchWebchatGuestConversationMediarequestParamsWithContext

func NewPatchWebchatGuestConversationMediarequestParamsWithContext(ctx context.Context) *PatchWebchatGuestConversationMediarequestParams

NewPatchWebchatGuestConversationMediarequestParamsWithContext creates a new PatchWebchatGuestConversationMediarequestParams object with the ability to set a context for a request.

func NewPatchWebchatGuestConversationMediarequestParamsWithHTTPClient

func NewPatchWebchatGuestConversationMediarequestParamsWithHTTPClient(client *http.Client) *PatchWebchatGuestConversationMediarequestParams

NewPatchWebchatGuestConversationMediarequestParamsWithHTTPClient creates a new PatchWebchatGuestConversationMediarequestParams object with the ability to set a custom HTTPClient for a request.

func NewPatchWebchatGuestConversationMediarequestParamsWithTimeout

func NewPatchWebchatGuestConversationMediarequestParamsWithTimeout(timeout time.Duration) *PatchWebchatGuestConversationMediarequestParams

NewPatchWebchatGuestConversationMediarequestParamsWithTimeout creates a new PatchWebchatGuestConversationMediarequestParams object with the ability to set a timeout on a request.

func (*PatchWebchatGuestConversationMediarequestParams) SetBody

SetBody adds the body to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) SetContext

SetContext adds the context to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) SetConversationID

func (o *PatchWebchatGuestConversationMediarequestParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) SetDefaults

SetDefaults hydrates default values in the patch webchat guest conversation mediarequest params (not the query body).

All values with no default are reset to their zero value.

func (*PatchWebchatGuestConversationMediarequestParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) SetMediaRequestID

func (o *PatchWebchatGuestConversationMediarequestParams) SetMediaRequestID(mediaRequestID string)

SetMediaRequestID adds the mediaRequestId to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) SetTimeout

SetTimeout adds the timeout to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithBody

WithBody adds the body to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithContext

WithContext adds the context to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithConversationID

WithConversationID adds the conversationID to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithDefaults

WithDefaults hydrates default values in the patch webchat guest conversation mediarequest params (not the query body).

All values with no default are reset to their zero value.

func (*PatchWebchatGuestConversationMediarequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithMediaRequestID

WithMediaRequestID adds the mediaRequestID to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WithTimeout

WithTimeout adds the timeout to the patch webchat guest conversation mediarequest params

func (*PatchWebchatGuestConversationMediarequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchWebchatGuestConversationMediarequestReader

type PatchWebchatGuestConversationMediarequestReader struct {
	// contains filtered or unexported fields
}

PatchWebchatGuestConversationMediarequestReader is a Reader for the PatchWebchatGuestConversationMediarequest structure.

func (*PatchWebchatGuestConversationMediarequestReader) ReadResponse

func (o *PatchWebchatGuestConversationMediarequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchWebchatGuestConversationMediarequestRequestEntityTooLarge

type PatchWebchatGuestConversationMediarequestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchWebchatGuestConversationMediarequestRequestEntityTooLarge

func NewPatchWebchatGuestConversationMediarequestRequestEntityTooLarge() *PatchWebchatGuestConversationMediarequestRequestEntityTooLarge

NewPatchWebchatGuestConversationMediarequestRequestEntityTooLarge creates a PatchWebchatGuestConversationMediarequestRequestEntityTooLarge with default headers values

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) Error

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) GetPayload

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest request entity too large response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest request entity too large response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest request entity too large response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest request entity too large response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest request entity too large response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestRequestEntityTooLarge) String

type PatchWebchatGuestConversationMediarequestRequestTimeout

type PatchWebchatGuestConversationMediarequestRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchWebchatGuestConversationMediarequestRequestTimeout

func NewPatchWebchatGuestConversationMediarequestRequestTimeout() *PatchWebchatGuestConversationMediarequestRequestTimeout

NewPatchWebchatGuestConversationMediarequestRequestTimeout creates a PatchWebchatGuestConversationMediarequestRequestTimeout with default headers values

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) Error

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) GetPayload

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest request timeout response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest request timeout response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest request timeout response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest request timeout response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest request timeout response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestRequestTimeout) String

type PatchWebchatGuestConversationMediarequestServiceUnavailable

type PatchWebchatGuestConversationMediarequestServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchWebchatGuestConversationMediarequestServiceUnavailable

func NewPatchWebchatGuestConversationMediarequestServiceUnavailable() *PatchWebchatGuestConversationMediarequestServiceUnavailable

NewPatchWebchatGuestConversationMediarequestServiceUnavailable creates a PatchWebchatGuestConversationMediarequestServiceUnavailable with default headers values

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) Error

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) GetPayload

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest service unavailable response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest service unavailable response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest service unavailable response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest service unavailable response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest service unavailable response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestServiceUnavailable) String

type PatchWebchatGuestConversationMediarequestTooManyRequests

type PatchWebchatGuestConversationMediarequestTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchWebchatGuestConversationMediarequestTooManyRequests

func NewPatchWebchatGuestConversationMediarequestTooManyRequests() *PatchWebchatGuestConversationMediarequestTooManyRequests

NewPatchWebchatGuestConversationMediarequestTooManyRequests creates a PatchWebchatGuestConversationMediarequestTooManyRequests with default headers values

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) Error

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) GetPayload

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest too many requests response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest too many requests response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest too many requests response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest too many requests response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest too many requests response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestTooManyRequests) String

type PatchWebchatGuestConversationMediarequestUnauthorized

type PatchWebchatGuestConversationMediarequestUnauthorized struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchWebchatGuestConversationMediarequestUnauthorized

func NewPatchWebchatGuestConversationMediarequestUnauthorized() *PatchWebchatGuestConversationMediarequestUnauthorized

NewPatchWebchatGuestConversationMediarequestUnauthorized creates a PatchWebchatGuestConversationMediarequestUnauthorized with default headers values

func (*PatchWebchatGuestConversationMediarequestUnauthorized) Error

func (*PatchWebchatGuestConversationMediarequestUnauthorized) GetPayload

func (*PatchWebchatGuestConversationMediarequestUnauthorized) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest unauthorized response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestUnauthorized) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest unauthorized response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestUnauthorized) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest unauthorized response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestUnauthorized) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest unauthorized response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestUnauthorized) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest unauthorized response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestUnauthorized) String

type PatchWebchatGuestConversationMediarequestUnsupportedMediaType

type PatchWebchatGuestConversationMediarequestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchWebchatGuestConversationMediarequestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchWebchatGuestConversationMediarequestUnsupportedMediaType

func NewPatchWebchatGuestConversationMediarequestUnsupportedMediaType() *PatchWebchatGuestConversationMediarequestUnsupportedMediaType

NewPatchWebchatGuestConversationMediarequestUnsupportedMediaType creates a PatchWebchatGuestConversationMediarequestUnsupportedMediaType with default headers values

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) Error

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) GetPayload

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) IsClientError

IsClientError returns true when this patch webchat guest conversation mediarequest unsupported media type response has a 4xx status code

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) IsCode

IsCode returns true when this patch webchat guest conversation mediarequest unsupported media type response a status code equal to that given

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch webchat guest conversation mediarequest unsupported media type response has a 3xx status code

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) IsServerError

IsServerError returns true when this patch webchat guest conversation mediarequest unsupported media type response has a 5xx status code

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch webchat guest conversation mediarequest unsupported media type response has a 2xx status code

func (*PatchWebchatGuestConversationMediarequestUnsupportedMediaType) String

type PostWebchatDeploymentsBadRequest

type PostWebchatDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostWebchatDeploymentsBadRequest

func NewPostWebchatDeploymentsBadRequest() *PostWebchatDeploymentsBadRequest

NewPostWebchatDeploymentsBadRequest creates a PostWebchatDeploymentsBadRequest with default headers values

func (*PostWebchatDeploymentsBadRequest) Error

func (*PostWebchatDeploymentsBadRequest) GetPayload

func (*PostWebchatDeploymentsBadRequest) IsClientError

func (o *PostWebchatDeploymentsBadRequest) IsClientError() bool

IsClientError returns true when this post webchat deployments bad request response has a 4xx status code

func (*PostWebchatDeploymentsBadRequest) IsCode

func (o *PostWebchatDeploymentsBadRequest) IsCode(code int) bool

IsCode returns true when this post webchat deployments bad request response a status code equal to that given

func (*PostWebchatDeploymentsBadRequest) IsRedirect

func (o *PostWebchatDeploymentsBadRequest) IsRedirect() bool

IsRedirect returns true when this post webchat deployments bad request response has a 3xx status code

func (*PostWebchatDeploymentsBadRequest) IsServerError

func (o *PostWebchatDeploymentsBadRequest) IsServerError() bool

IsServerError returns true when this post webchat deployments bad request response has a 5xx status code

func (*PostWebchatDeploymentsBadRequest) IsSuccess

func (o *PostWebchatDeploymentsBadRequest) IsSuccess() bool

IsSuccess returns true when this post webchat deployments bad request response has a 2xx status code

func (*PostWebchatDeploymentsBadRequest) String

type PostWebchatDeploymentsConflict

type PostWebchatDeploymentsConflict struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsConflict describes a response with status code 409, with default header values.

Conflict

func NewPostWebchatDeploymentsConflict

func NewPostWebchatDeploymentsConflict() *PostWebchatDeploymentsConflict

NewPostWebchatDeploymentsConflict creates a PostWebchatDeploymentsConflict with default headers values

func (*PostWebchatDeploymentsConflict) Error

func (*PostWebchatDeploymentsConflict) GetPayload

func (*PostWebchatDeploymentsConflict) IsClientError

func (o *PostWebchatDeploymentsConflict) IsClientError() bool

IsClientError returns true when this post webchat deployments conflict response has a 4xx status code

func (*PostWebchatDeploymentsConflict) IsCode

func (o *PostWebchatDeploymentsConflict) IsCode(code int) bool

IsCode returns true when this post webchat deployments conflict response a status code equal to that given

func (*PostWebchatDeploymentsConflict) IsRedirect

func (o *PostWebchatDeploymentsConflict) IsRedirect() bool

IsRedirect returns true when this post webchat deployments conflict response has a 3xx status code

func (*PostWebchatDeploymentsConflict) IsServerError

func (o *PostWebchatDeploymentsConflict) IsServerError() bool

IsServerError returns true when this post webchat deployments conflict response has a 5xx status code

func (*PostWebchatDeploymentsConflict) IsSuccess

func (o *PostWebchatDeploymentsConflict) IsSuccess() bool

IsSuccess returns true when this post webchat deployments conflict response has a 2xx status code

func (*PostWebchatDeploymentsConflict) String

type PostWebchatDeploymentsForbidden

type PostWebchatDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostWebchatDeploymentsForbidden

func NewPostWebchatDeploymentsForbidden() *PostWebchatDeploymentsForbidden

NewPostWebchatDeploymentsForbidden creates a PostWebchatDeploymentsForbidden with default headers values

func (*PostWebchatDeploymentsForbidden) Error

func (*PostWebchatDeploymentsForbidden) GetPayload

func (*PostWebchatDeploymentsForbidden) IsClientError

func (o *PostWebchatDeploymentsForbidden) IsClientError() bool

IsClientError returns true when this post webchat deployments forbidden response has a 4xx status code

func (*PostWebchatDeploymentsForbidden) IsCode

func (o *PostWebchatDeploymentsForbidden) IsCode(code int) bool

IsCode returns true when this post webchat deployments forbidden response a status code equal to that given

func (*PostWebchatDeploymentsForbidden) IsRedirect

func (o *PostWebchatDeploymentsForbidden) IsRedirect() bool

IsRedirect returns true when this post webchat deployments forbidden response has a 3xx status code

func (*PostWebchatDeploymentsForbidden) IsServerError

func (o *PostWebchatDeploymentsForbidden) IsServerError() bool

IsServerError returns true when this post webchat deployments forbidden response has a 5xx status code

func (*PostWebchatDeploymentsForbidden) IsSuccess

func (o *PostWebchatDeploymentsForbidden) IsSuccess() bool

IsSuccess returns true when this post webchat deployments forbidden response has a 2xx status code

func (*PostWebchatDeploymentsForbidden) String

type PostWebchatDeploymentsGatewayTimeout

type PostWebchatDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostWebchatDeploymentsGatewayTimeout

func NewPostWebchatDeploymentsGatewayTimeout() *PostWebchatDeploymentsGatewayTimeout

NewPostWebchatDeploymentsGatewayTimeout creates a PostWebchatDeploymentsGatewayTimeout with default headers values

func (*PostWebchatDeploymentsGatewayTimeout) Error

func (*PostWebchatDeploymentsGatewayTimeout) GetPayload

func (*PostWebchatDeploymentsGatewayTimeout) IsClientError

func (o *PostWebchatDeploymentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post webchat deployments gateway timeout response has a 4xx status code

func (*PostWebchatDeploymentsGatewayTimeout) IsCode

IsCode returns true when this post webchat deployments gateway timeout response a status code equal to that given

func (*PostWebchatDeploymentsGatewayTimeout) IsRedirect

IsRedirect returns true when this post webchat deployments gateway timeout response has a 3xx status code

func (*PostWebchatDeploymentsGatewayTimeout) IsServerError

func (o *PostWebchatDeploymentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post webchat deployments gateway timeout response has a 5xx status code

func (*PostWebchatDeploymentsGatewayTimeout) IsSuccess

IsSuccess returns true when this post webchat deployments gateway timeout response has a 2xx status code

func (*PostWebchatDeploymentsGatewayTimeout) String

type PostWebchatDeploymentsInternalServerError

type PostWebchatDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostWebchatDeploymentsInternalServerError

func NewPostWebchatDeploymentsInternalServerError() *PostWebchatDeploymentsInternalServerError

NewPostWebchatDeploymentsInternalServerError creates a PostWebchatDeploymentsInternalServerError with default headers values

func (*PostWebchatDeploymentsInternalServerError) Error

func (*PostWebchatDeploymentsInternalServerError) GetPayload

func (*PostWebchatDeploymentsInternalServerError) IsClientError

IsClientError returns true when this post webchat deployments internal server error response has a 4xx status code

func (*PostWebchatDeploymentsInternalServerError) IsCode

IsCode returns true when this post webchat deployments internal server error response a status code equal to that given

func (*PostWebchatDeploymentsInternalServerError) IsRedirect

IsRedirect returns true when this post webchat deployments internal server error response has a 3xx status code

func (*PostWebchatDeploymentsInternalServerError) IsServerError

IsServerError returns true when this post webchat deployments internal server error response has a 5xx status code

func (*PostWebchatDeploymentsInternalServerError) IsSuccess

IsSuccess returns true when this post webchat deployments internal server error response has a 2xx status code

func (*PostWebchatDeploymentsInternalServerError) String

type PostWebchatDeploymentsNotFound

type PostWebchatDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostWebchatDeploymentsNotFound

func NewPostWebchatDeploymentsNotFound() *PostWebchatDeploymentsNotFound

NewPostWebchatDeploymentsNotFound creates a PostWebchatDeploymentsNotFound with default headers values

func (*PostWebchatDeploymentsNotFound) Error

func (*PostWebchatDeploymentsNotFound) GetPayload

func (*PostWebchatDeploymentsNotFound) IsClientError

func (o *PostWebchatDeploymentsNotFound) IsClientError() bool

IsClientError returns true when this post webchat deployments not found response has a 4xx status code

func (*PostWebchatDeploymentsNotFound) IsCode

func (o *PostWebchatDeploymentsNotFound) IsCode(code int) bool

IsCode returns true when this post webchat deployments not found response a status code equal to that given

func (*PostWebchatDeploymentsNotFound) IsRedirect

func (o *PostWebchatDeploymentsNotFound) IsRedirect() bool

IsRedirect returns true when this post webchat deployments not found response has a 3xx status code

func (*PostWebchatDeploymentsNotFound) IsServerError

func (o *PostWebchatDeploymentsNotFound) IsServerError() bool

IsServerError returns true when this post webchat deployments not found response has a 5xx status code

func (*PostWebchatDeploymentsNotFound) IsSuccess

func (o *PostWebchatDeploymentsNotFound) IsSuccess() bool

IsSuccess returns true when this post webchat deployments not found response has a 2xx status code

func (*PostWebchatDeploymentsNotFound) String

type PostWebchatDeploymentsOK

type PostWebchatDeploymentsOK struct {
	Payload *models.WebChatDeployment
}

PostWebchatDeploymentsOK describes a response with status code 200, with default header values.

successful operation

func NewPostWebchatDeploymentsOK

func NewPostWebchatDeploymentsOK() *PostWebchatDeploymentsOK

NewPostWebchatDeploymentsOK creates a PostWebchatDeploymentsOK with default headers values

func (*PostWebchatDeploymentsOK) Error

func (o *PostWebchatDeploymentsOK) Error() string

func (*PostWebchatDeploymentsOK) GetPayload

func (*PostWebchatDeploymentsOK) IsClientError

func (o *PostWebchatDeploymentsOK) IsClientError() bool

IsClientError returns true when this post webchat deployments o k response has a 4xx status code

func (*PostWebchatDeploymentsOK) IsCode

func (o *PostWebchatDeploymentsOK) IsCode(code int) bool

IsCode returns true when this post webchat deployments o k response a status code equal to that given

func (*PostWebchatDeploymentsOK) IsRedirect

func (o *PostWebchatDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this post webchat deployments o k response has a 3xx status code

func (*PostWebchatDeploymentsOK) IsServerError

func (o *PostWebchatDeploymentsOK) IsServerError() bool

IsServerError returns true when this post webchat deployments o k response has a 5xx status code

func (*PostWebchatDeploymentsOK) IsSuccess

func (o *PostWebchatDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this post webchat deployments o k response has a 2xx status code

func (*PostWebchatDeploymentsOK) String

func (o *PostWebchatDeploymentsOK) String() string

type PostWebchatDeploymentsParams

type PostWebchatDeploymentsParams struct {

	/* Body.

	   Deployment
	*/
	Body *models.WebChatDeployment

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostWebchatDeploymentsParams contains all the parameters to send to the API endpoint

for the post webchat deployments operation.

Typically these are written to a http.Request.

func NewPostWebchatDeploymentsParams

func NewPostWebchatDeploymentsParams() *PostWebchatDeploymentsParams

NewPostWebchatDeploymentsParams creates a new PostWebchatDeploymentsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostWebchatDeploymentsParamsWithContext

func NewPostWebchatDeploymentsParamsWithContext(ctx context.Context) *PostWebchatDeploymentsParams

NewPostWebchatDeploymentsParamsWithContext creates a new PostWebchatDeploymentsParams object with the ability to set a context for a request.

func NewPostWebchatDeploymentsParamsWithHTTPClient

func NewPostWebchatDeploymentsParamsWithHTTPClient(client *http.Client) *PostWebchatDeploymentsParams

NewPostWebchatDeploymentsParamsWithHTTPClient creates a new PostWebchatDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebchatDeploymentsParamsWithTimeout

func NewPostWebchatDeploymentsParamsWithTimeout(timeout time.Duration) *PostWebchatDeploymentsParams

NewPostWebchatDeploymentsParamsWithTimeout creates a new PostWebchatDeploymentsParams object with the ability to set a timeout on a request.

func (*PostWebchatDeploymentsParams) SetBody

SetBody adds the body to the post webchat deployments params

func (*PostWebchatDeploymentsParams) SetContext

func (o *PostWebchatDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the post webchat deployments params

func (*PostWebchatDeploymentsParams) SetDefaults

func (o *PostWebchatDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the post webchat deployments params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatDeploymentsParams) SetHTTPClient

func (o *PostWebchatDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post webchat deployments params

func (*PostWebchatDeploymentsParams) SetTimeout

func (o *PostWebchatDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post webchat deployments params

func (*PostWebchatDeploymentsParams) WithBody

WithBody adds the body to the post webchat deployments params

func (*PostWebchatDeploymentsParams) WithContext

WithContext adds the context to the post webchat deployments params

func (*PostWebchatDeploymentsParams) WithDefaults

WithDefaults hydrates default values in the post webchat deployments params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webchat deployments params

func (*PostWebchatDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the post webchat deployments params

func (*PostWebchatDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebchatDeploymentsReader

type PostWebchatDeploymentsReader struct {
	// contains filtered or unexported fields
}

PostWebchatDeploymentsReader is a Reader for the PostWebchatDeployments structure.

func (*PostWebchatDeploymentsReader) ReadResponse

func (o *PostWebchatDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostWebchatDeploymentsRequestEntityTooLarge

type PostWebchatDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostWebchatDeploymentsRequestEntityTooLarge

func NewPostWebchatDeploymentsRequestEntityTooLarge() *PostWebchatDeploymentsRequestEntityTooLarge

NewPostWebchatDeploymentsRequestEntityTooLarge creates a PostWebchatDeploymentsRequestEntityTooLarge with default headers values

func (*PostWebchatDeploymentsRequestEntityTooLarge) Error

func (*PostWebchatDeploymentsRequestEntityTooLarge) GetPayload

func (*PostWebchatDeploymentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webchat deployments request entity too large response has a 4xx status code

func (*PostWebchatDeploymentsRequestEntityTooLarge) IsCode

IsCode returns true when this post webchat deployments request entity too large response a status code equal to that given

func (*PostWebchatDeploymentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webchat deployments request entity too large response has a 3xx status code

func (*PostWebchatDeploymentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webchat deployments request entity too large response has a 5xx status code

func (*PostWebchatDeploymentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webchat deployments request entity too large response has a 2xx status code

func (*PostWebchatDeploymentsRequestEntityTooLarge) String

type PostWebchatDeploymentsRequestTimeout

type PostWebchatDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostWebchatDeploymentsRequestTimeout

func NewPostWebchatDeploymentsRequestTimeout() *PostWebchatDeploymentsRequestTimeout

NewPostWebchatDeploymentsRequestTimeout creates a PostWebchatDeploymentsRequestTimeout with default headers values

func (*PostWebchatDeploymentsRequestTimeout) Error

func (*PostWebchatDeploymentsRequestTimeout) GetPayload

func (*PostWebchatDeploymentsRequestTimeout) IsClientError

func (o *PostWebchatDeploymentsRequestTimeout) IsClientError() bool

IsClientError returns true when this post webchat deployments request timeout response has a 4xx status code

func (*PostWebchatDeploymentsRequestTimeout) IsCode

IsCode returns true when this post webchat deployments request timeout response a status code equal to that given

func (*PostWebchatDeploymentsRequestTimeout) IsRedirect

IsRedirect returns true when this post webchat deployments request timeout response has a 3xx status code

func (*PostWebchatDeploymentsRequestTimeout) IsServerError

func (o *PostWebchatDeploymentsRequestTimeout) IsServerError() bool

IsServerError returns true when this post webchat deployments request timeout response has a 5xx status code

func (*PostWebchatDeploymentsRequestTimeout) IsSuccess

IsSuccess returns true when this post webchat deployments request timeout response has a 2xx status code

func (*PostWebchatDeploymentsRequestTimeout) String

type PostWebchatDeploymentsServiceUnavailable

type PostWebchatDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostWebchatDeploymentsServiceUnavailable

func NewPostWebchatDeploymentsServiceUnavailable() *PostWebchatDeploymentsServiceUnavailable

NewPostWebchatDeploymentsServiceUnavailable creates a PostWebchatDeploymentsServiceUnavailable with default headers values

func (*PostWebchatDeploymentsServiceUnavailable) Error

func (*PostWebchatDeploymentsServiceUnavailable) GetPayload

func (*PostWebchatDeploymentsServiceUnavailable) IsClientError

IsClientError returns true when this post webchat deployments service unavailable response has a 4xx status code

func (*PostWebchatDeploymentsServiceUnavailable) IsCode

IsCode returns true when this post webchat deployments service unavailable response a status code equal to that given

func (*PostWebchatDeploymentsServiceUnavailable) IsRedirect

IsRedirect returns true when this post webchat deployments service unavailable response has a 3xx status code

func (*PostWebchatDeploymentsServiceUnavailable) IsServerError

IsServerError returns true when this post webchat deployments service unavailable response has a 5xx status code

func (*PostWebchatDeploymentsServiceUnavailable) IsSuccess

IsSuccess returns true when this post webchat deployments service unavailable response has a 2xx status code

func (*PostWebchatDeploymentsServiceUnavailable) String

type PostWebchatDeploymentsTooManyRequests

type PostWebchatDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostWebchatDeploymentsTooManyRequests

func NewPostWebchatDeploymentsTooManyRequests() *PostWebchatDeploymentsTooManyRequests

NewPostWebchatDeploymentsTooManyRequests creates a PostWebchatDeploymentsTooManyRequests with default headers values

func (*PostWebchatDeploymentsTooManyRequests) Error

func (*PostWebchatDeploymentsTooManyRequests) GetPayload

func (*PostWebchatDeploymentsTooManyRequests) IsClientError

func (o *PostWebchatDeploymentsTooManyRequests) IsClientError() bool

IsClientError returns true when this post webchat deployments too many requests response has a 4xx status code

func (*PostWebchatDeploymentsTooManyRequests) IsCode

IsCode returns true when this post webchat deployments too many requests response a status code equal to that given

func (*PostWebchatDeploymentsTooManyRequests) IsRedirect

IsRedirect returns true when this post webchat deployments too many requests response has a 3xx status code

func (*PostWebchatDeploymentsTooManyRequests) IsServerError

func (o *PostWebchatDeploymentsTooManyRequests) IsServerError() bool

IsServerError returns true when this post webchat deployments too many requests response has a 5xx status code

func (*PostWebchatDeploymentsTooManyRequests) IsSuccess

IsSuccess returns true when this post webchat deployments too many requests response has a 2xx status code

func (*PostWebchatDeploymentsTooManyRequests) String

type PostWebchatDeploymentsUnauthorized

type PostWebchatDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostWebchatDeploymentsUnauthorized

func NewPostWebchatDeploymentsUnauthorized() *PostWebchatDeploymentsUnauthorized

NewPostWebchatDeploymentsUnauthorized creates a PostWebchatDeploymentsUnauthorized with default headers values

func (*PostWebchatDeploymentsUnauthorized) Error

func (*PostWebchatDeploymentsUnauthorized) GetPayload

func (*PostWebchatDeploymentsUnauthorized) IsClientError

func (o *PostWebchatDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this post webchat deployments unauthorized response has a 4xx status code

func (*PostWebchatDeploymentsUnauthorized) IsCode

IsCode returns true when this post webchat deployments unauthorized response a status code equal to that given

func (*PostWebchatDeploymentsUnauthorized) IsRedirect

func (o *PostWebchatDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post webchat deployments unauthorized response has a 3xx status code

func (*PostWebchatDeploymentsUnauthorized) IsServerError

func (o *PostWebchatDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this post webchat deployments unauthorized response has a 5xx status code

func (*PostWebchatDeploymentsUnauthorized) IsSuccess

IsSuccess returns true when this post webchat deployments unauthorized response has a 2xx status code

func (*PostWebchatDeploymentsUnauthorized) String

type PostWebchatDeploymentsUnsupportedMediaType

type PostWebchatDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebchatDeploymentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostWebchatDeploymentsUnsupportedMediaType

func NewPostWebchatDeploymentsUnsupportedMediaType() *PostWebchatDeploymentsUnsupportedMediaType

NewPostWebchatDeploymentsUnsupportedMediaType creates a PostWebchatDeploymentsUnsupportedMediaType with default headers values

func (*PostWebchatDeploymentsUnsupportedMediaType) Error

func (*PostWebchatDeploymentsUnsupportedMediaType) GetPayload

func (*PostWebchatDeploymentsUnsupportedMediaType) IsClientError

IsClientError returns true when this post webchat deployments unsupported media type response has a 4xx status code

func (*PostWebchatDeploymentsUnsupportedMediaType) IsCode

IsCode returns true when this post webchat deployments unsupported media type response a status code equal to that given

func (*PostWebchatDeploymentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webchat deployments unsupported media type response has a 3xx status code

func (*PostWebchatDeploymentsUnsupportedMediaType) IsServerError

IsServerError returns true when this post webchat deployments unsupported media type response has a 5xx status code

func (*PostWebchatDeploymentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webchat deployments unsupported media type response has a 2xx status code

func (*PostWebchatDeploymentsUnsupportedMediaType) String

type PostWebchatGuestConversationMemberMessagesBadRequest

type PostWebchatGuestConversationMemberMessagesBadRequest struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostWebchatGuestConversationMemberMessagesBadRequest

func NewPostWebchatGuestConversationMemberMessagesBadRequest() *PostWebchatGuestConversationMemberMessagesBadRequest

NewPostWebchatGuestConversationMemberMessagesBadRequest creates a PostWebchatGuestConversationMemberMessagesBadRequest with default headers values

func (*PostWebchatGuestConversationMemberMessagesBadRequest) Error

func (*PostWebchatGuestConversationMemberMessagesBadRequest) GetPayload

func (*PostWebchatGuestConversationMemberMessagesBadRequest) IsClientError

IsClientError returns true when this post webchat guest conversation member messages bad request response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesBadRequest) IsCode

IsCode returns true when this post webchat guest conversation member messages bad request response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesBadRequest) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages bad request response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesBadRequest) IsServerError

IsServerError returns true when this post webchat guest conversation member messages bad request response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesBadRequest) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages bad request response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesBadRequest) String

type PostWebchatGuestConversationMemberMessagesForbidden

type PostWebchatGuestConversationMemberMessagesForbidden struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostWebchatGuestConversationMemberMessagesForbidden

func NewPostWebchatGuestConversationMemberMessagesForbidden() *PostWebchatGuestConversationMemberMessagesForbidden

NewPostWebchatGuestConversationMemberMessagesForbidden creates a PostWebchatGuestConversationMemberMessagesForbidden with default headers values

func (*PostWebchatGuestConversationMemberMessagesForbidden) Error

func (*PostWebchatGuestConversationMemberMessagesForbidden) GetPayload

func (*PostWebchatGuestConversationMemberMessagesForbidden) IsClientError

IsClientError returns true when this post webchat guest conversation member messages forbidden response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesForbidden) IsCode

IsCode returns true when this post webchat guest conversation member messages forbidden response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesForbidden) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages forbidden response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesForbidden) IsServerError

IsServerError returns true when this post webchat guest conversation member messages forbidden response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesForbidden) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages forbidden response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesForbidden) String

type PostWebchatGuestConversationMemberMessagesGatewayTimeout

type PostWebchatGuestConversationMemberMessagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostWebchatGuestConversationMemberMessagesGatewayTimeout

func NewPostWebchatGuestConversationMemberMessagesGatewayTimeout() *PostWebchatGuestConversationMemberMessagesGatewayTimeout

NewPostWebchatGuestConversationMemberMessagesGatewayTimeout creates a PostWebchatGuestConversationMemberMessagesGatewayTimeout with default headers values

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) Error

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) GetPayload

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) IsClientError

IsClientError returns true when this post webchat guest conversation member messages gateway timeout response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) IsCode

IsCode returns true when this post webchat guest conversation member messages gateway timeout response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages gateway timeout response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) IsServerError

IsServerError returns true when this post webchat guest conversation member messages gateway timeout response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages gateway timeout response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesGatewayTimeout) String

type PostWebchatGuestConversationMemberMessagesInternalServerError

type PostWebchatGuestConversationMemberMessagesInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostWebchatGuestConversationMemberMessagesInternalServerError

func NewPostWebchatGuestConversationMemberMessagesInternalServerError() *PostWebchatGuestConversationMemberMessagesInternalServerError

NewPostWebchatGuestConversationMemberMessagesInternalServerError creates a PostWebchatGuestConversationMemberMessagesInternalServerError with default headers values

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) Error

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) GetPayload

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) IsClientError

IsClientError returns true when this post webchat guest conversation member messages internal server error response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) IsCode

IsCode returns true when this post webchat guest conversation member messages internal server error response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages internal server error response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) IsServerError

IsServerError returns true when this post webchat guest conversation member messages internal server error response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages internal server error response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesInternalServerError) String

type PostWebchatGuestConversationMemberMessagesNotFound

type PostWebchatGuestConversationMemberMessagesNotFound struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostWebchatGuestConversationMemberMessagesNotFound

func NewPostWebchatGuestConversationMemberMessagesNotFound() *PostWebchatGuestConversationMemberMessagesNotFound

NewPostWebchatGuestConversationMemberMessagesNotFound creates a PostWebchatGuestConversationMemberMessagesNotFound with default headers values

func (*PostWebchatGuestConversationMemberMessagesNotFound) Error

func (*PostWebchatGuestConversationMemberMessagesNotFound) GetPayload

func (*PostWebchatGuestConversationMemberMessagesNotFound) IsClientError

IsClientError returns true when this post webchat guest conversation member messages not found response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesNotFound) IsCode

IsCode returns true when this post webchat guest conversation member messages not found response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesNotFound) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages not found response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesNotFound) IsServerError

IsServerError returns true when this post webchat guest conversation member messages not found response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesNotFound) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages not found response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesNotFound) String

type PostWebchatGuestConversationMemberMessagesOK

type PostWebchatGuestConversationMemberMessagesOK struct {
	Payload *models.WebChatMessage
}

PostWebchatGuestConversationMemberMessagesOK describes a response with status code 200, with default header values.

successful operation

func NewPostWebchatGuestConversationMemberMessagesOK

func NewPostWebchatGuestConversationMemberMessagesOK() *PostWebchatGuestConversationMemberMessagesOK

NewPostWebchatGuestConversationMemberMessagesOK creates a PostWebchatGuestConversationMemberMessagesOK with default headers values

func (*PostWebchatGuestConversationMemberMessagesOK) Error

func (*PostWebchatGuestConversationMemberMessagesOK) GetPayload

func (*PostWebchatGuestConversationMemberMessagesOK) IsClientError

IsClientError returns true when this post webchat guest conversation member messages o k response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesOK) IsCode

IsCode returns true when this post webchat guest conversation member messages o k response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesOK) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages o k response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesOK) IsServerError

IsServerError returns true when this post webchat guest conversation member messages o k response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesOK) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages o k response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesOK) String

type PostWebchatGuestConversationMemberMessagesParams

type PostWebchatGuestConversationMemberMessagesParams struct {

	/* Body.

	   Message
	*/
	Body *models.CreateWebChatMessageRequest

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MemberID.

	   memberId
	*/
	MemberID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostWebchatGuestConversationMemberMessagesParams contains all the parameters to send to the API endpoint

for the post webchat guest conversation member messages operation.

Typically these are written to a http.Request.

func NewPostWebchatGuestConversationMemberMessagesParams

func NewPostWebchatGuestConversationMemberMessagesParams() *PostWebchatGuestConversationMemberMessagesParams

NewPostWebchatGuestConversationMemberMessagesParams creates a new PostWebchatGuestConversationMemberMessagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostWebchatGuestConversationMemberMessagesParamsWithContext

func NewPostWebchatGuestConversationMemberMessagesParamsWithContext(ctx context.Context) *PostWebchatGuestConversationMemberMessagesParams

NewPostWebchatGuestConversationMemberMessagesParamsWithContext creates a new PostWebchatGuestConversationMemberMessagesParams object with the ability to set a context for a request.

func NewPostWebchatGuestConversationMemberMessagesParamsWithHTTPClient

func NewPostWebchatGuestConversationMemberMessagesParamsWithHTTPClient(client *http.Client) *PostWebchatGuestConversationMemberMessagesParams

NewPostWebchatGuestConversationMemberMessagesParamsWithHTTPClient creates a new PostWebchatGuestConversationMemberMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebchatGuestConversationMemberMessagesParamsWithTimeout

func NewPostWebchatGuestConversationMemberMessagesParamsWithTimeout(timeout time.Duration) *PostWebchatGuestConversationMemberMessagesParams

NewPostWebchatGuestConversationMemberMessagesParamsWithTimeout creates a new PostWebchatGuestConversationMemberMessagesParams object with the ability to set a timeout on a request.

func (*PostWebchatGuestConversationMemberMessagesParams) SetBody

SetBody adds the body to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) SetContext

SetContext adds the context to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) SetConversationID

func (o *PostWebchatGuestConversationMemberMessagesParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) SetDefaults

SetDefaults hydrates default values in the post webchat guest conversation member messages params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationMemberMessagesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) SetMemberID

SetMemberID adds the memberId to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) SetTimeout

SetTimeout adds the timeout to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithBody

WithBody adds the body to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithContext

WithContext adds the context to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithConversationID

WithConversationID adds the conversationID to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithDefaults

WithDefaults hydrates default values in the post webchat guest conversation member messages params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationMemberMessagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithMemberID

WithMemberID adds the memberID to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WithTimeout

WithTimeout adds the timeout to the post webchat guest conversation member messages params

func (*PostWebchatGuestConversationMemberMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebchatGuestConversationMemberMessagesReader

type PostWebchatGuestConversationMemberMessagesReader struct {
	// contains filtered or unexported fields
}

PostWebchatGuestConversationMemberMessagesReader is a Reader for the PostWebchatGuestConversationMemberMessages structure.

func (*PostWebchatGuestConversationMemberMessagesReader) ReadResponse

func (o *PostWebchatGuestConversationMemberMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge

type PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostWebchatGuestConversationMemberMessagesRequestEntityTooLarge

func NewPostWebchatGuestConversationMemberMessagesRequestEntityTooLarge() *PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge

NewPostWebchatGuestConversationMemberMessagesRequestEntityTooLarge creates a PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge with default headers values

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) Error

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) GetPayload

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webchat guest conversation member messages request entity too large response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) IsCode

IsCode returns true when this post webchat guest conversation member messages request entity too large response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages request entity too large response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webchat guest conversation member messages request entity too large response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages request entity too large response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestEntityTooLarge) String

type PostWebchatGuestConversationMemberMessagesRequestTimeout

type PostWebchatGuestConversationMemberMessagesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostWebchatGuestConversationMemberMessagesRequestTimeout

func NewPostWebchatGuestConversationMemberMessagesRequestTimeout() *PostWebchatGuestConversationMemberMessagesRequestTimeout

NewPostWebchatGuestConversationMemberMessagesRequestTimeout creates a PostWebchatGuestConversationMemberMessagesRequestTimeout with default headers values

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) Error

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) GetPayload

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) IsClientError

IsClientError returns true when this post webchat guest conversation member messages request timeout response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) IsCode

IsCode returns true when this post webchat guest conversation member messages request timeout response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages request timeout response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) IsServerError

IsServerError returns true when this post webchat guest conversation member messages request timeout response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages request timeout response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesRequestTimeout) String

type PostWebchatGuestConversationMemberMessagesServiceUnavailable

type PostWebchatGuestConversationMemberMessagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostWebchatGuestConversationMemberMessagesServiceUnavailable

func NewPostWebchatGuestConversationMemberMessagesServiceUnavailable() *PostWebchatGuestConversationMemberMessagesServiceUnavailable

NewPostWebchatGuestConversationMemberMessagesServiceUnavailable creates a PostWebchatGuestConversationMemberMessagesServiceUnavailable with default headers values

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) Error

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) GetPayload

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) IsClientError

IsClientError returns true when this post webchat guest conversation member messages service unavailable response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) IsCode

IsCode returns true when this post webchat guest conversation member messages service unavailable response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages service unavailable response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) IsServerError

IsServerError returns true when this post webchat guest conversation member messages service unavailable response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages service unavailable response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesServiceUnavailable) String

type PostWebchatGuestConversationMemberMessagesTooManyRequests

type PostWebchatGuestConversationMemberMessagesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostWebchatGuestConversationMemberMessagesTooManyRequests

func NewPostWebchatGuestConversationMemberMessagesTooManyRequests() *PostWebchatGuestConversationMemberMessagesTooManyRequests

NewPostWebchatGuestConversationMemberMessagesTooManyRequests creates a PostWebchatGuestConversationMemberMessagesTooManyRequests with default headers values

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) Error

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) GetPayload

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) IsClientError

IsClientError returns true when this post webchat guest conversation member messages too many requests response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) IsCode

IsCode returns true when this post webchat guest conversation member messages too many requests response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages too many requests response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) IsServerError

IsServerError returns true when this post webchat guest conversation member messages too many requests response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages too many requests response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesTooManyRequests) String

type PostWebchatGuestConversationMemberMessagesUnauthorized

type PostWebchatGuestConversationMemberMessagesUnauthorized struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostWebchatGuestConversationMemberMessagesUnauthorized

func NewPostWebchatGuestConversationMemberMessagesUnauthorized() *PostWebchatGuestConversationMemberMessagesUnauthorized

NewPostWebchatGuestConversationMemberMessagesUnauthorized creates a PostWebchatGuestConversationMemberMessagesUnauthorized with default headers values

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) Error

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) GetPayload

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) IsClientError

IsClientError returns true when this post webchat guest conversation member messages unauthorized response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) IsCode

IsCode returns true when this post webchat guest conversation member messages unauthorized response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages unauthorized response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) IsServerError

IsServerError returns true when this post webchat guest conversation member messages unauthorized response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages unauthorized response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesUnauthorized) String

type PostWebchatGuestConversationMemberMessagesUnsupportedMediaType

type PostWebchatGuestConversationMemberMessagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberMessagesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostWebchatGuestConversationMemberMessagesUnsupportedMediaType

func NewPostWebchatGuestConversationMemberMessagesUnsupportedMediaType() *PostWebchatGuestConversationMemberMessagesUnsupportedMediaType

NewPostWebchatGuestConversationMemberMessagesUnsupportedMediaType creates a PostWebchatGuestConversationMemberMessagesUnsupportedMediaType with default headers values

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) Error

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) GetPayload

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) IsClientError

IsClientError returns true when this post webchat guest conversation member messages unsupported media type response has a 4xx status code

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) IsCode

IsCode returns true when this post webchat guest conversation member messages unsupported media type response a status code equal to that given

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webchat guest conversation member messages unsupported media type response has a 3xx status code

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) IsServerError

IsServerError returns true when this post webchat guest conversation member messages unsupported media type response has a 5xx status code

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webchat guest conversation member messages unsupported media type response has a 2xx status code

func (*PostWebchatGuestConversationMemberMessagesUnsupportedMediaType) String

type PostWebchatGuestConversationMemberTypingBadRequest

type PostWebchatGuestConversationMemberTypingBadRequest struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostWebchatGuestConversationMemberTypingBadRequest

func NewPostWebchatGuestConversationMemberTypingBadRequest() *PostWebchatGuestConversationMemberTypingBadRequest

NewPostWebchatGuestConversationMemberTypingBadRequest creates a PostWebchatGuestConversationMemberTypingBadRequest with default headers values

func (*PostWebchatGuestConversationMemberTypingBadRequest) Error

func (*PostWebchatGuestConversationMemberTypingBadRequest) GetPayload

func (*PostWebchatGuestConversationMemberTypingBadRequest) IsClientError

IsClientError returns true when this post webchat guest conversation member typing bad request response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingBadRequest) IsCode

IsCode returns true when this post webchat guest conversation member typing bad request response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingBadRequest) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing bad request response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingBadRequest) IsServerError

IsServerError returns true when this post webchat guest conversation member typing bad request response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingBadRequest) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing bad request response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingBadRequest) String

type PostWebchatGuestConversationMemberTypingForbidden

type PostWebchatGuestConversationMemberTypingForbidden struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostWebchatGuestConversationMemberTypingForbidden

func NewPostWebchatGuestConversationMemberTypingForbidden() *PostWebchatGuestConversationMemberTypingForbidden

NewPostWebchatGuestConversationMemberTypingForbidden creates a PostWebchatGuestConversationMemberTypingForbidden with default headers values

func (*PostWebchatGuestConversationMemberTypingForbidden) Error

func (*PostWebchatGuestConversationMemberTypingForbidden) GetPayload

func (*PostWebchatGuestConversationMemberTypingForbidden) IsClientError

IsClientError returns true when this post webchat guest conversation member typing forbidden response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingForbidden) IsCode

IsCode returns true when this post webchat guest conversation member typing forbidden response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingForbidden) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing forbidden response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingForbidden) IsServerError

IsServerError returns true when this post webchat guest conversation member typing forbidden response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingForbidden) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing forbidden response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingForbidden) String

type PostWebchatGuestConversationMemberTypingGatewayTimeout

type PostWebchatGuestConversationMemberTypingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostWebchatGuestConversationMemberTypingGatewayTimeout

func NewPostWebchatGuestConversationMemberTypingGatewayTimeout() *PostWebchatGuestConversationMemberTypingGatewayTimeout

NewPostWebchatGuestConversationMemberTypingGatewayTimeout creates a PostWebchatGuestConversationMemberTypingGatewayTimeout with default headers values

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) Error

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) GetPayload

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) IsClientError

IsClientError returns true when this post webchat guest conversation member typing gateway timeout response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) IsCode

IsCode returns true when this post webchat guest conversation member typing gateway timeout response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing gateway timeout response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) IsServerError

IsServerError returns true when this post webchat guest conversation member typing gateway timeout response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing gateway timeout response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingGatewayTimeout) String

type PostWebchatGuestConversationMemberTypingInternalServerError

type PostWebchatGuestConversationMemberTypingInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostWebchatGuestConversationMemberTypingInternalServerError

func NewPostWebchatGuestConversationMemberTypingInternalServerError() *PostWebchatGuestConversationMemberTypingInternalServerError

NewPostWebchatGuestConversationMemberTypingInternalServerError creates a PostWebchatGuestConversationMemberTypingInternalServerError with default headers values

func (*PostWebchatGuestConversationMemberTypingInternalServerError) Error

func (*PostWebchatGuestConversationMemberTypingInternalServerError) GetPayload

func (*PostWebchatGuestConversationMemberTypingInternalServerError) IsClientError

IsClientError returns true when this post webchat guest conversation member typing internal server error response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingInternalServerError) IsCode

IsCode returns true when this post webchat guest conversation member typing internal server error response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingInternalServerError) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing internal server error response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingInternalServerError) IsServerError

IsServerError returns true when this post webchat guest conversation member typing internal server error response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingInternalServerError) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing internal server error response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingInternalServerError) String

type PostWebchatGuestConversationMemberTypingNotFound

type PostWebchatGuestConversationMemberTypingNotFound struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostWebchatGuestConversationMemberTypingNotFound

func NewPostWebchatGuestConversationMemberTypingNotFound() *PostWebchatGuestConversationMemberTypingNotFound

NewPostWebchatGuestConversationMemberTypingNotFound creates a PostWebchatGuestConversationMemberTypingNotFound with default headers values

func (*PostWebchatGuestConversationMemberTypingNotFound) Error

func (*PostWebchatGuestConversationMemberTypingNotFound) GetPayload

func (*PostWebchatGuestConversationMemberTypingNotFound) IsClientError

IsClientError returns true when this post webchat guest conversation member typing not found response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingNotFound) IsCode

IsCode returns true when this post webchat guest conversation member typing not found response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingNotFound) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing not found response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingNotFound) IsServerError

IsServerError returns true when this post webchat guest conversation member typing not found response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingNotFound) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing not found response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingNotFound) String

type PostWebchatGuestConversationMemberTypingOK

type PostWebchatGuestConversationMemberTypingOK struct {
	Payload *models.WebChatTyping
}

PostWebchatGuestConversationMemberTypingOK describes a response with status code 200, with default header values.

successful operation

func NewPostWebchatGuestConversationMemberTypingOK

func NewPostWebchatGuestConversationMemberTypingOK() *PostWebchatGuestConversationMemberTypingOK

NewPostWebchatGuestConversationMemberTypingOK creates a PostWebchatGuestConversationMemberTypingOK with default headers values

func (*PostWebchatGuestConversationMemberTypingOK) Error

func (*PostWebchatGuestConversationMemberTypingOK) GetPayload

func (*PostWebchatGuestConversationMemberTypingOK) IsClientError

IsClientError returns true when this post webchat guest conversation member typing o k response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingOK) IsCode

IsCode returns true when this post webchat guest conversation member typing o k response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingOK) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing o k response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingOK) IsServerError

IsServerError returns true when this post webchat guest conversation member typing o k response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingOK) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing o k response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingOK) String

type PostWebchatGuestConversationMemberTypingParams

type PostWebchatGuestConversationMemberTypingParams struct {

	/* ConversationID.

	   conversationId
	*/
	ConversationID string

	/* MemberID.

	   memberId
	*/
	MemberID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostWebchatGuestConversationMemberTypingParams contains all the parameters to send to the API endpoint

for the post webchat guest conversation member typing operation.

Typically these are written to a http.Request.

func NewPostWebchatGuestConversationMemberTypingParams

func NewPostWebchatGuestConversationMemberTypingParams() *PostWebchatGuestConversationMemberTypingParams

NewPostWebchatGuestConversationMemberTypingParams creates a new PostWebchatGuestConversationMemberTypingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostWebchatGuestConversationMemberTypingParamsWithContext

func NewPostWebchatGuestConversationMemberTypingParamsWithContext(ctx context.Context) *PostWebchatGuestConversationMemberTypingParams

NewPostWebchatGuestConversationMemberTypingParamsWithContext creates a new PostWebchatGuestConversationMemberTypingParams object with the ability to set a context for a request.

func NewPostWebchatGuestConversationMemberTypingParamsWithHTTPClient

func NewPostWebchatGuestConversationMemberTypingParamsWithHTTPClient(client *http.Client) *PostWebchatGuestConversationMemberTypingParams

NewPostWebchatGuestConversationMemberTypingParamsWithHTTPClient creates a new PostWebchatGuestConversationMemberTypingParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebchatGuestConversationMemberTypingParamsWithTimeout

func NewPostWebchatGuestConversationMemberTypingParamsWithTimeout(timeout time.Duration) *PostWebchatGuestConversationMemberTypingParams

NewPostWebchatGuestConversationMemberTypingParamsWithTimeout creates a new PostWebchatGuestConversationMemberTypingParams object with the ability to set a timeout on a request.

func (*PostWebchatGuestConversationMemberTypingParams) SetContext

SetContext adds the context to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) SetConversationID

func (o *PostWebchatGuestConversationMemberTypingParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) SetDefaults

SetDefaults hydrates default values in the post webchat guest conversation member typing params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationMemberTypingParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) SetMemberID

func (o *PostWebchatGuestConversationMemberTypingParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) SetTimeout

SetTimeout adds the timeout to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WithContext

WithContext adds the context to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WithConversationID

WithConversationID adds the conversationID to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WithDefaults

WithDefaults hydrates default values in the post webchat guest conversation member typing params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationMemberTypingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WithMemberID

WithMemberID adds the memberID to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WithTimeout

WithTimeout adds the timeout to the post webchat guest conversation member typing params

func (*PostWebchatGuestConversationMemberTypingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebchatGuestConversationMemberTypingReader

type PostWebchatGuestConversationMemberTypingReader struct {
	// contains filtered or unexported fields
}

PostWebchatGuestConversationMemberTypingReader is a Reader for the PostWebchatGuestConversationMemberTyping structure.

func (*PostWebchatGuestConversationMemberTypingReader) ReadResponse

func (o *PostWebchatGuestConversationMemberTypingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostWebchatGuestConversationMemberTypingRequestEntityTooLarge

type PostWebchatGuestConversationMemberTypingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostWebchatGuestConversationMemberTypingRequestEntityTooLarge

func NewPostWebchatGuestConversationMemberTypingRequestEntityTooLarge() *PostWebchatGuestConversationMemberTypingRequestEntityTooLarge

NewPostWebchatGuestConversationMemberTypingRequestEntityTooLarge creates a PostWebchatGuestConversationMemberTypingRequestEntityTooLarge with default headers values

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) Error

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) GetPayload

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webchat guest conversation member typing request entity too large response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) IsCode

IsCode returns true when this post webchat guest conversation member typing request entity too large response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing request entity too large response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webchat guest conversation member typing request entity too large response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing request entity too large response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingRequestEntityTooLarge) String

type PostWebchatGuestConversationMemberTypingRequestTimeout

type PostWebchatGuestConversationMemberTypingRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostWebchatGuestConversationMemberTypingRequestTimeout

func NewPostWebchatGuestConversationMemberTypingRequestTimeout() *PostWebchatGuestConversationMemberTypingRequestTimeout

NewPostWebchatGuestConversationMemberTypingRequestTimeout creates a PostWebchatGuestConversationMemberTypingRequestTimeout with default headers values

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) Error

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) GetPayload

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) IsClientError

IsClientError returns true when this post webchat guest conversation member typing request timeout response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) IsCode

IsCode returns true when this post webchat guest conversation member typing request timeout response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing request timeout response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) IsServerError

IsServerError returns true when this post webchat guest conversation member typing request timeout response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing request timeout response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingRequestTimeout) String

type PostWebchatGuestConversationMemberTypingServiceUnavailable

type PostWebchatGuestConversationMemberTypingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostWebchatGuestConversationMemberTypingServiceUnavailable

func NewPostWebchatGuestConversationMemberTypingServiceUnavailable() *PostWebchatGuestConversationMemberTypingServiceUnavailable

NewPostWebchatGuestConversationMemberTypingServiceUnavailable creates a PostWebchatGuestConversationMemberTypingServiceUnavailable with default headers values

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) Error

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) GetPayload

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) IsClientError

IsClientError returns true when this post webchat guest conversation member typing service unavailable response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) IsCode

IsCode returns true when this post webchat guest conversation member typing service unavailable response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing service unavailable response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) IsServerError

IsServerError returns true when this post webchat guest conversation member typing service unavailable response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing service unavailable response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingServiceUnavailable) String

type PostWebchatGuestConversationMemberTypingTooManyRequests

type PostWebchatGuestConversationMemberTypingTooManyRequests struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostWebchatGuestConversationMemberTypingTooManyRequests

func NewPostWebchatGuestConversationMemberTypingTooManyRequests() *PostWebchatGuestConversationMemberTypingTooManyRequests

NewPostWebchatGuestConversationMemberTypingTooManyRequests creates a PostWebchatGuestConversationMemberTypingTooManyRequests with default headers values

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) Error

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) GetPayload

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) IsClientError

IsClientError returns true when this post webchat guest conversation member typing too many requests response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) IsCode

IsCode returns true when this post webchat guest conversation member typing too many requests response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing too many requests response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) IsServerError

IsServerError returns true when this post webchat guest conversation member typing too many requests response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing too many requests response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingTooManyRequests) String

type PostWebchatGuestConversationMemberTypingUnauthorized

type PostWebchatGuestConversationMemberTypingUnauthorized struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostWebchatGuestConversationMemberTypingUnauthorized

func NewPostWebchatGuestConversationMemberTypingUnauthorized() *PostWebchatGuestConversationMemberTypingUnauthorized

NewPostWebchatGuestConversationMemberTypingUnauthorized creates a PostWebchatGuestConversationMemberTypingUnauthorized with default headers values

func (*PostWebchatGuestConversationMemberTypingUnauthorized) Error

func (*PostWebchatGuestConversationMemberTypingUnauthorized) GetPayload

func (*PostWebchatGuestConversationMemberTypingUnauthorized) IsClientError

IsClientError returns true when this post webchat guest conversation member typing unauthorized response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingUnauthorized) IsCode

IsCode returns true when this post webchat guest conversation member typing unauthorized response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingUnauthorized) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing unauthorized response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingUnauthorized) IsServerError

IsServerError returns true when this post webchat guest conversation member typing unauthorized response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingUnauthorized) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing unauthorized response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingUnauthorized) String

type PostWebchatGuestConversationMemberTypingUnsupportedMediaType

type PostWebchatGuestConversationMemberTypingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationMemberTypingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostWebchatGuestConversationMemberTypingUnsupportedMediaType

func NewPostWebchatGuestConversationMemberTypingUnsupportedMediaType() *PostWebchatGuestConversationMemberTypingUnsupportedMediaType

NewPostWebchatGuestConversationMemberTypingUnsupportedMediaType creates a PostWebchatGuestConversationMemberTypingUnsupportedMediaType with default headers values

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) Error

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) GetPayload

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) IsClientError

IsClientError returns true when this post webchat guest conversation member typing unsupported media type response has a 4xx status code

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) IsCode

IsCode returns true when this post webchat guest conversation member typing unsupported media type response a status code equal to that given

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webchat guest conversation member typing unsupported media type response has a 3xx status code

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) IsServerError

IsServerError returns true when this post webchat guest conversation member typing unsupported media type response has a 5xx status code

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webchat guest conversation member typing unsupported media type response has a 2xx status code

func (*PostWebchatGuestConversationMemberTypingUnsupportedMediaType) String

type PostWebchatGuestConversationsBadRequest

type PostWebchatGuestConversationsBadRequest struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostWebchatGuestConversationsBadRequest

func NewPostWebchatGuestConversationsBadRequest() *PostWebchatGuestConversationsBadRequest

NewPostWebchatGuestConversationsBadRequest creates a PostWebchatGuestConversationsBadRequest with default headers values

func (*PostWebchatGuestConversationsBadRequest) Error

func (*PostWebchatGuestConversationsBadRequest) GetPayload

func (*PostWebchatGuestConversationsBadRequest) IsClientError

func (o *PostWebchatGuestConversationsBadRequest) IsClientError() bool

IsClientError returns true when this post webchat guest conversations bad request response has a 4xx status code

func (*PostWebchatGuestConversationsBadRequest) IsCode

IsCode returns true when this post webchat guest conversations bad request response a status code equal to that given

func (*PostWebchatGuestConversationsBadRequest) IsRedirect

IsRedirect returns true when this post webchat guest conversations bad request response has a 3xx status code

func (*PostWebchatGuestConversationsBadRequest) IsServerError

func (o *PostWebchatGuestConversationsBadRequest) IsServerError() bool

IsServerError returns true when this post webchat guest conversations bad request response has a 5xx status code

func (*PostWebchatGuestConversationsBadRequest) IsSuccess

IsSuccess returns true when this post webchat guest conversations bad request response has a 2xx status code

func (*PostWebchatGuestConversationsBadRequest) String

type PostWebchatGuestConversationsForbidden

type PostWebchatGuestConversationsForbidden struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostWebchatGuestConversationsForbidden

func NewPostWebchatGuestConversationsForbidden() *PostWebchatGuestConversationsForbidden

NewPostWebchatGuestConversationsForbidden creates a PostWebchatGuestConversationsForbidden with default headers values

func (*PostWebchatGuestConversationsForbidden) Error

func (*PostWebchatGuestConversationsForbidden) GetPayload

func (*PostWebchatGuestConversationsForbidden) IsClientError

func (o *PostWebchatGuestConversationsForbidden) IsClientError() bool

IsClientError returns true when this post webchat guest conversations forbidden response has a 4xx status code

func (*PostWebchatGuestConversationsForbidden) IsCode

IsCode returns true when this post webchat guest conversations forbidden response a status code equal to that given

func (*PostWebchatGuestConversationsForbidden) IsRedirect

IsRedirect returns true when this post webchat guest conversations forbidden response has a 3xx status code

func (*PostWebchatGuestConversationsForbidden) IsServerError

func (o *PostWebchatGuestConversationsForbidden) IsServerError() bool

IsServerError returns true when this post webchat guest conversations forbidden response has a 5xx status code

func (*PostWebchatGuestConversationsForbidden) IsSuccess

IsSuccess returns true when this post webchat guest conversations forbidden response has a 2xx status code

func (*PostWebchatGuestConversationsForbidden) String

type PostWebchatGuestConversationsGatewayTimeout

type PostWebchatGuestConversationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostWebchatGuestConversationsGatewayTimeout

func NewPostWebchatGuestConversationsGatewayTimeout() *PostWebchatGuestConversationsGatewayTimeout

NewPostWebchatGuestConversationsGatewayTimeout creates a PostWebchatGuestConversationsGatewayTimeout with default headers values

func (*PostWebchatGuestConversationsGatewayTimeout) Error

func (*PostWebchatGuestConversationsGatewayTimeout) GetPayload

func (*PostWebchatGuestConversationsGatewayTimeout) IsClientError

IsClientError returns true when this post webchat guest conversations gateway timeout response has a 4xx status code

func (*PostWebchatGuestConversationsGatewayTimeout) IsCode

IsCode returns true when this post webchat guest conversations gateway timeout response a status code equal to that given

func (*PostWebchatGuestConversationsGatewayTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversations gateway timeout response has a 3xx status code

func (*PostWebchatGuestConversationsGatewayTimeout) IsServerError

IsServerError returns true when this post webchat guest conversations gateway timeout response has a 5xx status code

func (*PostWebchatGuestConversationsGatewayTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversations gateway timeout response has a 2xx status code

func (*PostWebchatGuestConversationsGatewayTimeout) String

type PostWebchatGuestConversationsInternalServerError

type PostWebchatGuestConversationsInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostWebchatGuestConversationsInternalServerError

func NewPostWebchatGuestConversationsInternalServerError() *PostWebchatGuestConversationsInternalServerError

NewPostWebchatGuestConversationsInternalServerError creates a PostWebchatGuestConversationsInternalServerError with default headers values

func (*PostWebchatGuestConversationsInternalServerError) Error

func (*PostWebchatGuestConversationsInternalServerError) GetPayload

func (*PostWebchatGuestConversationsInternalServerError) IsClientError

IsClientError returns true when this post webchat guest conversations internal server error response has a 4xx status code

func (*PostWebchatGuestConversationsInternalServerError) IsCode

IsCode returns true when this post webchat guest conversations internal server error response a status code equal to that given

func (*PostWebchatGuestConversationsInternalServerError) IsRedirect

IsRedirect returns true when this post webchat guest conversations internal server error response has a 3xx status code

func (*PostWebchatGuestConversationsInternalServerError) IsServerError

IsServerError returns true when this post webchat guest conversations internal server error response has a 5xx status code

func (*PostWebchatGuestConversationsInternalServerError) IsSuccess

IsSuccess returns true when this post webchat guest conversations internal server error response has a 2xx status code

func (*PostWebchatGuestConversationsInternalServerError) String

type PostWebchatGuestConversationsNotFound

type PostWebchatGuestConversationsNotFound struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostWebchatGuestConversationsNotFound

func NewPostWebchatGuestConversationsNotFound() *PostWebchatGuestConversationsNotFound

NewPostWebchatGuestConversationsNotFound creates a PostWebchatGuestConversationsNotFound with default headers values

func (*PostWebchatGuestConversationsNotFound) Error

func (*PostWebchatGuestConversationsNotFound) GetPayload

func (*PostWebchatGuestConversationsNotFound) IsClientError

func (o *PostWebchatGuestConversationsNotFound) IsClientError() bool

IsClientError returns true when this post webchat guest conversations not found response has a 4xx status code

func (*PostWebchatGuestConversationsNotFound) IsCode

IsCode returns true when this post webchat guest conversations not found response a status code equal to that given

func (*PostWebchatGuestConversationsNotFound) IsRedirect

IsRedirect returns true when this post webchat guest conversations not found response has a 3xx status code

func (*PostWebchatGuestConversationsNotFound) IsServerError

func (o *PostWebchatGuestConversationsNotFound) IsServerError() bool

IsServerError returns true when this post webchat guest conversations not found response has a 5xx status code

func (*PostWebchatGuestConversationsNotFound) IsSuccess

IsSuccess returns true when this post webchat guest conversations not found response has a 2xx status code

func (*PostWebchatGuestConversationsNotFound) String

type PostWebchatGuestConversationsOK

type PostWebchatGuestConversationsOK struct {
	Payload *models.CreateWebChatConversationResponse
}

PostWebchatGuestConversationsOK describes a response with status code 200, with default header values.

successful operation

func NewPostWebchatGuestConversationsOK

func NewPostWebchatGuestConversationsOK() *PostWebchatGuestConversationsOK

NewPostWebchatGuestConversationsOK creates a PostWebchatGuestConversationsOK with default headers values

func (*PostWebchatGuestConversationsOK) Error

func (*PostWebchatGuestConversationsOK) GetPayload

func (*PostWebchatGuestConversationsOK) IsClientError

func (o *PostWebchatGuestConversationsOK) IsClientError() bool

IsClientError returns true when this post webchat guest conversations o k response has a 4xx status code

func (*PostWebchatGuestConversationsOK) IsCode

func (o *PostWebchatGuestConversationsOK) IsCode(code int) bool

IsCode returns true when this post webchat guest conversations o k response a status code equal to that given

func (*PostWebchatGuestConversationsOK) IsRedirect

func (o *PostWebchatGuestConversationsOK) IsRedirect() bool

IsRedirect returns true when this post webchat guest conversations o k response has a 3xx status code

func (*PostWebchatGuestConversationsOK) IsServerError

func (o *PostWebchatGuestConversationsOK) IsServerError() bool

IsServerError returns true when this post webchat guest conversations o k response has a 5xx status code

func (*PostWebchatGuestConversationsOK) IsSuccess

func (o *PostWebchatGuestConversationsOK) IsSuccess() bool

IsSuccess returns true when this post webchat guest conversations o k response has a 2xx status code

func (*PostWebchatGuestConversationsOK) String

type PostWebchatGuestConversationsParams

type PostWebchatGuestConversationsParams struct {

	/* Body.

	   CreateConversationRequest
	*/
	Body *models.CreateWebChatConversationRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostWebchatGuestConversationsParams contains all the parameters to send to the API endpoint

for the post webchat guest conversations operation.

Typically these are written to a http.Request.

func NewPostWebchatGuestConversationsParams

func NewPostWebchatGuestConversationsParams() *PostWebchatGuestConversationsParams

NewPostWebchatGuestConversationsParams creates a new PostWebchatGuestConversationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostWebchatGuestConversationsParamsWithContext

func NewPostWebchatGuestConversationsParamsWithContext(ctx context.Context) *PostWebchatGuestConversationsParams

NewPostWebchatGuestConversationsParamsWithContext creates a new PostWebchatGuestConversationsParams object with the ability to set a context for a request.

func NewPostWebchatGuestConversationsParamsWithHTTPClient

func NewPostWebchatGuestConversationsParamsWithHTTPClient(client *http.Client) *PostWebchatGuestConversationsParams

NewPostWebchatGuestConversationsParamsWithHTTPClient creates a new PostWebchatGuestConversationsParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebchatGuestConversationsParamsWithTimeout

func NewPostWebchatGuestConversationsParamsWithTimeout(timeout time.Duration) *PostWebchatGuestConversationsParams

NewPostWebchatGuestConversationsParamsWithTimeout creates a new PostWebchatGuestConversationsParams object with the ability to set a timeout on a request.

func (*PostWebchatGuestConversationsParams) SetBody

SetBody adds the body to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) SetContext

SetContext adds the context to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) SetDefaults

func (o *PostWebchatGuestConversationsParams) SetDefaults()

SetDefaults hydrates default values in the post webchat guest conversations params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationsParams) SetHTTPClient

func (o *PostWebchatGuestConversationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) SetTimeout

func (o *PostWebchatGuestConversationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) WithBody

WithBody adds the body to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) WithContext

WithContext adds the context to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) WithDefaults

WithDefaults hydrates default values in the post webchat guest conversations params (not the query body).

All values with no default are reset to their zero value.

func (*PostWebchatGuestConversationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) WithTimeout

WithTimeout adds the timeout to the post webchat guest conversations params

func (*PostWebchatGuestConversationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebchatGuestConversationsReader

type PostWebchatGuestConversationsReader struct {
	// contains filtered or unexported fields
}

PostWebchatGuestConversationsReader is a Reader for the PostWebchatGuestConversations structure.

func (*PostWebchatGuestConversationsReader) ReadResponse

func (o *PostWebchatGuestConversationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostWebchatGuestConversationsRequestEntityTooLarge

type PostWebchatGuestConversationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostWebchatGuestConversationsRequestEntityTooLarge

func NewPostWebchatGuestConversationsRequestEntityTooLarge() *PostWebchatGuestConversationsRequestEntityTooLarge

NewPostWebchatGuestConversationsRequestEntityTooLarge creates a PostWebchatGuestConversationsRequestEntityTooLarge with default headers values

func (*PostWebchatGuestConversationsRequestEntityTooLarge) Error

func (*PostWebchatGuestConversationsRequestEntityTooLarge) GetPayload

func (*PostWebchatGuestConversationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webchat guest conversations request entity too large response has a 4xx status code

func (*PostWebchatGuestConversationsRequestEntityTooLarge) IsCode

IsCode returns true when this post webchat guest conversations request entity too large response a status code equal to that given

func (*PostWebchatGuestConversationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webchat guest conversations request entity too large response has a 3xx status code

func (*PostWebchatGuestConversationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webchat guest conversations request entity too large response has a 5xx status code

func (*PostWebchatGuestConversationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webchat guest conversations request entity too large response has a 2xx status code

func (*PostWebchatGuestConversationsRequestEntityTooLarge) String

type PostWebchatGuestConversationsRequestTimeout

type PostWebchatGuestConversationsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostWebchatGuestConversationsRequestTimeout

func NewPostWebchatGuestConversationsRequestTimeout() *PostWebchatGuestConversationsRequestTimeout

NewPostWebchatGuestConversationsRequestTimeout creates a PostWebchatGuestConversationsRequestTimeout with default headers values

func (*PostWebchatGuestConversationsRequestTimeout) Error

func (*PostWebchatGuestConversationsRequestTimeout) GetPayload

func (*PostWebchatGuestConversationsRequestTimeout) IsClientError

IsClientError returns true when this post webchat guest conversations request timeout response has a 4xx status code

func (*PostWebchatGuestConversationsRequestTimeout) IsCode

IsCode returns true when this post webchat guest conversations request timeout response a status code equal to that given

func (*PostWebchatGuestConversationsRequestTimeout) IsRedirect

IsRedirect returns true when this post webchat guest conversations request timeout response has a 3xx status code

func (*PostWebchatGuestConversationsRequestTimeout) IsServerError

IsServerError returns true when this post webchat guest conversations request timeout response has a 5xx status code

func (*PostWebchatGuestConversationsRequestTimeout) IsSuccess

IsSuccess returns true when this post webchat guest conversations request timeout response has a 2xx status code

func (*PostWebchatGuestConversationsRequestTimeout) String

type PostWebchatGuestConversationsServiceUnavailable

type PostWebchatGuestConversationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostWebchatGuestConversationsServiceUnavailable

func NewPostWebchatGuestConversationsServiceUnavailable() *PostWebchatGuestConversationsServiceUnavailable

NewPostWebchatGuestConversationsServiceUnavailable creates a PostWebchatGuestConversationsServiceUnavailable with default headers values

func (*PostWebchatGuestConversationsServiceUnavailable) Error

func (*PostWebchatGuestConversationsServiceUnavailable) GetPayload

func (*PostWebchatGuestConversationsServiceUnavailable) IsClientError

IsClientError returns true when this post webchat guest conversations service unavailable response has a 4xx status code

func (*PostWebchatGuestConversationsServiceUnavailable) IsCode

IsCode returns true when this post webchat guest conversations service unavailable response a status code equal to that given

func (*PostWebchatGuestConversationsServiceUnavailable) IsRedirect

IsRedirect returns true when this post webchat guest conversations service unavailable response has a 3xx status code

func (*PostWebchatGuestConversationsServiceUnavailable) IsServerError

IsServerError returns true when this post webchat guest conversations service unavailable response has a 5xx status code

func (*PostWebchatGuestConversationsServiceUnavailable) IsSuccess

IsSuccess returns true when this post webchat guest conversations service unavailable response has a 2xx status code

func (*PostWebchatGuestConversationsServiceUnavailable) String

type PostWebchatGuestConversationsTooManyRequests

type PostWebchatGuestConversationsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostWebchatGuestConversationsTooManyRequests

func NewPostWebchatGuestConversationsTooManyRequests() *PostWebchatGuestConversationsTooManyRequests

NewPostWebchatGuestConversationsTooManyRequests creates a PostWebchatGuestConversationsTooManyRequests with default headers values

func (*PostWebchatGuestConversationsTooManyRequests) Error

func (*PostWebchatGuestConversationsTooManyRequests) GetPayload

func (*PostWebchatGuestConversationsTooManyRequests) IsClientError

IsClientError returns true when this post webchat guest conversations too many requests response has a 4xx status code

func (*PostWebchatGuestConversationsTooManyRequests) IsCode

IsCode returns true when this post webchat guest conversations too many requests response a status code equal to that given

func (*PostWebchatGuestConversationsTooManyRequests) IsRedirect

IsRedirect returns true when this post webchat guest conversations too many requests response has a 3xx status code

func (*PostWebchatGuestConversationsTooManyRequests) IsServerError

IsServerError returns true when this post webchat guest conversations too many requests response has a 5xx status code

func (*PostWebchatGuestConversationsTooManyRequests) IsSuccess

IsSuccess returns true when this post webchat guest conversations too many requests response has a 2xx status code

func (*PostWebchatGuestConversationsTooManyRequests) String

type PostWebchatGuestConversationsUnauthorized

type PostWebchatGuestConversationsUnauthorized struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostWebchatGuestConversationsUnauthorized

func NewPostWebchatGuestConversationsUnauthorized() *PostWebchatGuestConversationsUnauthorized

NewPostWebchatGuestConversationsUnauthorized creates a PostWebchatGuestConversationsUnauthorized with default headers values

func (*PostWebchatGuestConversationsUnauthorized) Error

func (*PostWebchatGuestConversationsUnauthorized) GetPayload

func (*PostWebchatGuestConversationsUnauthorized) IsClientError

IsClientError returns true when this post webchat guest conversations unauthorized response has a 4xx status code

func (*PostWebchatGuestConversationsUnauthorized) IsCode

IsCode returns true when this post webchat guest conversations unauthorized response a status code equal to that given

func (*PostWebchatGuestConversationsUnauthorized) IsRedirect

IsRedirect returns true when this post webchat guest conversations unauthorized response has a 3xx status code

func (*PostWebchatGuestConversationsUnauthorized) IsServerError

IsServerError returns true when this post webchat guest conversations unauthorized response has a 5xx status code

func (*PostWebchatGuestConversationsUnauthorized) IsSuccess

IsSuccess returns true when this post webchat guest conversations unauthorized response has a 2xx status code

func (*PostWebchatGuestConversationsUnauthorized) String

type PostWebchatGuestConversationsUnsupportedMediaType

type PostWebchatGuestConversationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebchatGuestConversationsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostWebchatGuestConversationsUnsupportedMediaType

func NewPostWebchatGuestConversationsUnsupportedMediaType() *PostWebchatGuestConversationsUnsupportedMediaType

NewPostWebchatGuestConversationsUnsupportedMediaType creates a PostWebchatGuestConversationsUnsupportedMediaType with default headers values

func (*PostWebchatGuestConversationsUnsupportedMediaType) Error

func (*PostWebchatGuestConversationsUnsupportedMediaType) GetPayload

func (*PostWebchatGuestConversationsUnsupportedMediaType) IsClientError

IsClientError returns true when this post webchat guest conversations unsupported media type response has a 4xx status code

func (*PostWebchatGuestConversationsUnsupportedMediaType) IsCode

IsCode returns true when this post webchat guest conversations unsupported media type response a status code equal to that given

func (*PostWebchatGuestConversationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webchat guest conversations unsupported media type response has a 3xx status code

func (*PostWebchatGuestConversationsUnsupportedMediaType) IsServerError

IsServerError returns true when this post webchat guest conversations unsupported media type response has a 5xx status code

func (*PostWebchatGuestConversationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webchat guest conversations unsupported media type response has a 2xx status code

func (*PostWebchatGuestConversationsUnsupportedMediaType) String

type PutWebchatDeploymentBadRequest

type PutWebchatDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutWebchatDeploymentBadRequest

func NewPutWebchatDeploymentBadRequest() *PutWebchatDeploymentBadRequest

NewPutWebchatDeploymentBadRequest creates a PutWebchatDeploymentBadRequest with default headers values

func (*PutWebchatDeploymentBadRequest) Error

func (*PutWebchatDeploymentBadRequest) GetPayload

func (*PutWebchatDeploymentBadRequest) IsClientError

func (o *PutWebchatDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this put webchat deployment bad request response has a 4xx status code

func (*PutWebchatDeploymentBadRequest) IsCode

func (o *PutWebchatDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this put webchat deployment bad request response a status code equal to that given

func (*PutWebchatDeploymentBadRequest) IsRedirect

func (o *PutWebchatDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this put webchat deployment bad request response has a 3xx status code

func (*PutWebchatDeploymentBadRequest) IsServerError

func (o *PutWebchatDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this put webchat deployment bad request response has a 5xx status code

func (*PutWebchatDeploymentBadRequest) IsSuccess

func (o *PutWebchatDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this put webchat deployment bad request response has a 2xx status code

func (*PutWebchatDeploymentBadRequest) String

type PutWebchatDeploymentForbidden

type PutWebchatDeploymentForbidden struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutWebchatDeploymentForbidden

func NewPutWebchatDeploymentForbidden() *PutWebchatDeploymentForbidden

NewPutWebchatDeploymentForbidden creates a PutWebchatDeploymentForbidden with default headers values

func (*PutWebchatDeploymentForbidden) Error

func (*PutWebchatDeploymentForbidden) GetPayload

func (*PutWebchatDeploymentForbidden) IsClientError

func (o *PutWebchatDeploymentForbidden) IsClientError() bool

IsClientError returns true when this put webchat deployment forbidden response has a 4xx status code

func (*PutWebchatDeploymentForbidden) IsCode

func (o *PutWebchatDeploymentForbidden) IsCode(code int) bool

IsCode returns true when this put webchat deployment forbidden response a status code equal to that given

func (*PutWebchatDeploymentForbidden) IsRedirect

func (o *PutWebchatDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this put webchat deployment forbidden response has a 3xx status code

func (*PutWebchatDeploymentForbidden) IsServerError

func (o *PutWebchatDeploymentForbidden) IsServerError() bool

IsServerError returns true when this put webchat deployment forbidden response has a 5xx status code

func (*PutWebchatDeploymentForbidden) IsSuccess

func (o *PutWebchatDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this put webchat deployment forbidden response has a 2xx status code

func (*PutWebchatDeploymentForbidden) String

type PutWebchatDeploymentGatewayTimeout

type PutWebchatDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutWebchatDeploymentGatewayTimeout

func NewPutWebchatDeploymentGatewayTimeout() *PutWebchatDeploymentGatewayTimeout

NewPutWebchatDeploymentGatewayTimeout creates a PutWebchatDeploymentGatewayTimeout with default headers values

func (*PutWebchatDeploymentGatewayTimeout) Error

func (*PutWebchatDeploymentGatewayTimeout) GetPayload

func (*PutWebchatDeploymentGatewayTimeout) IsClientError

func (o *PutWebchatDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this put webchat deployment gateway timeout response has a 4xx status code

func (*PutWebchatDeploymentGatewayTimeout) IsCode

IsCode returns true when this put webchat deployment gateway timeout response a status code equal to that given

func (*PutWebchatDeploymentGatewayTimeout) IsRedirect

func (o *PutWebchatDeploymentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put webchat deployment gateway timeout response has a 3xx status code

func (*PutWebchatDeploymentGatewayTimeout) IsServerError

func (o *PutWebchatDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this put webchat deployment gateway timeout response has a 5xx status code

func (*PutWebchatDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this put webchat deployment gateway timeout response has a 2xx status code

func (*PutWebchatDeploymentGatewayTimeout) String

type PutWebchatDeploymentInternalServerError

type PutWebchatDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutWebchatDeploymentInternalServerError

func NewPutWebchatDeploymentInternalServerError() *PutWebchatDeploymentInternalServerError

NewPutWebchatDeploymentInternalServerError creates a PutWebchatDeploymentInternalServerError with default headers values

func (*PutWebchatDeploymentInternalServerError) Error

func (*PutWebchatDeploymentInternalServerError) GetPayload

func (*PutWebchatDeploymentInternalServerError) IsClientError

func (o *PutWebchatDeploymentInternalServerError) IsClientError() bool

IsClientError returns true when this put webchat deployment internal server error response has a 4xx status code

func (*PutWebchatDeploymentInternalServerError) IsCode

IsCode returns true when this put webchat deployment internal server error response a status code equal to that given

func (*PutWebchatDeploymentInternalServerError) IsRedirect

IsRedirect returns true when this put webchat deployment internal server error response has a 3xx status code

func (*PutWebchatDeploymentInternalServerError) IsServerError

func (o *PutWebchatDeploymentInternalServerError) IsServerError() bool

IsServerError returns true when this put webchat deployment internal server error response has a 5xx status code

func (*PutWebchatDeploymentInternalServerError) IsSuccess

IsSuccess returns true when this put webchat deployment internal server error response has a 2xx status code

func (*PutWebchatDeploymentInternalServerError) String

type PutWebchatDeploymentNotFound

type PutWebchatDeploymentNotFound struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutWebchatDeploymentNotFound

func NewPutWebchatDeploymentNotFound() *PutWebchatDeploymentNotFound

NewPutWebchatDeploymentNotFound creates a PutWebchatDeploymentNotFound with default headers values

func (*PutWebchatDeploymentNotFound) Error

func (*PutWebchatDeploymentNotFound) GetPayload

func (*PutWebchatDeploymentNotFound) IsClientError

func (o *PutWebchatDeploymentNotFound) IsClientError() bool

IsClientError returns true when this put webchat deployment not found response has a 4xx status code

func (*PutWebchatDeploymentNotFound) IsCode

func (o *PutWebchatDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this put webchat deployment not found response a status code equal to that given

func (*PutWebchatDeploymentNotFound) IsRedirect

func (o *PutWebchatDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this put webchat deployment not found response has a 3xx status code

func (*PutWebchatDeploymentNotFound) IsServerError

func (o *PutWebchatDeploymentNotFound) IsServerError() bool

IsServerError returns true when this put webchat deployment not found response has a 5xx status code

func (*PutWebchatDeploymentNotFound) IsSuccess

func (o *PutWebchatDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this put webchat deployment not found response has a 2xx status code

func (*PutWebchatDeploymentNotFound) String

type PutWebchatDeploymentOK

type PutWebchatDeploymentOK struct {
	Payload *models.WebChatDeployment
}

PutWebchatDeploymentOK describes a response with status code 200, with default header values.

successful operation

func NewPutWebchatDeploymentOK

func NewPutWebchatDeploymentOK() *PutWebchatDeploymentOK

NewPutWebchatDeploymentOK creates a PutWebchatDeploymentOK with default headers values

func (*PutWebchatDeploymentOK) Error

func (o *PutWebchatDeploymentOK) Error() string

func (*PutWebchatDeploymentOK) GetPayload

func (*PutWebchatDeploymentOK) IsClientError

func (o *PutWebchatDeploymentOK) IsClientError() bool

IsClientError returns true when this put webchat deployment o k response has a 4xx status code

func (*PutWebchatDeploymentOK) IsCode

func (o *PutWebchatDeploymentOK) IsCode(code int) bool

IsCode returns true when this put webchat deployment o k response a status code equal to that given

func (*PutWebchatDeploymentOK) IsRedirect

func (o *PutWebchatDeploymentOK) IsRedirect() bool

IsRedirect returns true when this put webchat deployment o k response has a 3xx status code

func (*PutWebchatDeploymentOK) IsServerError

func (o *PutWebchatDeploymentOK) IsServerError() bool

IsServerError returns true when this put webchat deployment o k response has a 5xx status code

func (*PutWebchatDeploymentOK) IsSuccess

func (o *PutWebchatDeploymentOK) IsSuccess() bool

IsSuccess returns true when this put webchat deployment o k response has a 2xx status code

func (*PutWebchatDeploymentOK) String

func (o *PutWebchatDeploymentOK) String() string

type PutWebchatDeploymentParams

type PutWebchatDeploymentParams struct {

	/* Body.

	   Deployment
	*/
	Body *models.WebChatDeployment

	/* DeploymentID.

	   Deployment Id
	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutWebchatDeploymentParams contains all the parameters to send to the API endpoint

for the put webchat deployment operation.

Typically these are written to a http.Request.

func NewPutWebchatDeploymentParams

func NewPutWebchatDeploymentParams() *PutWebchatDeploymentParams

NewPutWebchatDeploymentParams creates a new PutWebchatDeploymentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutWebchatDeploymentParamsWithContext

func NewPutWebchatDeploymentParamsWithContext(ctx context.Context) *PutWebchatDeploymentParams

NewPutWebchatDeploymentParamsWithContext creates a new PutWebchatDeploymentParams object with the ability to set a context for a request.

func NewPutWebchatDeploymentParamsWithHTTPClient

func NewPutWebchatDeploymentParamsWithHTTPClient(client *http.Client) *PutWebchatDeploymentParams

NewPutWebchatDeploymentParamsWithHTTPClient creates a new PutWebchatDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewPutWebchatDeploymentParamsWithTimeout

func NewPutWebchatDeploymentParamsWithTimeout(timeout time.Duration) *PutWebchatDeploymentParams

NewPutWebchatDeploymentParamsWithTimeout creates a new PutWebchatDeploymentParams object with the ability to set a timeout on a request.

func (*PutWebchatDeploymentParams) SetBody

SetBody adds the body to the put webchat deployment params

func (*PutWebchatDeploymentParams) SetContext

func (o *PutWebchatDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the put webchat deployment params

func (*PutWebchatDeploymentParams) SetDefaults

func (o *PutWebchatDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the put webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*PutWebchatDeploymentParams) SetDeploymentID

func (o *PutWebchatDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the put webchat deployment params

func (*PutWebchatDeploymentParams) SetHTTPClient

func (o *PutWebchatDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put webchat deployment params

func (*PutWebchatDeploymentParams) SetTimeout

func (o *PutWebchatDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put webchat deployment params

func (*PutWebchatDeploymentParams) WithBody

WithBody adds the body to the put webchat deployment params

func (*PutWebchatDeploymentParams) WithContext

WithContext adds the context to the put webchat deployment params

func (*PutWebchatDeploymentParams) WithDefaults

WithDefaults hydrates default values in the put webchat deployment params (not the query body).

All values with no default are reset to their zero value.

func (*PutWebchatDeploymentParams) WithDeploymentID

func (o *PutWebchatDeploymentParams) WithDeploymentID(deploymentID string) *PutWebchatDeploymentParams

WithDeploymentID adds the deploymentID to the put webchat deployment params

func (*PutWebchatDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put webchat deployment params

func (*PutWebchatDeploymentParams) WithTimeout

WithTimeout adds the timeout to the put webchat deployment params

func (*PutWebchatDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWebchatDeploymentReader

type PutWebchatDeploymentReader struct {
	// contains filtered or unexported fields
}

PutWebchatDeploymentReader is a Reader for the PutWebchatDeployment structure.

func (*PutWebchatDeploymentReader) ReadResponse

func (o *PutWebchatDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutWebchatDeploymentRequestEntityTooLarge

type PutWebchatDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutWebchatDeploymentRequestEntityTooLarge

func NewPutWebchatDeploymentRequestEntityTooLarge() *PutWebchatDeploymentRequestEntityTooLarge

NewPutWebchatDeploymentRequestEntityTooLarge creates a PutWebchatDeploymentRequestEntityTooLarge with default headers values

func (*PutWebchatDeploymentRequestEntityTooLarge) Error

func (*PutWebchatDeploymentRequestEntityTooLarge) GetPayload

func (*PutWebchatDeploymentRequestEntityTooLarge) IsClientError

IsClientError returns true when this put webchat deployment request entity too large response has a 4xx status code

func (*PutWebchatDeploymentRequestEntityTooLarge) IsCode

IsCode returns true when this put webchat deployment request entity too large response a status code equal to that given

func (*PutWebchatDeploymentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put webchat deployment request entity too large response has a 3xx status code

func (*PutWebchatDeploymentRequestEntityTooLarge) IsServerError

IsServerError returns true when this put webchat deployment request entity too large response has a 5xx status code

func (*PutWebchatDeploymentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put webchat deployment request entity too large response has a 2xx status code

func (*PutWebchatDeploymentRequestEntityTooLarge) String

type PutWebchatDeploymentRequestTimeout

type PutWebchatDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutWebchatDeploymentRequestTimeout

func NewPutWebchatDeploymentRequestTimeout() *PutWebchatDeploymentRequestTimeout

NewPutWebchatDeploymentRequestTimeout creates a PutWebchatDeploymentRequestTimeout with default headers values

func (*PutWebchatDeploymentRequestTimeout) Error

func (*PutWebchatDeploymentRequestTimeout) GetPayload

func (*PutWebchatDeploymentRequestTimeout) IsClientError

func (o *PutWebchatDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this put webchat deployment request timeout response has a 4xx status code

func (*PutWebchatDeploymentRequestTimeout) IsCode

IsCode returns true when this put webchat deployment request timeout response a status code equal to that given

func (*PutWebchatDeploymentRequestTimeout) IsRedirect

func (o *PutWebchatDeploymentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put webchat deployment request timeout response has a 3xx status code

func (*PutWebchatDeploymentRequestTimeout) IsServerError

func (o *PutWebchatDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this put webchat deployment request timeout response has a 5xx status code

func (*PutWebchatDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this put webchat deployment request timeout response has a 2xx status code

func (*PutWebchatDeploymentRequestTimeout) String

type PutWebchatDeploymentServiceUnavailable

type PutWebchatDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutWebchatDeploymentServiceUnavailable

func NewPutWebchatDeploymentServiceUnavailable() *PutWebchatDeploymentServiceUnavailable

NewPutWebchatDeploymentServiceUnavailable creates a PutWebchatDeploymentServiceUnavailable with default headers values

func (*PutWebchatDeploymentServiceUnavailable) Error

func (*PutWebchatDeploymentServiceUnavailable) GetPayload

func (*PutWebchatDeploymentServiceUnavailable) IsClientError

func (o *PutWebchatDeploymentServiceUnavailable) IsClientError() bool

IsClientError returns true when this put webchat deployment service unavailable response has a 4xx status code

func (*PutWebchatDeploymentServiceUnavailable) IsCode

IsCode returns true when this put webchat deployment service unavailable response a status code equal to that given

func (*PutWebchatDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this put webchat deployment service unavailable response has a 3xx status code

func (*PutWebchatDeploymentServiceUnavailable) IsServerError

func (o *PutWebchatDeploymentServiceUnavailable) IsServerError() bool

IsServerError returns true when this put webchat deployment service unavailable response has a 5xx status code

func (*PutWebchatDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this put webchat deployment service unavailable response has a 2xx status code

func (*PutWebchatDeploymentServiceUnavailable) String

type PutWebchatDeploymentTooManyRequests

type PutWebchatDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutWebchatDeploymentTooManyRequests

func NewPutWebchatDeploymentTooManyRequests() *PutWebchatDeploymentTooManyRequests

NewPutWebchatDeploymentTooManyRequests creates a PutWebchatDeploymentTooManyRequests with default headers values

func (*PutWebchatDeploymentTooManyRequests) Error

func (*PutWebchatDeploymentTooManyRequests) GetPayload

func (*PutWebchatDeploymentTooManyRequests) IsClientError

func (o *PutWebchatDeploymentTooManyRequests) IsClientError() bool

IsClientError returns true when this put webchat deployment too many requests response has a 4xx status code

func (*PutWebchatDeploymentTooManyRequests) IsCode

IsCode returns true when this put webchat deployment too many requests response a status code equal to that given

func (*PutWebchatDeploymentTooManyRequests) IsRedirect

func (o *PutWebchatDeploymentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put webchat deployment too many requests response has a 3xx status code

func (*PutWebchatDeploymentTooManyRequests) IsServerError

func (o *PutWebchatDeploymentTooManyRequests) IsServerError() bool

IsServerError returns true when this put webchat deployment too many requests response has a 5xx status code

func (*PutWebchatDeploymentTooManyRequests) IsSuccess

IsSuccess returns true when this put webchat deployment too many requests response has a 2xx status code

func (*PutWebchatDeploymentTooManyRequests) String

type PutWebchatDeploymentUnauthorized

type PutWebchatDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutWebchatDeploymentUnauthorized

func NewPutWebchatDeploymentUnauthorized() *PutWebchatDeploymentUnauthorized

NewPutWebchatDeploymentUnauthorized creates a PutWebchatDeploymentUnauthorized with default headers values

func (*PutWebchatDeploymentUnauthorized) Error

func (*PutWebchatDeploymentUnauthorized) GetPayload

func (*PutWebchatDeploymentUnauthorized) IsClientError

func (o *PutWebchatDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this put webchat deployment unauthorized response has a 4xx status code

func (*PutWebchatDeploymentUnauthorized) IsCode

func (o *PutWebchatDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this put webchat deployment unauthorized response a status code equal to that given

func (*PutWebchatDeploymentUnauthorized) IsRedirect

func (o *PutWebchatDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this put webchat deployment unauthorized response has a 3xx status code

func (*PutWebchatDeploymentUnauthorized) IsServerError

func (o *PutWebchatDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this put webchat deployment unauthorized response has a 5xx status code

func (*PutWebchatDeploymentUnauthorized) IsSuccess

func (o *PutWebchatDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this put webchat deployment unauthorized response has a 2xx status code

func (*PutWebchatDeploymentUnauthorized) String

type PutWebchatDeploymentUnsupportedMediaType

type PutWebchatDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutWebchatDeploymentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutWebchatDeploymentUnsupportedMediaType

func NewPutWebchatDeploymentUnsupportedMediaType() *PutWebchatDeploymentUnsupportedMediaType

NewPutWebchatDeploymentUnsupportedMediaType creates a PutWebchatDeploymentUnsupportedMediaType with default headers values

func (*PutWebchatDeploymentUnsupportedMediaType) Error

func (*PutWebchatDeploymentUnsupportedMediaType) GetPayload

func (*PutWebchatDeploymentUnsupportedMediaType) IsClientError

IsClientError returns true when this put webchat deployment unsupported media type response has a 4xx status code

func (*PutWebchatDeploymentUnsupportedMediaType) IsCode

IsCode returns true when this put webchat deployment unsupported media type response a status code equal to that given

func (*PutWebchatDeploymentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put webchat deployment unsupported media type response has a 3xx status code

func (*PutWebchatDeploymentUnsupportedMediaType) IsServerError

IsServerError returns true when this put webchat deployment unsupported media type response has a 5xx status code

func (*PutWebchatDeploymentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put webchat deployment unsupported media type response has a 2xx status code

func (*PutWebchatDeploymentUnsupportedMediaType) String

type PutWebchatSettingsBadRequest

type PutWebchatSettingsBadRequest struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutWebchatSettingsBadRequest

func NewPutWebchatSettingsBadRequest() *PutWebchatSettingsBadRequest

NewPutWebchatSettingsBadRequest creates a PutWebchatSettingsBadRequest with default headers values

func (*PutWebchatSettingsBadRequest) Error

func (*PutWebchatSettingsBadRequest) GetPayload

func (*PutWebchatSettingsBadRequest) IsClientError

func (o *PutWebchatSettingsBadRequest) IsClientError() bool

IsClientError returns true when this put webchat settings bad request response has a 4xx status code

func (*PutWebchatSettingsBadRequest) IsCode

func (o *PutWebchatSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this put webchat settings bad request response a status code equal to that given

func (*PutWebchatSettingsBadRequest) IsRedirect

func (o *PutWebchatSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this put webchat settings bad request response has a 3xx status code

func (*PutWebchatSettingsBadRequest) IsServerError

func (o *PutWebchatSettingsBadRequest) IsServerError() bool

IsServerError returns true when this put webchat settings bad request response has a 5xx status code

func (*PutWebchatSettingsBadRequest) IsSuccess

func (o *PutWebchatSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this put webchat settings bad request response has a 2xx status code

func (*PutWebchatSettingsBadRequest) String

type PutWebchatSettingsForbidden

type PutWebchatSettingsForbidden struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutWebchatSettingsForbidden

func NewPutWebchatSettingsForbidden() *PutWebchatSettingsForbidden

NewPutWebchatSettingsForbidden creates a PutWebchatSettingsForbidden with default headers values

func (*PutWebchatSettingsForbidden) Error

func (*PutWebchatSettingsForbidden) GetPayload

func (o *PutWebchatSettingsForbidden) GetPayload() *models.ErrorBody

func (*PutWebchatSettingsForbidden) IsClientError

func (o *PutWebchatSettingsForbidden) IsClientError() bool

IsClientError returns true when this put webchat settings forbidden response has a 4xx status code

func (*PutWebchatSettingsForbidden) IsCode

func (o *PutWebchatSettingsForbidden) IsCode(code int) bool

IsCode returns true when this put webchat settings forbidden response a status code equal to that given

func (*PutWebchatSettingsForbidden) IsRedirect

func (o *PutWebchatSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this put webchat settings forbidden response has a 3xx status code

func (*PutWebchatSettingsForbidden) IsServerError

func (o *PutWebchatSettingsForbidden) IsServerError() bool

IsServerError returns true when this put webchat settings forbidden response has a 5xx status code

func (*PutWebchatSettingsForbidden) IsSuccess

func (o *PutWebchatSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this put webchat settings forbidden response has a 2xx status code

func (*PutWebchatSettingsForbidden) String

func (o *PutWebchatSettingsForbidden) String() string

type PutWebchatSettingsGatewayTimeout

type PutWebchatSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutWebchatSettingsGatewayTimeout

func NewPutWebchatSettingsGatewayTimeout() *PutWebchatSettingsGatewayTimeout

NewPutWebchatSettingsGatewayTimeout creates a PutWebchatSettingsGatewayTimeout with default headers values

func (*PutWebchatSettingsGatewayTimeout) Error

func (*PutWebchatSettingsGatewayTimeout) GetPayload

func (*PutWebchatSettingsGatewayTimeout) IsClientError

func (o *PutWebchatSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this put webchat settings gateway timeout response has a 4xx status code

func (*PutWebchatSettingsGatewayTimeout) IsCode

func (o *PutWebchatSettingsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put webchat settings gateway timeout response a status code equal to that given

func (*PutWebchatSettingsGatewayTimeout) IsRedirect

func (o *PutWebchatSettingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put webchat settings gateway timeout response has a 3xx status code

func (*PutWebchatSettingsGatewayTimeout) IsServerError

func (o *PutWebchatSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this put webchat settings gateway timeout response has a 5xx status code

func (*PutWebchatSettingsGatewayTimeout) IsSuccess

func (o *PutWebchatSettingsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put webchat settings gateway timeout response has a 2xx status code

func (*PutWebchatSettingsGatewayTimeout) String

type PutWebchatSettingsInternalServerError

type PutWebchatSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutWebchatSettingsInternalServerError

func NewPutWebchatSettingsInternalServerError() *PutWebchatSettingsInternalServerError

NewPutWebchatSettingsInternalServerError creates a PutWebchatSettingsInternalServerError with default headers values

func (*PutWebchatSettingsInternalServerError) Error

func (*PutWebchatSettingsInternalServerError) GetPayload

func (*PutWebchatSettingsInternalServerError) IsClientError

func (o *PutWebchatSettingsInternalServerError) IsClientError() bool

IsClientError returns true when this put webchat settings internal server error response has a 4xx status code

func (*PutWebchatSettingsInternalServerError) IsCode

IsCode returns true when this put webchat settings internal server error response a status code equal to that given

func (*PutWebchatSettingsInternalServerError) IsRedirect

IsRedirect returns true when this put webchat settings internal server error response has a 3xx status code

func (*PutWebchatSettingsInternalServerError) IsServerError

func (o *PutWebchatSettingsInternalServerError) IsServerError() bool

IsServerError returns true when this put webchat settings internal server error response has a 5xx status code

func (*PutWebchatSettingsInternalServerError) IsSuccess

IsSuccess returns true when this put webchat settings internal server error response has a 2xx status code

func (*PutWebchatSettingsInternalServerError) String

type PutWebchatSettingsNotFound

type PutWebchatSettingsNotFound struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutWebchatSettingsNotFound

func NewPutWebchatSettingsNotFound() *PutWebchatSettingsNotFound

NewPutWebchatSettingsNotFound creates a PutWebchatSettingsNotFound with default headers values

func (*PutWebchatSettingsNotFound) Error

func (*PutWebchatSettingsNotFound) GetPayload

func (o *PutWebchatSettingsNotFound) GetPayload() *models.ErrorBody

func (*PutWebchatSettingsNotFound) IsClientError

func (o *PutWebchatSettingsNotFound) IsClientError() bool

IsClientError returns true when this put webchat settings not found response has a 4xx status code

func (*PutWebchatSettingsNotFound) IsCode

func (o *PutWebchatSettingsNotFound) IsCode(code int) bool

IsCode returns true when this put webchat settings not found response a status code equal to that given

func (*PutWebchatSettingsNotFound) IsRedirect

func (o *PutWebchatSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this put webchat settings not found response has a 3xx status code

func (*PutWebchatSettingsNotFound) IsServerError

func (o *PutWebchatSettingsNotFound) IsServerError() bool

IsServerError returns true when this put webchat settings not found response has a 5xx status code

func (*PutWebchatSettingsNotFound) IsSuccess

func (o *PutWebchatSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this put webchat settings not found response has a 2xx status code

func (*PutWebchatSettingsNotFound) String

func (o *PutWebchatSettingsNotFound) String() string

type PutWebchatSettingsOK

type PutWebchatSettingsOK struct {
	Payload *models.WebChatSettings
}

PutWebchatSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewPutWebchatSettingsOK

func NewPutWebchatSettingsOK() *PutWebchatSettingsOK

NewPutWebchatSettingsOK creates a PutWebchatSettingsOK with default headers values

func (*PutWebchatSettingsOK) Error

func (o *PutWebchatSettingsOK) Error() string

func (*PutWebchatSettingsOK) GetPayload

func (o *PutWebchatSettingsOK) GetPayload() *models.WebChatSettings

func (*PutWebchatSettingsOK) IsClientError

func (o *PutWebchatSettingsOK) IsClientError() bool

IsClientError returns true when this put webchat settings o k response has a 4xx status code

func (*PutWebchatSettingsOK) IsCode

func (o *PutWebchatSettingsOK) IsCode(code int) bool

IsCode returns true when this put webchat settings o k response a status code equal to that given

func (*PutWebchatSettingsOK) IsRedirect

func (o *PutWebchatSettingsOK) IsRedirect() bool

IsRedirect returns true when this put webchat settings o k response has a 3xx status code

func (*PutWebchatSettingsOK) IsServerError

func (o *PutWebchatSettingsOK) IsServerError() bool

IsServerError returns true when this put webchat settings o k response has a 5xx status code

func (*PutWebchatSettingsOK) IsSuccess

func (o *PutWebchatSettingsOK) IsSuccess() bool

IsSuccess returns true when this put webchat settings o k response has a 2xx status code

func (*PutWebchatSettingsOK) String

func (o *PutWebchatSettingsOK) String() string

type PutWebchatSettingsParams

type PutWebchatSettingsParams struct {

	/* Body.

	   webChatSettings
	*/
	Body *models.WebChatSettings

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutWebchatSettingsParams contains all the parameters to send to the API endpoint

for the put webchat settings operation.

Typically these are written to a http.Request.

func NewPutWebchatSettingsParams

func NewPutWebchatSettingsParams() *PutWebchatSettingsParams

NewPutWebchatSettingsParams creates a new PutWebchatSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutWebchatSettingsParamsWithContext

func NewPutWebchatSettingsParamsWithContext(ctx context.Context) *PutWebchatSettingsParams

NewPutWebchatSettingsParamsWithContext creates a new PutWebchatSettingsParams object with the ability to set a context for a request.

func NewPutWebchatSettingsParamsWithHTTPClient

func NewPutWebchatSettingsParamsWithHTTPClient(client *http.Client) *PutWebchatSettingsParams

NewPutWebchatSettingsParamsWithHTTPClient creates a new PutWebchatSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPutWebchatSettingsParamsWithTimeout

func NewPutWebchatSettingsParamsWithTimeout(timeout time.Duration) *PutWebchatSettingsParams

NewPutWebchatSettingsParamsWithTimeout creates a new PutWebchatSettingsParams object with the ability to set a timeout on a request.

func (*PutWebchatSettingsParams) SetBody

SetBody adds the body to the put webchat settings params

func (*PutWebchatSettingsParams) SetContext

func (o *PutWebchatSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the put webchat settings params

func (*PutWebchatSettingsParams) SetDefaults

func (o *PutWebchatSettingsParams) SetDefaults()

SetDefaults hydrates default values in the put webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*PutWebchatSettingsParams) SetHTTPClient

func (o *PutWebchatSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put webchat settings params

func (*PutWebchatSettingsParams) SetTimeout

func (o *PutWebchatSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put webchat settings params

func (*PutWebchatSettingsParams) WithBody

WithBody adds the body to the put webchat settings params

func (*PutWebchatSettingsParams) WithContext

WithContext adds the context to the put webchat settings params

func (*PutWebchatSettingsParams) WithDefaults

WithDefaults hydrates default values in the put webchat settings params (not the query body).

All values with no default are reset to their zero value.

func (*PutWebchatSettingsParams) WithHTTPClient

func (o *PutWebchatSettingsParams) WithHTTPClient(client *http.Client) *PutWebchatSettingsParams

WithHTTPClient adds the HTTPClient to the put webchat settings params

func (*PutWebchatSettingsParams) WithTimeout

WithTimeout adds the timeout to the put webchat settings params

func (*PutWebchatSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWebchatSettingsReader

type PutWebchatSettingsReader struct {
	// contains filtered or unexported fields
}

PutWebchatSettingsReader is a Reader for the PutWebchatSettings structure.

func (*PutWebchatSettingsReader) ReadResponse

func (o *PutWebchatSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutWebchatSettingsRequestEntityTooLarge

type PutWebchatSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutWebchatSettingsRequestEntityTooLarge

func NewPutWebchatSettingsRequestEntityTooLarge() *PutWebchatSettingsRequestEntityTooLarge

NewPutWebchatSettingsRequestEntityTooLarge creates a PutWebchatSettingsRequestEntityTooLarge with default headers values

func (*PutWebchatSettingsRequestEntityTooLarge) Error

func (*PutWebchatSettingsRequestEntityTooLarge) GetPayload

func (*PutWebchatSettingsRequestEntityTooLarge) IsClientError

func (o *PutWebchatSettingsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put webchat settings request entity too large response has a 4xx status code

func (*PutWebchatSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this put webchat settings request entity too large response a status code equal to that given

func (*PutWebchatSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put webchat settings request entity too large response has a 3xx status code

func (*PutWebchatSettingsRequestEntityTooLarge) IsServerError

func (o *PutWebchatSettingsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put webchat settings request entity too large response has a 5xx status code

func (*PutWebchatSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put webchat settings request entity too large response has a 2xx status code

func (*PutWebchatSettingsRequestEntityTooLarge) String

type PutWebchatSettingsRequestTimeout

type PutWebchatSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutWebchatSettingsRequestTimeout

func NewPutWebchatSettingsRequestTimeout() *PutWebchatSettingsRequestTimeout

NewPutWebchatSettingsRequestTimeout creates a PutWebchatSettingsRequestTimeout with default headers values

func (*PutWebchatSettingsRequestTimeout) Error

func (*PutWebchatSettingsRequestTimeout) GetPayload

func (*PutWebchatSettingsRequestTimeout) IsClientError

func (o *PutWebchatSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this put webchat settings request timeout response has a 4xx status code

func (*PutWebchatSettingsRequestTimeout) IsCode

func (o *PutWebchatSettingsRequestTimeout) IsCode(code int) bool

IsCode returns true when this put webchat settings request timeout response a status code equal to that given

func (*PutWebchatSettingsRequestTimeout) IsRedirect

func (o *PutWebchatSettingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put webchat settings request timeout response has a 3xx status code

func (*PutWebchatSettingsRequestTimeout) IsServerError

func (o *PutWebchatSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this put webchat settings request timeout response has a 5xx status code

func (*PutWebchatSettingsRequestTimeout) IsSuccess

func (o *PutWebchatSettingsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put webchat settings request timeout response has a 2xx status code

func (*PutWebchatSettingsRequestTimeout) String

type PutWebchatSettingsServiceUnavailable

type PutWebchatSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutWebchatSettingsServiceUnavailable

func NewPutWebchatSettingsServiceUnavailable() *PutWebchatSettingsServiceUnavailable

NewPutWebchatSettingsServiceUnavailable creates a PutWebchatSettingsServiceUnavailable with default headers values

func (*PutWebchatSettingsServiceUnavailable) Error

func (*PutWebchatSettingsServiceUnavailable) GetPayload

func (*PutWebchatSettingsServiceUnavailable) IsClientError

func (o *PutWebchatSettingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this put webchat settings service unavailable response has a 4xx status code

func (*PutWebchatSettingsServiceUnavailable) IsCode

IsCode returns true when this put webchat settings service unavailable response a status code equal to that given

func (*PutWebchatSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this put webchat settings service unavailable response has a 3xx status code

func (*PutWebchatSettingsServiceUnavailable) IsServerError

func (o *PutWebchatSettingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this put webchat settings service unavailable response has a 5xx status code

func (*PutWebchatSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this put webchat settings service unavailable response has a 2xx status code

func (*PutWebchatSettingsServiceUnavailable) String

type PutWebchatSettingsTooManyRequests

type PutWebchatSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutWebchatSettingsTooManyRequests

func NewPutWebchatSettingsTooManyRequests() *PutWebchatSettingsTooManyRequests

NewPutWebchatSettingsTooManyRequests creates a PutWebchatSettingsTooManyRequests with default headers values

func (*PutWebchatSettingsTooManyRequests) Error

func (*PutWebchatSettingsTooManyRequests) GetPayload

func (*PutWebchatSettingsTooManyRequests) IsClientError

func (o *PutWebchatSettingsTooManyRequests) IsClientError() bool

IsClientError returns true when this put webchat settings too many requests response has a 4xx status code

func (*PutWebchatSettingsTooManyRequests) IsCode

func (o *PutWebchatSettingsTooManyRequests) IsCode(code int) bool

IsCode returns true when this put webchat settings too many requests response a status code equal to that given

func (*PutWebchatSettingsTooManyRequests) IsRedirect

func (o *PutWebchatSettingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put webchat settings too many requests response has a 3xx status code

func (*PutWebchatSettingsTooManyRequests) IsServerError

func (o *PutWebchatSettingsTooManyRequests) IsServerError() bool

IsServerError returns true when this put webchat settings too many requests response has a 5xx status code

func (*PutWebchatSettingsTooManyRequests) IsSuccess

func (o *PutWebchatSettingsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put webchat settings too many requests response has a 2xx status code

func (*PutWebchatSettingsTooManyRequests) String

type PutWebchatSettingsUnauthorized

type PutWebchatSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutWebchatSettingsUnauthorized

func NewPutWebchatSettingsUnauthorized() *PutWebchatSettingsUnauthorized

NewPutWebchatSettingsUnauthorized creates a PutWebchatSettingsUnauthorized with default headers values

func (*PutWebchatSettingsUnauthorized) Error

func (*PutWebchatSettingsUnauthorized) GetPayload

func (*PutWebchatSettingsUnauthorized) IsClientError

func (o *PutWebchatSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this put webchat settings unauthorized response has a 4xx status code

func (*PutWebchatSettingsUnauthorized) IsCode

func (o *PutWebchatSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this put webchat settings unauthorized response a status code equal to that given

func (*PutWebchatSettingsUnauthorized) IsRedirect

func (o *PutWebchatSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this put webchat settings unauthorized response has a 3xx status code

func (*PutWebchatSettingsUnauthorized) IsServerError

func (o *PutWebchatSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this put webchat settings unauthorized response has a 5xx status code

func (*PutWebchatSettingsUnauthorized) IsSuccess

func (o *PutWebchatSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this put webchat settings unauthorized response has a 2xx status code

func (*PutWebchatSettingsUnauthorized) String

type PutWebchatSettingsUnsupportedMediaType

type PutWebchatSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutWebchatSettingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutWebchatSettingsUnsupportedMediaType

func NewPutWebchatSettingsUnsupportedMediaType() *PutWebchatSettingsUnsupportedMediaType

NewPutWebchatSettingsUnsupportedMediaType creates a PutWebchatSettingsUnsupportedMediaType with default headers values

func (*PutWebchatSettingsUnsupportedMediaType) Error

func (*PutWebchatSettingsUnsupportedMediaType) GetPayload

func (*PutWebchatSettingsUnsupportedMediaType) IsClientError

func (o *PutWebchatSettingsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put webchat settings unsupported media type response has a 4xx status code

func (*PutWebchatSettingsUnsupportedMediaType) IsCode

IsCode returns true when this put webchat settings unsupported media type response a status code equal to that given

func (*PutWebchatSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put webchat settings unsupported media type response has a 3xx status code

func (*PutWebchatSettingsUnsupportedMediaType) IsServerError

func (o *PutWebchatSettingsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put webchat settings unsupported media type response has a 5xx status code

func (*PutWebchatSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put webchat settings unsupported media type response has a 2xx status code

func (*PutWebchatSettingsUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL