language_understanding

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 {
	/*
	   DeleteLanguageunderstandingDomain deletes an n l u domain
	*/
	DeleteLanguageunderstandingDomain(ctx context.Context, params *DeleteLanguageunderstandingDomainParams) (*DeleteLanguageunderstandingDomainNoContent, error)
	/*
	   DeleteLanguageunderstandingDomainFeedbackFeedbackID deletes the feedback on the n l u domain version
	*/
	DeleteLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, params *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent, error)
	/*
	   DeleteLanguageunderstandingDomainVersion deletes an n l u domain version
	*/
	DeleteLanguageunderstandingDomainVersion(ctx context.Context, params *DeleteLanguageunderstandingDomainVersionParams) (*DeleteLanguageunderstandingDomainVersionNoContent, error)
	/*
	   DeleteLanguageunderstandingMiner deletes a miner
	*/
	DeleteLanguageunderstandingMiner(ctx context.Context, params *DeleteLanguageunderstandingMinerParams) (*DeleteLanguageunderstandingMinerNoContent, error)
	/*
	   DeleteLanguageunderstandingMinerDraft deletes a draft
	*/
	DeleteLanguageunderstandingMinerDraft(ctx context.Context, params *DeleteLanguageunderstandingMinerDraftParams) (*DeleteLanguageunderstandingMinerDraftNoContent, error)
	/*
	   GetLanguageunderstandingDomain finds an n l u domain
	*/
	GetLanguageunderstandingDomain(ctx context.Context, params *GetLanguageunderstandingDomainParams) (*GetLanguageunderstandingDomainOK, error)
	/*
	   GetLanguageunderstandingDomainFeedback gets all feedback in the given n l u domain version
	*/
	GetLanguageunderstandingDomainFeedback(ctx context.Context, params *GetLanguageunderstandingDomainFeedbackParams) (*GetLanguageunderstandingDomainFeedbackOK, error)
	/*
	   GetLanguageunderstandingDomainFeedbackFeedbackID finds a feedback
	*/
	GetLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, params *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK, error)
	/*
	   GetLanguageunderstandingDomainVersion finds an n l u domain version
	*/
	GetLanguageunderstandingDomainVersion(ctx context.Context, params *GetLanguageunderstandingDomainVersionParams) (*GetLanguageunderstandingDomainVersionOK, error)
	/*
	   GetLanguageunderstandingDomainVersionReport retrieveds quality report for the specified n l u domain version
	*/
	GetLanguageunderstandingDomainVersionReport(ctx context.Context, params *GetLanguageunderstandingDomainVersionReportParams) (*GetLanguageunderstandingDomainVersionReportOK, error)
	/*
	   GetLanguageunderstandingDomainVersions gets all n l u domain versions for a given domain
	*/
	GetLanguageunderstandingDomainVersions(ctx context.Context, params *GetLanguageunderstandingDomainVersionsParams) (*GetLanguageunderstandingDomainVersionsOK, error)
	/*
	   GetLanguageunderstandingDomains gets all n l u domains
	*/
	GetLanguageunderstandingDomains(ctx context.Context, params *GetLanguageunderstandingDomainsParams) (*GetLanguageunderstandingDomainsOK, error)
	/*
	   GetLanguageunderstandingMiner gets information about a miner
	*/
	GetLanguageunderstandingMiner(ctx context.Context, params *GetLanguageunderstandingMinerParams) (*GetLanguageunderstandingMinerOK, error)
	/*
	   GetLanguageunderstandingMinerDraft gets information about a draft
	*/
	GetLanguageunderstandingMinerDraft(ctx context.Context, params *GetLanguageunderstandingMinerDraftParams) (*GetLanguageunderstandingMinerDraftOK, error)
	/*
	   GetLanguageunderstandingMinerDrafts retrieves the list of drafts created
	*/
	GetLanguageunderstandingMinerDrafts(ctx context.Context, params *GetLanguageunderstandingMinerDraftsParams) (*GetLanguageunderstandingMinerDraftsOK, error)
	/*
	   GetLanguageunderstandingMinerIntent gets information about a mined intent
	*/
	GetLanguageunderstandingMinerIntent(ctx context.Context, params *GetLanguageunderstandingMinerIntentParams) (*GetLanguageunderstandingMinerIntentOK, error)
	/*
	   GetLanguageunderstandingMinerIntents retrieves a list of mined intents
	*/
	GetLanguageunderstandingMinerIntents(ctx context.Context, params *GetLanguageunderstandingMinerIntentsParams) (*GetLanguageunderstandingMinerIntentsOK, error)
	/*
	   GetLanguageunderstandingMinerTopic retrieves details of a particular topic
	*/
	GetLanguageunderstandingMinerTopic(ctx context.Context, params *GetLanguageunderstandingMinerTopicParams) (*GetLanguageunderstandingMinerTopicOK, error)
	/*
	   GetLanguageunderstandingMinerTopicPhrase retrieves utterances related to a phrase in a topic
	*/
	GetLanguageunderstandingMinerTopicPhrase(ctx context.Context, params *GetLanguageunderstandingMinerTopicPhraseParams) (*GetLanguageunderstandingMinerTopicPhraseOK, error)
	/*
	   GetLanguageunderstandingMinerTopics retrieves a list of mined topics
	*/
	GetLanguageunderstandingMinerTopics(ctx context.Context, params *GetLanguageunderstandingMinerTopicsParams) (*GetLanguageunderstandingMinerTopicsOK, error)
	/*
	   GetLanguageunderstandingMiners retrieves the list of miners created
	*/
	GetLanguageunderstandingMiners(ctx context.Context, params *GetLanguageunderstandingMinersParams) (*GetLanguageunderstandingMinersOK, error)
	/*
	   PatchLanguageunderstandingDomain updates an n l u domain
	*/
	PatchLanguageunderstandingDomain(ctx context.Context, params *PatchLanguageunderstandingDomainParams) (*PatchLanguageunderstandingDomainOK, error)
	/*
	   PatchLanguageunderstandingMinerDraft saves information for the draft either topic draft or intent draft should be sent
	*/
	PatchLanguageunderstandingMinerDraft(ctx context.Context, params *PatchLanguageunderstandingMinerDraftParams) (*PatchLanguageunderstandingMinerDraftOK, error)
	/*
	   PostLanguageunderstandingDomainFeedback creates feedback for the n l u domain version
	*/
	PostLanguageunderstandingDomainFeedback(ctx context.Context, params *PostLanguageunderstandingDomainFeedbackParams) (*PostLanguageunderstandingDomainFeedbackOK, *PostLanguageunderstandingDomainFeedbackCreated, error)
	/*
	   PostLanguageunderstandingDomainVersionDetect detects intent entities etc in the submitted text using the specified n l u domain version
	*/
	PostLanguageunderstandingDomainVersionDetect(ctx context.Context, params *PostLanguageunderstandingDomainVersionDetectParams) (*PostLanguageunderstandingDomainVersionDetectOK, error)
	/*
	   PostLanguageunderstandingDomainVersionPublish publishes the draft n l u domain version
	*/
	PostLanguageunderstandingDomainVersionPublish(ctx context.Context, params *PostLanguageunderstandingDomainVersionPublishParams) (*PostLanguageunderstandingDomainVersionPublishOK, *PostLanguageunderstandingDomainVersionPublishCreated, error)
	/*
	   PostLanguageunderstandingDomainVersionTrain trains the draft n l u domain version
	*/
	PostLanguageunderstandingDomainVersionTrain(ctx context.Context, params *PostLanguageunderstandingDomainVersionTrainParams) (*PostLanguageunderstandingDomainVersionTrainOK, *PostLanguageunderstandingDomainVersionTrainAccepted, error)
	/*
	   PostLanguageunderstandingDomainVersions creates an n l u domain version
	*/
	PostLanguageunderstandingDomainVersions(ctx context.Context, params *PostLanguageunderstandingDomainVersionsParams) (*PostLanguageunderstandingDomainVersionsOK, *PostLanguageunderstandingDomainVersionsCreated, error)
	/*
	   PostLanguageunderstandingDomains creates an n l u domain
	*/
	PostLanguageunderstandingDomains(ctx context.Context, params *PostLanguageunderstandingDomainsParams) (*PostLanguageunderstandingDomainsOK, *PostLanguageunderstandingDomainsCreated, error)
	/*
	   PostLanguageunderstandingMinerDrafts creates a new draft resource
	*/
	PostLanguageunderstandingMinerDrafts(ctx context.Context, params *PostLanguageunderstandingMinerDraftsParams) (*PostLanguageunderstandingMinerDraftsOK, *PostLanguageunderstandingMinerDraftsCreated, error)
	/*
	   PostLanguageunderstandingMinerExecute starts the mining process specify date range pair with media type queue ids participant type for mining data from genesys cloud specify only upload key for mining through an external file
	*/
	PostLanguageunderstandingMinerExecute(ctx context.Context, params *PostLanguageunderstandingMinerExecuteParams) (*PostLanguageunderstandingMinerExecuteOK, *PostLanguageunderstandingMinerExecuteAccepted, error)
	/*
	   PostLanguageunderstandingMiners creates a unique miner
	*/
	PostLanguageunderstandingMiners(ctx context.Context, params *PostLanguageunderstandingMinersParams) (*PostLanguageunderstandingMinersOK, *PostLanguageunderstandingMinersCreated, error)
	/*
	   PutLanguageunderstandingDomainVersion updates an n l u domain version
	*/
	PutLanguageunderstandingDomainVersion(ctx context.Context, params *PutLanguageunderstandingDomainVersionParams) (*PutLanguageunderstandingDomainVersionOK, error)
}

API is the interface of the language understanding client

type Client

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

Client for language understanding API

func New

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

New creates a new language understanding API client.

func (*Client) DeleteLanguageunderstandingDomain

DeleteLanguageunderstandingDomain deletes an n l u domain

func (*Client) DeleteLanguageunderstandingDomainFeedbackFeedbackID

DeleteLanguageunderstandingDomainFeedbackFeedbackID deletes the feedback on the n l u domain version

func (*Client) DeleteLanguageunderstandingDomainVersion

DeleteLanguageunderstandingDomainVersion deletes an n l u domain version

func (*Client) DeleteLanguageunderstandingMiner

DeleteLanguageunderstandingMiner deletes a miner

func (*Client) DeleteLanguageunderstandingMinerDraft

DeleteLanguageunderstandingMinerDraft deletes a draft

func (*Client) GetLanguageunderstandingDomain

func (a *Client) GetLanguageunderstandingDomain(ctx context.Context, params *GetLanguageunderstandingDomainParams) (*GetLanguageunderstandingDomainOK, error)

GetLanguageunderstandingDomain finds an n l u domain

func (*Client) GetLanguageunderstandingDomainFeedback

func (a *Client) GetLanguageunderstandingDomainFeedback(ctx context.Context, params *GetLanguageunderstandingDomainFeedbackParams) (*GetLanguageunderstandingDomainFeedbackOK, error)

GetLanguageunderstandingDomainFeedback gets all feedback in the given n l u domain version

func (*Client) GetLanguageunderstandingDomainFeedbackFeedbackID

GetLanguageunderstandingDomainFeedbackFeedbackID finds a feedback

func (*Client) GetLanguageunderstandingDomainVersion

func (a *Client) GetLanguageunderstandingDomainVersion(ctx context.Context, params *GetLanguageunderstandingDomainVersionParams) (*GetLanguageunderstandingDomainVersionOK, error)

GetLanguageunderstandingDomainVersion finds an n l u domain version

func (*Client) GetLanguageunderstandingDomainVersionReport

GetLanguageunderstandingDomainVersionReport retrieveds quality report for the specified n l u domain version

func (*Client) GetLanguageunderstandingDomainVersions

func (a *Client) GetLanguageunderstandingDomainVersions(ctx context.Context, params *GetLanguageunderstandingDomainVersionsParams) (*GetLanguageunderstandingDomainVersionsOK, error)

GetLanguageunderstandingDomainVersions gets all n l u domain versions for a given domain

func (*Client) GetLanguageunderstandingDomains

func (a *Client) GetLanguageunderstandingDomains(ctx context.Context, params *GetLanguageunderstandingDomainsParams) (*GetLanguageunderstandingDomainsOK, error)

GetLanguageunderstandingDomains gets all n l u domains

func (*Client) GetLanguageunderstandingMiner

func (a *Client) GetLanguageunderstandingMiner(ctx context.Context, params *GetLanguageunderstandingMinerParams) (*GetLanguageunderstandingMinerOK, error)

GetLanguageunderstandingMiner gets information about a miner

func (*Client) GetLanguageunderstandingMinerDraft

func (a *Client) GetLanguageunderstandingMinerDraft(ctx context.Context, params *GetLanguageunderstandingMinerDraftParams) (*GetLanguageunderstandingMinerDraftOK, error)

GetLanguageunderstandingMinerDraft gets information about a draft

func (*Client) GetLanguageunderstandingMinerDrafts

func (a *Client) GetLanguageunderstandingMinerDrafts(ctx context.Context, params *GetLanguageunderstandingMinerDraftsParams) (*GetLanguageunderstandingMinerDraftsOK, error)

GetLanguageunderstandingMinerDrafts retrieves the list of drafts created

func (*Client) GetLanguageunderstandingMinerIntent

func (a *Client) GetLanguageunderstandingMinerIntent(ctx context.Context, params *GetLanguageunderstandingMinerIntentParams) (*GetLanguageunderstandingMinerIntentOK, error)

GetLanguageunderstandingMinerIntent gets information about a mined intent

func (*Client) GetLanguageunderstandingMinerIntents

func (a *Client) GetLanguageunderstandingMinerIntents(ctx context.Context, params *GetLanguageunderstandingMinerIntentsParams) (*GetLanguageunderstandingMinerIntentsOK, error)

GetLanguageunderstandingMinerIntents retrieves a list of mined intents

func (*Client) GetLanguageunderstandingMinerTopic

func (a *Client) GetLanguageunderstandingMinerTopic(ctx context.Context, params *GetLanguageunderstandingMinerTopicParams) (*GetLanguageunderstandingMinerTopicOK, error)

GetLanguageunderstandingMinerTopic retrieves details of a particular topic

func (*Client) GetLanguageunderstandingMinerTopicPhrase

func (a *Client) GetLanguageunderstandingMinerTopicPhrase(ctx context.Context, params *GetLanguageunderstandingMinerTopicPhraseParams) (*GetLanguageunderstandingMinerTopicPhraseOK, error)

GetLanguageunderstandingMinerTopicPhrase retrieves utterances related to a phrase in a topic

func (*Client) GetLanguageunderstandingMinerTopics

func (a *Client) GetLanguageunderstandingMinerTopics(ctx context.Context, params *GetLanguageunderstandingMinerTopicsParams) (*GetLanguageunderstandingMinerTopicsOK, error)

GetLanguageunderstandingMinerTopics retrieves a list of mined topics

func (*Client) GetLanguageunderstandingMiners

func (a *Client) GetLanguageunderstandingMiners(ctx context.Context, params *GetLanguageunderstandingMinersParams) (*GetLanguageunderstandingMinersOK, error)

GetLanguageunderstandingMiners retrieves the list of miners created

func (*Client) PatchLanguageunderstandingDomain

func (a *Client) PatchLanguageunderstandingDomain(ctx context.Context, params *PatchLanguageunderstandingDomainParams) (*PatchLanguageunderstandingDomainOK, error)

PatchLanguageunderstandingDomain updates an n l u domain

func (*Client) PatchLanguageunderstandingMinerDraft

func (a *Client) PatchLanguageunderstandingMinerDraft(ctx context.Context, params *PatchLanguageunderstandingMinerDraftParams) (*PatchLanguageunderstandingMinerDraftOK, error)

PatchLanguageunderstandingMinerDraft saves information for the draft either topic draft or intent draft should be sent

func (*Client) PostLanguageunderstandingDomainFeedback

PostLanguageunderstandingDomainFeedback creates feedback for the n l u domain version

func (*Client) PostLanguageunderstandingDomainVersionDetect

PostLanguageunderstandingDomainVersionDetect detects intent entities etc in the submitted text using the specified n l u domain version

func (*Client) PostLanguageunderstandingDomainVersionPublish

PostLanguageunderstandingDomainVersionPublish publishes the draft n l u domain version

func (*Client) PostLanguageunderstandingDomainVersionTrain

PostLanguageunderstandingDomainVersionTrain trains the draft n l u domain version

func (*Client) PostLanguageunderstandingDomainVersions

PostLanguageunderstandingDomainVersions creates an n l u domain version

func (*Client) PostLanguageunderstandingDomains

PostLanguageunderstandingDomains creates an n l u domain

func (*Client) PostLanguageunderstandingMinerDrafts

PostLanguageunderstandingMinerDrafts creates a new draft resource

func (*Client) PostLanguageunderstandingMinerExecute

PostLanguageunderstandingMinerExecute starts the mining process specify date range pair with media type queue ids participant type for mining data from genesys cloud specify only upload key for mining through an external file

func (*Client) PostLanguageunderstandingMiners

PostLanguageunderstandingMiners creates a unique miner

func (*Client) PutLanguageunderstandingDomainVersion

func (a *Client) PutLanguageunderstandingDomainVersion(ctx context.Context, params *PutLanguageunderstandingDomainVersionParams) (*PutLanguageunderstandingDomainVersionOK, error)

PutLanguageunderstandingDomainVersion updates an n l u domain version

type DeleteLanguageunderstandingDomainBadRequest

type DeleteLanguageunderstandingDomainBadRequest struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainBadRequest 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 NewDeleteLanguageunderstandingDomainBadRequest

func NewDeleteLanguageunderstandingDomainBadRequest() *DeleteLanguageunderstandingDomainBadRequest

NewDeleteLanguageunderstandingDomainBadRequest creates a DeleteLanguageunderstandingDomainBadRequest with default headers values

func (*DeleteLanguageunderstandingDomainBadRequest) Error

func (*DeleteLanguageunderstandingDomainBadRequest) GetPayload

func (*DeleteLanguageunderstandingDomainBadRequest) IsClientError

IsClientError returns true when this delete languageunderstanding domain bad request response has a 4xx status code

func (*DeleteLanguageunderstandingDomainBadRequest) IsCode

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

func (*DeleteLanguageunderstandingDomainBadRequest) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain bad request response has a 3xx status code

func (*DeleteLanguageunderstandingDomainBadRequest) IsServerError

IsServerError returns true when this delete languageunderstanding domain bad request response has a 5xx status code

func (*DeleteLanguageunderstandingDomainBadRequest) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain bad request response has a 2xx status code

func (*DeleteLanguageunderstandingDomainBadRequest) String

type DeleteLanguageunderstandingDomainConflict

type DeleteLanguageunderstandingDomainConflict struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteLanguageunderstandingDomainConflict

func NewDeleteLanguageunderstandingDomainConflict() *DeleteLanguageunderstandingDomainConflict

NewDeleteLanguageunderstandingDomainConflict creates a DeleteLanguageunderstandingDomainConflict with default headers values

func (*DeleteLanguageunderstandingDomainConflict) Error

func (*DeleteLanguageunderstandingDomainConflict) GetPayload

func (*DeleteLanguageunderstandingDomainConflict) IsClientError

IsClientError returns true when this delete languageunderstanding domain conflict response has a 4xx status code

func (*DeleteLanguageunderstandingDomainConflict) IsCode

IsCode returns true when this delete languageunderstanding domain conflict response a status code equal to that given

func (*DeleteLanguageunderstandingDomainConflict) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain conflict response has a 3xx status code

func (*DeleteLanguageunderstandingDomainConflict) IsServerError

IsServerError returns true when this delete languageunderstanding domain conflict response has a 5xx status code

func (*DeleteLanguageunderstandingDomainConflict) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain conflict response has a 2xx status code

func (*DeleteLanguageunderstandingDomainConflict) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id bad request response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id forbidden response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id internal server error response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent struct {
}

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

Feedback deleted successfully

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id no content response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id not found response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* FeedbackID.

	   ID of the Feedback
	*/
	FeedbackID string

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

DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams contains all the parameters to send to the API endpoint

for the delete languageunderstanding domain feedback feedback Id operation.

Typically these are written to a http.Request.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParams() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParams creates a new DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext creates a new DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a context for a request.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient creates a new DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout creates a new DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a timeout on a request.

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext

SetContext adds the context to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults

SetDefaults hydrates default values in the delete languageunderstanding domain feedback feedback Id params (not the query body).

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

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID

SetDomainID adds the domainId to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID

SetFeedbackID adds the feedbackId to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout

SetTimeout adds the timeout to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext

WithContext adds the context to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults

WithDefaults hydrates default values in the delete languageunderstanding domain feedback feedback Id params (not the query body).

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

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID

WithDomainID adds the domainID to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID

WithFeedbackID adds the feedbackID to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout

WithTimeout adds the timeout to the delete languageunderstanding domain feedback feedback Id params

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDReader

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

DeleteLanguageunderstandingDomainFeedbackFeedbackIDReader is a Reader for the DeleteLanguageunderstandingDomainFeedbackFeedbackID structure.

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id request timeout response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id too many requests response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType 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 NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType creates a DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType with default headers values

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) Error

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError

IsClientError returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 4xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode

IsCode returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response a status code equal to that given

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 3xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError

IsServerError returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 5xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 2xx status code

func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String

type DeleteLanguageunderstandingDomainForbidden

type DeleteLanguageunderstandingDomainForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteLanguageunderstandingDomainForbidden

func NewDeleteLanguageunderstandingDomainForbidden() *DeleteLanguageunderstandingDomainForbidden

NewDeleteLanguageunderstandingDomainForbidden creates a DeleteLanguageunderstandingDomainForbidden with default headers values

func (*DeleteLanguageunderstandingDomainForbidden) Error

func (*DeleteLanguageunderstandingDomainForbidden) GetPayload

func (*DeleteLanguageunderstandingDomainForbidden) IsClientError

IsClientError returns true when this delete languageunderstanding domain forbidden response has a 4xx status code

func (*DeleteLanguageunderstandingDomainForbidden) IsCode

IsCode returns true when this delete languageunderstanding domain forbidden response a status code equal to that given

func (*DeleteLanguageunderstandingDomainForbidden) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain forbidden response has a 3xx status code

func (*DeleteLanguageunderstandingDomainForbidden) IsServerError

IsServerError returns true when this delete languageunderstanding domain forbidden response has a 5xx status code

func (*DeleteLanguageunderstandingDomainForbidden) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain forbidden response has a 2xx status code

func (*DeleteLanguageunderstandingDomainForbidden) String

type DeleteLanguageunderstandingDomainGatewayTimeout

type DeleteLanguageunderstandingDomainGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteLanguageunderstandingDomainGatewayTimeout

func NewDeleteLanguageunderstandingDomainGatewayTimeout() *DeleteLanguageunderstandingDomainGatewayTimeout

NewDeleteLanguageunderstandingDomainGatewayTimeout creates a DeleteLanguageunderstandingDomainGatewayTimeout with default headers values

func (*DeleteLanguageunderstandingDomainGatewayTimeout) Error

func (*DeleteLanguageunderstandingDomainGatewayTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain gateway timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsCode

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

func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain gateway timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain gateway timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain gateway timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainGatewayTimeout) String

type DeleteLanguageunderstandingDomainInternalServerError

type DeleteLanguageunderstandingDomainInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainInternalServerError 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 NewDeleteLanguageunderstandingDomainInternalServerError

func NewDeleteLanguageunderstandingDomainInternalServerError() *DeleteLanguageunderstandingDomainInternalServerError

NewDeleteLanguageunderstandingDomainInternalServerError creates a DeleteLanguageunderstandingDomainInternalServerError with default headers values

func (*DeleteLanguageunderstandingDomainInternalServerError) Error

func (*DeleteLanguageunderstandingDomainInternalServerError) GetPayload

func (*DeleteLanguageunderstandingDomainInternalServerError) IsClientError

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

func (*DeleteLanguageunderstandingDomainInternalServerError) IsCode

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

func (*DeleteLanguageunderstandingDomainInternalServerError) IsRedirect

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

func (*DeleteLanguageunderstandingDomainInternalServerError) IsServerError

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

func (*DeleteLanguageunderstandingDomainInternalServerError) IsSuccess

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

func (*DeleteLanguageunderstandingDomainInternalServerError) String

type DeleteLanguageunderstandingDomainNoContent

type DeleteLanguageunderstandingDomainNoContent struct {
}

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

DeleteLanguageunderstandingDomainNoContent delete languageunderstanding domain no content

func NewDeleteLanguageunderstandingDomainNoContent

func NewDeleteLanguageunderstandingDomainNoContent() *DeleteLanguageunderstandingDomainNoContent

NewDeleteLanguageunderstandingDomainNoContent creates a DeleteLanguageunderstandingDomainNoContent with default headers values

func (*DeleteLanguageunderstandingDomainNoContent) Error

func (*DeleteLanguageunderstandingDomainNoContent) IsClientError

IsClientError returns true when this delete languageunderstanding domain no content response has a 4xx status code

func (*DeleteLanguageunderstandingDomainNoContent) IsCode

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

func (*DeleteLanguageunderstandingDomainNoContent) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain no content response has a 3xx status code

func (*DeleteLanguageunderstandingDomainNoContent) IsServerError

IsServerError returns true when this delete languageunderstanding domain no content response has a 5xx status code

func (*DeleteLanguageunderstandingDomainNoContent) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain no content response has a 2xx status code

func (*DeleteLanguageunderstandingDomainNoContent) String

type DeleteLanguageunderstandingDomainNotFound

type DeleteLanguageunderstandingDomainNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteLanguageunderstandingDomainNotFound

func NewDeleteLanguageunderstandingDomainNotFound() *DeleteLanguageunderstandingDomainNotFound

NewDeleteLanguageunderstandingDomainNotFound creates a DeleteLanguageunderstandingDomainNotFound with default headers values

func (*DeleteLanguageunderstandingDomainNotFound) Error

func (*DeleteLanguageunderstandingDomainNotFound) GetPayload

func (*DeleteLanguageunderstandingDomainNotFound) IsClientError

IsClientError returns true when this delete languageunderstanding domain not found response has a 4xx status code

func (*DeleteLanguageunderstandingDomainNotFound) IsCode

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

func (*DeleteLanguageunderstandingDomainNotFound) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain not found response has a 3xx status code

func (*DeleteLanguageunderstandingDomainNotFound) IsServerError

IsServerError returns true when this delete languageunderstanding domain not found response has a 5xx status code

func (*DeleteLanguageunderstandingDomainNotFound) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain not found response has a 2xx status code

func (*DeleteLanguageunderstandingDomainNotFound) String

type DeleteLanguageunderstandingDomainParams

type DeleteLanguageunderstandingDomainParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

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

DeleteLanguageunderstandingDomainParams contains all the parameters to send to the API endpoint

for the delete languageunderstanding domain operation.

Typically these are written to a http.Request.

func NewDeleteLanguageunderstandingDomainParams

func NewDeleteLanguageunderstandingDomainParams() *DeleteLanguageunderstandingDomainParams

NewDeleteLanguageunderstandingDomainParams creates a new DeleteLanguageunderstandingDomainParams 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 NewDeleteLanguageunderstandingDomainParamsWithContext

func NewDeleteLanguageunderstandingDomainParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainParams

NewDeleteLanguageunderstandingDomainParamsWithContext creates a new DeleteLanguageunderstandingDomainParams object with the ability to set a context for a request.

func NewDeleteLanguageunderstandingDomainParamsWithHTTPClient

func NewDeleteLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainParams

NewDeleteLanguageunderstandingDomainParamsWithHTTPClient creates a new DeleteLanguageunderstandingDomainParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLanguageunderstandingDomainParamsWithTimeout

func NewDeleteLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainParams

NewDeleteLanguageunderstandingDomainParamsWithTimeout creates a new DeleteLanguageunderstandingDomainParams object with the ability to set a timeout on a request.

func (*DeleteLanguageunderstandingDomainParams) SetContext

SetContext adds the context to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) SetDefaults

func (o *DeleteLanguageunderstandingDomainParams) SetDefaults()

SetDefaults hydrates default values in the delete languageunderstanding domain params (not the query body).

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

func (*DeleteLanguageunderstandingDomainParams) SetDomainID

func (o *DeleteLanguageunderstandingDomainParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) SetTimeout

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

SetTimeout adds the timeout to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) WithContext

WithContext adds the context to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) WithDefaults

WithDefaults hydrates default values in the delete languageunderstanding domain params (not the query body).

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

func (*DeleteLanguageunderstandingDomainParams) WithDomainID

WithDomainID adds the domainID to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) WithTimeout

WithTimeout adds the timeout to the delete languageunderstanding domain params

func (*DeleteLanguageunderstandingDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLanguageunderstandingDomainReader

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

DeleteLanguageunderstandingDomainReader is a Reader for the DeleteLanguageunderstandingDomain structure.

func (*DeleteLanguageunderstandingDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLanguageunderstandingDomainRequestEntityTooLarge

type DeleteLanguageunderstandingDomainRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainRequestEntityTooLarge

func NewDeleteLanguageunderstandingDomainRequestEntityTooLarge() *DeleteLanguageunderstandingDomainRequestEntityTooLarge

NewDeleteLanguageunderstandingDomainRequestEntityTooLarge creates a DeleteLanguageunderstandingDomainRequestEntityTooLarge with default headers values

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) Error

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) GetPayload

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsClientError

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

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsCode

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

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect

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

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsServerError

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

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess

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

func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) String

type DeleteLanguageunderstandingDomainRequestTimeout

type DeleteLanguageunderstandingDomainRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainRequestTimeout 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 NewDeleteLanguageunderstandingDomainRequestTimeout

func NewDeleteLanguageunderstandingDomainRequestTimeout() *DeleteLanguageunderstandingDomainRequestTimeout

NewDeleteLanguageunderstandingDomainRequestTimeout creates a DeleteLanguageunderstandingDomainRequestTimeout with default headers values

func (*DeleteLanguageunderstandingDomainRequestTimeout) Error

func (*DeleteLanguageunderstandingDomainRequestTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainRequestTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain request timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainRequestTimeout) IsCode

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

func (*DeleteLanguageunderstandingDomainRequestTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain request timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainRequestTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain request timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainRequestTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain request timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainRequestTimeout) String

type DeleteLanguageunderstandingDomainServiceUnavailable

type DeleteLanguageunderstandingDomainServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainServiceUnavailable 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 NewDeleteLanguageunderstandingDomainServiceUnavailable

func NewDeleteLanguageunderstandingDomainServiceUnavailable() *DeleteLanguageunderstandingDomainServiceUnavailable

NewDeleteLanguageunderstandingDomainServiceUnavailable creates a DeleteLanguageunderstandingDomainServiceUnavailable with default headers values

func (*DeleteLanguageunderstandingDomainServiceUnavailable) Error

func (*DeleteLanguageunderstandingDomainServiceUnavailable) GetPayload

func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsClientError

IsClientError returns true when this delete languageunderstanding domain service unavailable response has a 4xx status code

func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsCode

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

func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain service unavailable response has a 3xx status code

func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsServerError

IsServerError returns true when this delete languageunderstanding domain service unavailable response has a 5xx status code

func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain service unavailable response has a 2xx status code

func (*DeleteLanguageunderstandingDomainServiceUnavailable) String

type DeleteLanguageunderstandingDomainTooManyRequests

type DeleteLanguageunderstandingDomainTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainTooManyRequests

func NewDeleteLanguageunderstandingDomainTooManyRequests() *DeleteLanguageunderstandingDomainTooManyRequests

NewDeleteLanguageunderstandingDomainTooManyRequests creates a DeleteLanguageunderstandingDomainTooManyRequests with default headers values

func (*DeleteLanguageunderstandingDomainTooManyRequests) Error

func (*DeleteLanguageunderstandingDomainTooManyRequests) GetPayload

func (*DeleteLanguageunderstandingDomainTooManyRequests) IsClientError

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

func (*DeleteLanguageunderstandingDomainTooManyRequests) IsCode

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

func (*DeleteLanguageunderstandingDomainTooManyRequests) IsRedirect

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

func (*DeleteLanguageunderstandingDomainTooManyRequests) IsServerError

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

func (*DeleteLanguageunderstandingDomainTooManyRequests) IsSuccess

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

func (*DeleteLanguageunderstandingDomainTooManyRequests) String

type DeleteLanguageunderstandingDomainUnauthorized

type DeleteLanguageunderstandingDomainUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteLanguageunderstandingDomainUnauthorized

func NewDeleteLanguageunderstandingDomainUnauthorized() *DeleteLanguageunderstandingDomainUnauthorized

NewDeleteLanguageunderstandingDomainUnauthorized creates a DeleteLanguageunderstandingDomainUnauthorized with default headers values

func (*DeleteLanguageunderstandingDomainUnauthorized) Error

func (*DeleteLanguageunderstandingDomainUnauthorized) GetPayload

func (*DeleteLanguageunderstandingDomainUnauthorized) IsClientError

IsClientError returns true when this delete languageunderstanding domain unauthorized response has a 4xx status code

func (*DeleteLanguageunderstandingDomainUnauthorized) IsCode

IsCode returns true when this delete languageunderstanding domain unauthorized response a status code equal to that given

func (*DeleteLanguageunderstandingDomainUnauthorized) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain unauthorized response has a 3xx status code

func (*DeleteLanguageunderstandingDomainUnauthorized) IsServerError

IsServerError returns true when this delete languageunderstanding domain unauthorized response has a 5xx status code

func (*DeleteLanguageunderstandingDomainUnauthorized) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain unauthorized response has a 2xx status code

func (*DeleteLanguageunderstandingDomainUnauthorized) String

type DeleteLanguageunderstandingDomainUnsupportedMediaType

type DeleteLanguageunderstandingDomainUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainUnsupportedMediaType 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 NewDeleteLanguageunderstandingDomainUnsupportedMediaType

func NewDeleteLanguageunderstandingDomainUnsupportedMediaType() *DeleteLanguageunderstandingDomainUnsupportedMediaType

NewDeleteLanguageunderstandingDomainUnsupportedMediaType creates a DeleteLanguageunderstandingDomainUnsupportedMediaType with default headers values

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) Error

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) GetPayload

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsClientError

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

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsCode

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

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsRedirect

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

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsServerError

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

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsSuccess

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

func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) String

type DeleteLanguageunderstandingDomainVersionBadRequest

type DeleteLanguageunderstandingDomainVersionBadRequest struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionBadRequest 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 NewDeleteLanguageunderstandingDomainVersionBadRequest

func NewDeleteLanguageunderstandingDomainVersionBadRequest() *DeleteLanguageunderstandingDomainVersionBadRequest

NewDeleteLanguageunderstandingDomainVersionBadRequest creates a DeleteLanguageunderstandingDomainVersionBadRequest with default headers values

func (*DeleteLanguageunderstandingDomainVersionBadRequest) Error

func (*DeleteLanguageunderstandingDomainVersionBadRequest) GetPayload

func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsClientError

IsClientError returns true when this delete languageunderstanding domain version bad request response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsCode

IsCode returns true when this delete languageunderstanding domain version bad request response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version bad request response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsServerError

IsServerError returns true when this delete languageunderstanding domain version bad request response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version bad request response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionBadRequest) String

type DeleteLanguageunderstandingDomainVersionConflict

type DeleteLanguageunderstandingDomainVersionConflict struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteLanguageunderstandingDomainVersionConflict

func NewDeleteLanguageunderstandingDomainVersionConflict() *DeleteLanguageunderstandingDomainVersionConflict

NewDeleteLanguageunderstandingDomainVersionConflict creates a DeleteLanguageunderstandingDomainVersionConflict with default headers values

func (*DeleteLanguageunderstandingDomainVersionConflict) Error

func (*DeleteLanguageunderstandingDomainVersionConflict) GetPayload

func (*DeleteLanguageunderstandingDomainVersionConflict) IsClientError

IsClientError returns true when this delete languageunderstanding domain version conflict response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionConflict) IsCode

IsCode returns true when this delete languageunderstanding domain version conflict response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionConflict) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version conflict response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionConflict) IsServerError

IsServerError returns true when this delete languageunderstanding domain version conflict response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionConflict) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version conflict response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionConflict) String

type DeleteLanguageunderstandingDomainVersionForbidden

type DeleteLanguageunderstandingDomainVersionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteLanguageunderstandingDomainVersionForbidden

func NewDeleteLanguageunderstandingDomainVersionForbidden() *DeleteLanguageunderstandingDomainVersionForbidden

NewDeleteLanguageunderstandingDomainVersionForbidden creates a DeleteLanguageunderstandingDomainVersionForbidden with default headers values

func (*DeleteLanguageunderstandingDomainVersionForbidden) Error

func (*DeleteLanguageunderstandingDomainVersionForbidden) GetPayload

func (*DeleteLanguageunderstandingDomainVersionForbidden) IsClientError

IsClientError returns true when this delete languageunderstanding domain version forbidden response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionForbidden) IsCode

IsCode returns true when this delete languageunderstanding domain version forbidden response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionForbidden) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version forbidden response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionForbidden) IsServerError

IsServerError returns true when this delete languageunderstanding domain version forbidden response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionForbidden) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version forbidden response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionForbidden) String

type DeleteLanguageunderstandingDomainVersionGatewayTimeout

type DeleteLanguageunderstandingDomainVersionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteLanguageunderstandingDomainVersionGatewayTimeout

func NewDeleteLanguageunderstandingDomainVersionGatewayTimeout() *DeleteLanguageunderstandingDomainVersionGatewayTimeout

NewDeleteLanguageunderstandingDomainVersionGatewayTimeout creates a DeleteLanguageunderstandingDomainVersionGatewayTimeout with default headers values

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) Error

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain version gateway timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsCode

IsCode returns true when this delete languageunderstanding domain version gateway timeout response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version gateway timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain version gateway timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version gateway timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) String

type DeleteLanguageunderstandingDomainVersionInternalServerError

type DeleteLanguageunderstandingDomainVersionInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionInternalServerError 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 NewDeleteLanguageunderstandingDomainVersionInternalServerError

func NewDeleteLanguageunderstandingDomainVersionInternalServerError() *DeleteLanguageunderstandingDomainVersionInternalServerError

NewDeleteLanguageunderstandingDomainVersionInternalServerError creates a DeleteLanguageunderstandingDomainVersionInternalServerError with default headers values

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) Error

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) GetPayload

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsClientError

IsClientError returns true when this delete languageunderstanding domain version internal server error response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsCode

IsCode returns true when this delete languageunderstanding domain version internal server error response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version internal server error response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsServerError

IsServerError returns true when this delete languageunderstanding domain version internal server error response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version internal server error response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionInternalServerError) String

type DeleteLanguageunderstandingDomainVersionNoContent

type DeleteLanguageunderstandingDomainVersionNoContent struct {
}

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

Deleted the specified NLU Domain Version

func NewDeleteLanguageunderstandingDomainVersionNoContent

func NewDeleteLanguageunderstandingDomainVersionNoContent() *DeleteLanguageunderstandingDomainVersionNoContent

NewDeleteLanguageunderstandingDomainVersionNoContent creates a DeleteLanguageunderstandingDomainVersionNoContent with default headers values

func (*DeleteLanguageunderstandingDomainVersionNoContent) Error

func (*DeleteLanguageunderstandingDomainVersionNoContent) IsClientError

IsClientError returns true when this delete languageunderstanding domain version no content response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionNoContent) IsCode

IsCode returns true when this delete languageunderstanding domain version no content response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionNoContent) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version no content response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionNoContent) IsServerError

IsServerError returns true when this delete languageunderstanding domain version no content response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionNoContent) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version no content response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionNoContent) String

type DeleteLanguageunderstandingDomainVersionNotFound

type DeleteLanguageunderstandingDomainVersionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteLanguageunderstandingDomainVersionNotFound

func NewDeleteLanguageunderstandingDomainVersionNotFound() *DeleteLanguageunderstandingDomainVersionNotFound

NewDeleteLanguageunderstandingDomainVersionNotFound creates a DeleteLanguageunderstandingDomainVersionNotFound with default headers values

func (*DeleteLanguageunderstandingDomainVersionNotFound) Error

func (*DeleteLanguageunderstandingDomainVersionNotFound) GetPayload

func (*DeleteLanguageunderstandingDomainVersionNotFound) IsClientError

IsClientError returns true when this delete languageunderstanding domain version not found response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionNotFound) IsCode

IsCode returns true when this delete languageunderstanding domain version not found response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionNotFound) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version not found response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionNotFound) IsServerError

IsServerError returns true when this delete languageunderstanding domain version not found response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionNotFound) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version not found response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionNotFound) String

type DeleteLanguageunderstandingDomainVersionParams

type DeleteLanguageunderstandingDomainVersionParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

DeleteLanguageunderstandingDomainVersionParams contains all the parameters to send to the API endpoint

for the delete languageunderstanding domain version operation.

Typically these are written to a http.Request.

func NewDeleteLanguageunderstandingDomainVersionParams

func NewDeleteLanguageunderstandingDomainVersionParams() *DeleteLanguageunderstandingDomainVersionParams

NewDeleteLanguageunderstandingDomainVersionParams creates a new DeleteLanguageunderstandingDomainVersionParams 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 NewDeleteLanguageunderstandingDomainVersionParamsWithContext

func NewDeleteLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainVersionParams

NewDeleteLanguageunderstandingDomainVersionParamsWithContext creates a new DeleteLanguageunderstandingDomainVersionParams object with the ability to set a context for a request.

func NewDeleteLanguageunderstandingDomainVersionParamsWithHTTPClient

func NewDeleteLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainVersionParams

NewDeleteLanguageunderstandingDomainVersionParamsWithHTTPClient creates a new DeleteLanguageunderstandingDomainVersionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLanguageunderstandingDomainVersionParamsWithTimeout

func NewDeleteLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainVersionParams

NewDeleteLanguageunderstandingDomainVersionParamsWithTimeout creates a new DeleteLanguageunderstandingDomainVersionParams object with the ability to set a timeout on a request.

func (*DeleteLanguageunderstandingDomainVersionParams) SetContext

SetContext adds the context to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) SetDefaults

SetDefaults hydrates default values in the delete languageunderstanding domain version params (not the query body).

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

func (*DeleteLanguageunderstandingDomainVersionParams) SetDomainID

func (o *DeleteLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) SetDomainVersionID

func (o *DeleteLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) SetTimeout

SetTimeout adds the timeout to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WithContext

WithContext adds the context to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WithDefaults

WithDefaults hydrates default values in the delete languageunderstanding domain version params (not the query body).

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

func (*DeleteLanguageunderstandingDomainVersionParams) WithDomainID

WithDomainID adds the domainID to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WithTimeout

WithTimeout adds the timeout to the delete languageunderstanding domain version params

func (*DeleteLanguageunderstandingDomainVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLanguageunderstandingDomainVersionReader

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

DeleteLanguageunderstandingDomainVersionReader is a Reader for the DeleteLanguageunderstandingDomainVersion structure.

func (*DeleteLanguageunderstandingDomainVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge

type DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainVersionRequestEntityTooLarge

func NewDeleteLanguageunderstandingDomainVersionRequestEntityTooLarge() *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge

NewDeleteLanguageunderstandingDomainVersionRequestEntityTooLarge creates a DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge with default headers values

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) Error

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete languageunderstanding domain version request entity too large response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode

IsCode returns true when this delete languageunderstanding domain version request entity too large response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version request entity too large response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete languageunderstanding domain version request entity too large response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version request entity too large response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) String

type DeleteLanguageunderstandingDomainVersionRequestTimeout

type DeleteLanguageunderstandingDomainVersionRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionRequestTimeout 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 NewDeleteLanguageunderstandingDomainVersionRequestTimeout

func NewDeleteLanguageunderstandingDomainVersionRequestTimeout() *DeleteLanguageunderstandingDomainVersionRequestTimeout

NewDeleteLanguageunderstandingDomainVersionRequestTimeout creates a DeleteLanguageunderstandingDomainVersionRequestTimeout with default headers values

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) Error

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) GetPayload

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding domain version request timeout response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsCode

IsCode returns true when this delete languageunderstanding domain version request timeout response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version request timeout response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding domain version request timeout response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version request timeout response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) String

type DeleteLanguageunderstandingDomainVersionServiceUnavailable

type DeleteLanguageunderstandingDomainVersionServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionServiceUnavailable 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 NewDeleteLanguageunderstandingDomainVersionServiceUnavailable

func NewDeleteLanguageunderstandingDomainVersionServiceUnavailable() *DeleteLanguageunderstandingDomainVersionServiceUnavailable

NewDeleteLanguageunderstandingDomainVersionServiceUnavailable creates a DeleteLanguageunderstandingDomainVersionServiceUnavailable with default headers values

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) Error

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) GetPayload

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsClientError

IsClientError returns true when this delete languageunderstanding domain version service unavailable response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsCode

IsCode returns true when this delete languageunderstanding domain version service unavailable response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version service unavailable response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsServerError

IsServerError returns true when this delete languageunderstanding domain version service unavailable response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version service unavailable response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) String

type DeleteLanguageunderstandingDomainVersionTooManyRequests

type DeleteLanguageunderstandingDomainVersionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingDomainVersionTooManyRequests

func NewDeleteLanguageunderstandingDomainVersionTooManyRequests() *DeleteLanguageunderstandingDomainVersionTooManyRequests

NewDeleteLanguageunderstandingDomainVersionTooManyRequests creates a DeleteLanguageunderstandingDomainVersionTooManyRequests with default headers values

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) Error

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) GetPayload

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsClientError

IsClientError returns true when this delete languageunderstanding domain version too many requests response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsCode

IsCode returns true when this delete languageunderstanding domain version too many requests response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version too many requests response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsServerError

IsServerError returns true when this delete languageunderstanding domain version too many requests response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version too many requests response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) String

type DeleteLanguageunderstandingDomainVersionUnauthorized

type DeleteLanguageunderstandingDomainVersionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteLanguageunderstandingDomainVersionUnauthorized

func NewDeleteLanguageunderstandingDomainVersionUnauthorized() *DeleteLanguageunderstandingDomainVersionUnauthorized

NewDeleteLanguageunderstandingDomainVersionUnauthorized creates a DeleteLanguageunderstandingDomainVersionUnauthorized with default headers values

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) Error

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) GetPayload

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsClientError

IsClientError returns true when this delete languageunderstanding domain version unauthorized response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsCode

IsCode returns true when this delete languageunderstanding domain version unauthorized response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version unauthorized response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsServerError

IsServerError returns true when this delete languageunderstanding domain version unauthorized response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version unauthorized response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionUnauthorized) String

type DeleteLanguageunderstandingDomainVersionUnsupportedMediaType

type DeleteLanguageunderstandingDomainVersionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingDomainVersionUnsupportedMediaType 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 NewDeleteLanguageunderstandingDomainVersionUnsupportedMediaType

func NewDeleteLanguageunderstandingDomainVersionUnsupportedMediaType() *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType

NewDeleteLanguageunderstandingDomainVersionUnsupportedMediaType creates a DeleteLanguageunderstandingDomainVersionUnsupportedMediaType with default headers values

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) Error

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError

IsClientError returns true when this delete languageunderstanding domain version unsupported media type response has a 4xx status code

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode

IsCode returns true when this delete languageunderstanding domain version unsupported media type response a status code equal to that given

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete languageunderstanding domain version unsupported media type response has a 3xx status code

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError

IsServerError returns true when this delete languageunderstanding domain version unsupported media type response has a 5xx status code

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete languageunderstanding domain version unsupported media type response has a 2xx status code

func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) String

type DeleteLanguageunderstandingMinerBadRequest

type DeleteLanguageunderstandingMinerBadRequest struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerBadRequest 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 NewDeleteLanguageunderstandingMinerBadRequest

func NewDeleteLanguageunderstandingMinerBadRequest() *DeleteLanguageunderstandingMinerBadRequest

NewDeleteLanguageunderstandingMinerBadRequest creates a DeleteLanguageunderstandingMinerBadRequest with default headers values

func (*DeleteLanguageunderstandingMinerBadRequest) Error

func (*DeleteLanguageunderstandingMinerBadRequest) GetPayload

func (*DeleteLanguageunderstandingMinerBadRequest) IsClientError

IsClientError returns true when this delete languageunderstanding miner bad request response has a 4xx status code

func (*DeleteLanguageunderstandingMinerBadRequest) IsCode

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

func (*DeleteLanguageunderstandingMinerBadRequest) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner bad request response has a 3xx status code

func (*DeleteLanguageunderstandingMinerBadRequest) IsServerError

IsServerError returns true when this delete languageunderstanding miner bad request response has a 5xx status code

func (*DeleteLanguageunderstandingMinerBadRequest) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner bad request response has a 2xx status code

func (*DeleteLanguageunderstandingMinerBadRequest) String

type DeleteLanguageunderstandingMinerDraftBadRequest

type DeleteLanguageunderstandingMinerDraftBadRequest struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerDraftBadRequest 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 NewDeleteLanguageunderstandingMinerDraftBadRequest

func NewDeleteLanguageunderstandingMinerDraftBadRequest() *DeleteLanguageunderstandingMinerDraftBadRequest

NewDeleteLanguageunderstandingMinerDraftBadRequest creates a DeleteLanguageunderstandingMinerDraftBadRequest with default headers values

func (*DeleteLanguageunderstandingMinerDraftBadRequest) Error

func (*DeleteLanguageunderstandingMinerDraftBadRequest) GetPayload

func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft bad request response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsCode

IsCode returns true when this delete languageunderstanding miner draft bad request response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft bad request response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft bad request response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft bad request response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftBadRequest) String

type DeleteLanguageunderstandingMinerDraftForbidden

type DeleteLanguageunderstandingMinerDraftForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteLanguageunderstandingMinerDraftForbidden

func NewDeleteLanguageunderstandingMinerDraftForbidden() *DeleteLanguageunderstandingMinerDraftForbidden

NewDeleteLanguageunderstandingMinerDraftForbidden creates a DeleteLanguageunderstandingMinerDraftForbidden with default headers values

func (*DeleteLanguageunderstandingMinerDraftForbidden) Error

func (*DeleteLanguageunderstandingMinerDraftForbidden) GetPayload

func (*DeleteLanguageunderstandingMinerDraftForbidden) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft forbidden response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftForbidden) IsCode

IsCode returns true when this delete languageunderstanding miner draft forbidden response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftForbidden) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft forbidden response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftForbidden) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft forbidden response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftForbidden) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft forbidden response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftForbidden) String

type DeleteLanguageunderstandingMinerDraftGatewayTimeout

type DeleteLanguageunderstandingMinerDraftGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteLanguageunderstandingMinerDraftGatewayTimeout

func NewDeleteLanguageunderstandingMinerDraftGatewayTimeout() *DeleteLanguageunderstandingMinerDraftGatewayTimeout

NewDeleteLanguageunderstandingMinerDraftGatewayTimeout creates a DeleteLanguageunderstandingMinerDraftGatewayTimeout with default headers values

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) Error

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) GetPayload

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft gateway timeout response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsCode

IsCode returns true when this delete languageunderstanding miner draft gateway timeout response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft gateway timeout response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft gateway timeout response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft gateway timeout response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) String

type DeleteLanguageunderstandingMinerDraftInternalServerError

type DeleteLanguageunderstandingMinerDraftInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerDraftInternalServerError 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 NewDeleteLanguageunderstandingMinerDraftInternalServerError

func NewDeleteLanguageunderstandingMinerDraftInternalServerError() *DeleteLanguageunderstandingMinerDraftInternalServerError

NewDeleteLanguageunderstandingMinerDraftInternalServerError creates a DeleteLanguageunderstandingMinerDraftInternalServerError with default headers values

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) Error

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) GetPayload

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft internal server error response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsCode

IsCode returns true when this delete languageunderstanding miner draft internal server error response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft internal server error response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft internal server error response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft internal server error response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftInternalServerError) String

type DeleteLanguageunderstandingMinerDraftNoContent

type DeleteLanguageunderstandingMinerDraftNoContent struct {
}

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

Draft deleted

func NewDeleteLanguageunderstandingMinerDraftNoContent

func NewDeleteLanguageunderstandingMinerDraftNoContent() *DeleteLanguageunderstandingMinerDraftNoContent

NewDeleteLanguageunderstandingMinerDraftNoContent creates a DeleteLanguageunderstandingMinerDraftNoContent with default headers values

func (*DeleteLanguageunderstandingMinerDraftNoContent) Error

func (*DeleteLanguageunderstandingMinerDraftNoContent) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft no content response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftNoContent) IsCode

IsCode returns true when this delete languageunderstanding miner draft no content response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftNoContent) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft no content response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftNoContent) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft no content response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftNoContent) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft no content response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftNoContent) String

type DeleteLanguageunderstandingMinerDraftNotFound

type DeleteLanguageunderstandingMinerDraftNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteLanguageunderstandingMinerDraftNotFound

func NewDeleteLanguageunderstandingMinerDraftNotFound() *DeleteLanguageunderstandingMinerDraftNotFound

NewDeleteLanguageunderstandingMinerDraftNotFound creates a DeleteLanguageunderstandingMinerDraftNotFound with default headers values

func (*DeleteLanguageunderstandingMinerDraftNotFound) Error

func (*DeleteLanguageunderstandingMinerDraftNotFound) GetPayload

func (*DeleteLanguageunderstandingMinerDraftNotFound) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft not found response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftNotFound) IsCode

IsCode returns true when this delete languageunderstanding miner draft not found response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftNotFound) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft not found response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftNotFound) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft not found response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftNotFound) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft not found response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftNotFound) String

type DeleteLanguageunderstandingMinerDraftParams

type DeleteLanguageunderstandingMinerDraftParams struct {

	/* DraftID.

	   Draft ID
	*/
	DraftID string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

DeleteLanguageunderstandingMinerDraftParams contains all the parameters to send to the API endpoint

for the delete languageunderstanding miner draft operation.

Typically these are written to a http.Request.

func NewDeleteLanguageunderstandingMinerDraftParams

func NewDeleteLanguageunderstandingMinerDraftParams() *DeleteLanguageunderstandingMinerDraftParams

NewDeleteLanguageunderstandingMinerDraftParams creates a new DeleteLanguageunderstandingMinerDraftParams 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 NewDeleteLanguageunderstandingMinerDraftParamsWithContext

func NewDeleteLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingMinerDraftParams

NewDeleteLanguageunderstandingMinerDraftParamsWithContext creates a new DeleteLanguageunderstandingMinerDraftParams object with the ability to set a context for a request.

func NewDeleteLanguageunderstandingMinerDraftParamsWithHTTPClient

func NewDeleteLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerDraftParams

NewDeleteLanguageunderstandingMinerDraftParamsWithHTTPClient creates a new DeleteLanguageunderstandingMinerDraftParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLanguageunderstandingMinerDraftParamsWithTimeout

func NewDeleteLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerDraftParams

NewDeleteLanguageunderstandingMinerDraftParamsWithTimeout creates a new DeleteLanguageunderstandingMinerDraftParams object with the ability to set a timeout on a request.

func (*DeleteLanguageunderstandingMinerDraftParams) SetContext

SetContext adds the context to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) SetDefaults

SetDefaults hydrates default values in the delete languageunderstanding miner draft params (not the query body).

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

func (*DeleteLanguageunderstandingMinerDraftParams) SetDraftID

func (o *DeleteLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)

SetDraftID adds the draftId to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) SetMinerID

func (o *DeleteLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) SetTimeout

SetTimeout adds the timeout to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WithContext

WithContext adds the context to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WithDefaults

WithDefaults hydrates default values in the delete languageunderstanding miner draft params (not the query body).

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

func (*DeleteLanguageunderstandingMinerDraftParams) WithDraftID

WithDraftID adds the draftID to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WithMinerID

WithMinerID adds the minerID to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WithTimeout

WithTimeout adds the timeout to the delete languageunderstanding miner draft params

func (*DeleteLanguageunderstandingMinerDraftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLanguageunderstandingMinerDraftReader

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

DeleteLanguageunderstandingMinerDraftReader is a Reader for the DeleteLanguageunderstandingMinerDraft structure.

func (*DeleteLanguageunderstandingMinerDraftReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge

type DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingMinerDraftRequestEntityTooLarge

func NewDeleteLanguageunderstandingMinerDraftRequestEntityTooLarge() *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge

NewDeleteLanguageunderstandingMinerDraftRequestEntityTooLarge creates a DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge with default headers values

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) Error

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft request entity too large response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode

IsCode returns true when this delete languageunderstanding miner draft request entity too large response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft request entity too large response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft request entity too large response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft request entity too large response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) String

type DeleteLanguageunderstandingMinerDraftRequestTimeout

type DeleteLanguageunderstandingMinerDraftRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerDraftRequestTimeout 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 NewDeleteLanguageunderstandingMinerDraftRequestTimeout

func NewDeleteLanguageunderstandingMinerDraftRequestTimeout() *DeleteLanguageunderstandingMinerDraftRequestTimeout

NewDeleteLanguageunderstandingMinerDraftRequestTimeout creates a DeleteLanguageunderstandingMinerDraftRequestTimeout with default headers values

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) Error

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) GetPayload

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft request timeout response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsCode

IsCode returns true when this delete languageunderstanding miner draft request timeout response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft request timeout response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft request timeout response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft request timeout response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) String

type DeleteLanguageunderstandingMinerDraftServiceUnavailable

type DeleteLanguageunderstandingMinerDraftServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerDraftServiceUnavailable 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 NewDeleteLanguageunderstandingMinerDraftServiceUnavailable

func NewDeleteLanguageunderstandingMinerDraftServiceUnavailable() *DeleteLanguageunderstandingMinerDraftServiceUnavailable

NewDeleteLanguageunderstandingMinerDraftServiceUnavailable creates a DeleteLanguageunderstandingMinerDraftServiceUnavailable with default headers values

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) Error

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) GetPayload

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft service unavailable response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsCode

IsCode returns true when this delete languageunderstanding miner draft service unavailable response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft service unavailable response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft service unavailable response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft service unavailable response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) String

type DeleteLanguageunderstandingMinerDraftTooManyRequests

type DeleteLanguageunderstandingMinerDraftTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingMinerDraftTooManyRequests

func NewDeleteLanguageunderstandingMinerDraftTooManyRequests() *DeleteLanguageunderstandingMinerDraftTooManyRequests

NewDeleteLanguageunderstandingMinerDraftTooManyRequests creates a DeleteLanguageunderstandingMinerDraftTooManyRequests with default headers values

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) Error

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) GetPayload

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft too many requests response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsCode

IsCode returns true when this delete languageunderstanding miner draft too many requests response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft too many requests response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft too many requests response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft too many requests response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) String

type DeleteLanguageunderstandingMinerDraftUnauthorized

type DeleteLanguageunderstandingMinerDraftUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteLanguageunderstandingMinerDraftUnauthorized

func NewDeleteLanguageunderstandingMinerDraftUnauthorized() *DeleteLanguageunderstandingMinerDraftUnauthorized

NewDeleteLanguageunderstandingMinerDraftUnauthorized creates a DeleteLanguageunderstandingMinerDraftUnauthorized with default headers values

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) Error

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) GetPayload

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft unauthorized response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsCode

IsCode returns true when this delete languageunderstanding miner draft unauthorized response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft unauthorized response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft unauthorized response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft unauthorized response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftUnauthorized) String

type DeleteLanguageunderstandingMinerDraftUnsupportedMediaType

type DeleteLanguageunderstandingMinerDraftUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerDraftUnsupportedMediaType 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 NewDeleteLanguageunderstandingMinerDraftUnsupportedMediaType

func NewDeleteLanguageunderstandingMinerDraftUnsupportedMediaType() *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType

NewDeleteLanguageunderstandingMinerDraftUnsupportedMediaType creates a DeleteLanguageunderstandingMinerDraftUnsupportedMediaType with default headers values

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) Error

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError

IsClientError returns true when this delete languageunderstanding miner draft unsupported media type response has a 4xx status code

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode

IsCode returns true when this delete languageunderstanding miner draft unsupported media type response a status code equal to that given

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner draft unsupported media type response has a 3xx status code

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError

IsServerError returns true when this delete languageunderstanding miner draft unsupported media type response has a 5xx status code

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner draft unsupported media type response has a 2xx status code

func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) String

type DeleteLanguageunderstandingMinerForbidden

type DeleteLanguageunderstandingMinerForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteLanguageunderstandingMinerForbidden

func NewDeleteLanguageunderstandingMinerForbidden() *DeleteLanguageunderstandingMinerForbidden

NewDeleteLanguageunderstandingMinerForbidden creates a DeleteLanguageunderstandingMinerForbidden with default headers values

func (*DeleteLanguageunderstandingMinerForbidden) Error

func (*DeleteLanguageunderstandingMinerForbidden) GetPayload

func (*DeleteLanguageunderstandingMinerForbidden) IsClientError

IsClientError returns true when this delete languageunderstanding miner forbidden response has a 4xx status code

func (*DeleteLanguageunderstandingMinerForbidden) IsCode

IsCode returns true when this delete languageunderstanding miner forbidden response a status code equal to that given

func (*DeleteLanguageunderstandingMinerForbidden) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner forbidden response has a 3xx status code

func (*DeleteLanguageunderstandingMinerForbidden) IsServerError

IsServerError returns true when this delete languageunderstanding miner forbidden response has a 5xx status code

func (*DeleteLanguageunderstandingMinerForbidden) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner forbidden response has a 2xx status code

func (*DeleteLanguageunderstandingMinerForbidden) String

type DeleteLanguageunderstandingMinerGatewayTimeout

type DeleteLanguageunderstandingMinerGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteLanguageunderstandingMinerGatewayTimeout

func NewDeleteLanguageunderstandingMinerGatewayTimeout() *DeleteLanguageunderstandingMinerGatewayTimeout

NewDeleteLanguageunderstandingMinerGatewayTimeout creates a DeleteLanguageunderstandingMinerGatewayTimeout with default headers values

func (*DeleteLanguageunderstandingMinerGatewayTimeout) Error

func (*DeleteLanguageunderstandingMinerGatewayTimeout) GetPayload

func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding miner gateway timeout response has a 4xx status code

func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsCode

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

func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner gateway timeout response has a 3xx status code

func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding miner gateway timeout response has a 5xx status code

func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner gateway timeout response has a 2xx status code

func (*DeleteLanguageunderstandingMinerGatewayTimeout) String

type DeleteLanguageunderstandingMinerInternalServerError

type DeleteLanguageunderstandingMinerInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerInternalServerError 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 NewDeleteLanguageunderstandingMinerInternalServerError

func NewDeleteLanguageunderstandingMinerInternalServerError() *DeleteLanguageunderstandingMinerInternalServerError

NewDeleteLanguageunderstandingMinerInternalServerError creates a DeleteLanguageunderstandingMinerInternalServerError with default headers values

func (*DeleteLanguageunderstandingMinerInternalServerError) Error

func (*DeleteLanguageunderstandingMinerInternalServerError) GetPayload

func (*DeleteLanguageunderstandingMinerInternalServerError) IsClientError

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

func (*DeleteLanguageunderstandingMinerInternalServerError) IsCode

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

func (*DeleteLanguageunderstandingMinerInternalServerError) IsRedirect

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

func (*DeleteLanguageunderstandingMinerInternalServerError) IsServerError

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

func (*DeleteLanguageunderstandingMinerInternalServerError) IsSuccess

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

func (*DeleteLanguageunderstandingMinerInternalServerError) String

type DeleteLanguageunderstandingMinerNoContent

type DeleteLanguageunderstandingMinerNoContent struct {
}

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

Miner deleted

func NewDeleteLanguageunderstandingMinerNoContent

func NewDeleteLanguageunderstandingMinerNoContent() *DeleteLanguageunderstandingMinerNoContent

NewDeleteLanguageunderstandingMinerNoContent creates a DeleteLanguageunderstandingMinerNoContent with default headers values

func (*DeleteLanguageunderstandingMinerNoContent) Error

func (*DeleteLanguageunderstandingMinerNoContent) IsClientError

IsClientError returns true when this delete languageunderstanding miner no content response has a 4xx status code

func (*DeleteLanguageunderstandingMinerNoContent) IsCode

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

func (*DeleteLanguageunderstandingMinerNoContent) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner no content response has a 3xx status code

func (*DeleteLanguageunderstandingMinerNoContent) IsServerError

IsServerError returns true when this delete languageunderstanding miner no content response has a 5xx status code

func (*DeleteLanguageunderstandingMinerNoContent) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner no content response has a 2xx status code

func (*DeleteLanguageunderstandingMinerNoContent) String

type DeleteLanguageunderstandingMinerNotFound

type DeleteLanguageunderstandingMinerNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteLanguageunderstandingMinerNotFound

func NewDeleteLanguageunderstandingMinerNotFound() *DeleteLanguageunderstandingMinerNotFound

NewDeleteLanguageunderstandingMinerNotFound creates a DeleteLanguageunderstandingMinerNotFound with default headers values

func (*DeleteLanguageunderstandingMinerNotFound) Error

func (*DeleteLanguageunderstandingMinerNotFound) GetPayload

func (*DeleteLanguageunderstandingMinerNotFound) IsClientError

IsClientError returns true when this delete languageunderstanding miner not found response has a 4xx status code

func (*DeleteLanguageunderstandingMinerNotFound) IsCode

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

func (*DeleteLanguageunderstandingMinerNotFound) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner not found response has a 3xx status code

func (*DeleteLanguageunderstandingMinerNotFound) IsServerError

IsServerError returns true when this delete languageunderstanding miner not found response has a 5xx status code

func (*DeleteLanguageunderstandingMinerNotFound) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner not found response has a 2xx status code

func (*DeleteLanguageunderstandingMinerNotFound) String

type DeleteLanguageunderstandingMinerParams

type DeleteLanguageunderstandingMinerParams struct {

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

DeleteLanguageunderstandingMinerParams contains all the parameters to send to the API endpoint

for the delete languageunderstanding miner operation.

Typically these are written to a http.Request.

func NewDeleteLanguageunderstandingMinerParams

func NewDeleteLanguageunderstandingMinerParams() *DeleteLanguageunderstandingMinerParams

NewDeleteLanguageunderstandingMinerParams creates a new DeleteLanguageunderstandingMinerParams 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 NewDeleteLanguageunderstandingMinerParamsWithContext

func NewDeleteLanguageunderstandingMinerParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingMinerParams

NewDeleteLanguageunderstandingMinerParamsWithContext creates a new DeleteLanguageunderstandingMinerParams object with the ability to set a context for a request.

func NewDeleteLanguageunderstandingMinerParamsWithHTTPClient

func NewDeleteLanguageunderstandingMinerParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerParams

NewDeleteLanguageunderstandingMinerParamsWithHTTPClient creates a new DeleteLanguageunderstandingMinerParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLanguageunderstandingMinerParamsWithTimeout

func NewDeleteLanguageunderstandingMinerParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerParams

NewDeleteLanguageunderstandingMinerParamsWithTimeout creates a new DeleteLanguageunderstandingMinerParams object with the ability to set a timeout on a request.

func (*DeleteLanguageunderstandingMinerParams) SetContext

SetContext adds the context to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) SetDefaults

func (o *DeleteLanguageunderstandingMinerParams) SetDefaults()

SetDefaults hydrates default values in the delete languageunderstanding miner params (not the query body).

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

func (*DeleteLanguageunderstandingMinerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) SetMinerID

func (o *DeleteLanguageunderstandingMinerParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) SetTimeout

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

SetTimeout adds the timeout to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) WithContext

WithContext adds the context to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) WithDefaults

WithDefaults hydrates default values in the delete languageunderstanding miner params (not the query body).

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

func (*DeleteLanguageunderstandingMinerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) WithMinerID

WithMinerID adds the minerID to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) WithTimeout

WithTimeout adds the timeout to the delete languageunderstanding miner params

func (*DeleteLanguageunderstandingMinerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLanguageunderstandingMinerReader

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

DeleteLanguageunderstandingMinerReader is a Reader for the DeleteLanguageunderstandingMiner structure.

func (*DeleteLanguageunderstandingMinerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLanguageunderstandingMinerRequestEntityTooLarge

type DeleteLanguageunderstandingMinerRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingMinerRequestEntityTooLarge

func NewDeleteLanguageunderstandingMinerRequestEntityTooLarge() *DeleteLanguageunderstandingMinerRequestEntityTooLarge

NewDeleteLanguageunderstandingMinerRequestEntityTooLarge creates a DeleteLanguageunderstandingMinerRequestEntityTooLarge with default headers values

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) Error

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) GetPayload

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsClientError

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

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsCode

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

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect

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

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsServerError

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

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess

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

func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) String

type DeleteLanguageunderstandingMinerRequestTimeout

type DeleteLanguageunderstandingMinerRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerRequestTimeout 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 NewDeleteLanguageunderstandingMinerRequestTimeout

func NewDeleteLanguageunderstandingMinerRequestTimeout() *DeleteLanguageunderstandingMinerRequestTimeout

NewDeleteLanguageunderstandingMinerRequestTimeout creates a DeleteLanguageunderstandingMinerRequestTimeout with default headers values

func (*DeleteLanguageunderstandingMinerRequestTimeout) Error

func (*DeleteLanguageunderstandingMinerRequestTimeout) GetPayload

func (*DeleteLanguageunderstandingMinerRequestTimeout) IsClientError

IsClientError returns true when this delete languageunderstanding miner request timeout response has a 4xx status code

func (*DeleteLanguageunderstandingMinerRequestTimeout) IsCode

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

func (*DeleteLanguageunderstandingMinerRequestTimeout) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner request timeout response has a 3xx status code

func (*DeleteLanguageunderstandingMinerRequestTimeout) IsServerError

IsServerError returns true when this delete languageunderstanding miner request timeout response has a 5xx status code

func (*DeleteLanguageunderstandingMinerRequestTimeout) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner request timeout response has a 2xx status code

func (*DeleteLanguageunderstandingMinerRequestTimeout) String

type DeleteLanguageunderstandingMinerServiceUnavailable

type DeleteLanguageunderstandingMinerServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerServiceUnavailable 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 NewDeleteLanguageunderstandingMinerServiceUnavailable

func NewDeleteLanguageunderstandingMinerServiceUnavailable() *DeleteLanguageunderstandingMinerServiceUnavailable

NewDeleteLanguageunderstandingMinerServiceUnavailable creates a DeleteLanguageunderstandingMinerServiceUnavailable with default headers values

func (*DeleteLanguageunderstandingMinerServiceUnavailable) Error

func (*DeleteLanguageunderstandingMinerServiceUnavailable) GetPayload

func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsClientError

IsClientError returns true when this delete languageunderstanding miner service unavailable response has a 4xx status code

func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsCode

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

func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner service unavailable response has a 3xx status code

func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsServerError

IsServerError returns true when this delete languageunderstanding miner service unavailable response has a 5xx status code

func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner service unavailable response has a 2xx status code

func (*DeleteLanguageunderstandingMinerServiceUnavailable) String

type DeleteLanguageunderstandingMinerTooManyRequests

type DeleteLanguageunderstandingMinerTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteLanguageunderstandingMinerTooManyRequests

func NewDeleteLanguageunderstandingMinerTooManyRequests() *DeleteLanguageunderstandingMinerTooManyRequests

NewDeleteLanguageunderstandingMinerTooManyRequests creates a DeleteLanguageunderstandingMinerTooManyRequests with default headers values

func (*DeleteLanguageunderstandingMinerTooManyRequests) Error

func (*DeleteLanguageunderstandingMinerTooManyRequests) GetPayload

func (*DeleteLanguageunderstandingMinerTooManyRequests) IsClientError

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

func (*DeleteLanguageunderstandingMinerTooManyRequests) IsCode

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

func (*DeleteLanguageunderstandingMinerTooManyRequests) IsRedirect

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

func (*DeleteLanguageunderstandingMinerTooManyRequests) IsServerError

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

func (*DeleteLanguageunderstandingMinerTooManyRequests) IsSuccess

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

func (*DeleteLanguageunderstandingMinerTooManyRequests) String

type DeleteLanguageunderstandingMinerUnauthorized

type DeleteLanguageunderstandingMinerUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteLanguageunderstandingMinerUnauthorized

func NewDeleteLanguageunderstandingMinerUnauthorized() *DeleteLanguageunderstandingMinerUnauthorized

NewDeleteLanguageunderstandingMinerUnauthorized creates a DeleteLanguageunderstandingMinerUnauthorized with default headers values

func (*DeleteLanguageunderstandingMinerUnauthorized) Error

func (*DeleteLanguageunderstandingMinerUnauthorized) GetPayload

func (*DeleteLanguageunderstandingMinerUnauthorized) IsClientError

IsClientError returns true when this delete languageunderstanding miner unauthorized response has a 4xx status code

func (*DeleteLanguageunderstandingMinerUnauthorized) IsCode

IsCode returns true when this delete languageunderstanding miner unauthorized response a status code equal to that given

func (*DeleteLanguageunderstandingMinerUnauthorized) IsRedirect

IsRedirect returns true when this delete languageunderstanding miner unauthorized response has a 3xx status code

func (*DeleteLanguageunderstandingMinerUnauthorized) IsServerError

IsServerError returns true when this delete languageunderstanding miner unauthorized response has a 5xx status code

func (*DeleteLanguageunderstandingMinerUnauthorized) IsSuccess

IsSuccess returns true when this delete languageunderstanding miner unauthorized response has a 2xx status code

func (*DeleteLanguageunderstandingMinerUnauthorized) String

type DeleteLanguageunderstandingMinerUnsupportedMediaType

type DeleteLanguageunderstandingMinerUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteLanguageunderstandingMinerUnsupportedMediaType 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 NewDeleteLanguageunderstandingMinerUnsupportedMediaType

func NewDeleteLanguageunderstandingMinerUnsupportedMediaType() *DeleteLanguageunderstandingMinerUnsupportedMediaType

NewDeleteLanguageunderstandingMinerUnsupportedMediaType creates a DeleteLanguageunderstandingMinerUnsupportedMediaType with default headers values

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) Error

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) GetPayload

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsClientError

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

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsCode

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

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsRedirect

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

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsServerError

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

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsSuccess

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

func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) String

type GetLanguageunderstandingDomainBadRequest

type GetLanguageunderstandingDomainBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainBadRequest 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 NewGetLanguageunderstandingDomainBadRequest

func NewGetLanguageunderstandingDomainBadRequest() *GetLanguageunderstandingDomainBadRequest

NewGetLanguageunderstandingDomainBadRequest creates a GetLanguageunderstandingDomainBadRequest with default headers values

func (*GetLanguageunderstandingDomainBadRequest) Error

func (*GetLanguageunderstandingDomainBadRequest) GetPayload

func (*GetLanguageunderstandingDomainBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainBadRequest) IsCode

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

func (*GetLanguageunderstandingDomainBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainBadRequest) String

type GetLanguageunderstandingDomainFeedbackBadRequest

type GetLanguageunderstandingDomainFeedbackBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackBadRequest 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 NewGetLanguageunderstandingDomainFeedbackBadRequest

func NewGetLanguageunderstandingDomainFeedbackBadRequest() *GetLanguageunderstandingDomainFeedbackBadRequest

NewGetLanguageunderstandingDomainFeedbackBadRequest creates a GetLanguageunderstandingDomainFeedbackBadRequest with default headers values

func (*GetLanguageunderstandingDomainFeedbackBadRequest) Error

func (*GetLanguageunderstandingDomainFeedbackBadRequest) GetPayload

func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsCode

IsCode returns true when this get languageunderstanding domain feedback bad request response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackBadRequest) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

type GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest() *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest

NewGetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest creates a GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id bad request response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden

type GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDForbidden

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDForbidden() *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden

NewGetLanguageunderstandingDomainFeedbackFeedbackIDForbidden creates a GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

type GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout() *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout

NewGetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout creates a GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

type GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError() *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError

NewGetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError creates a GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id internal server error response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound

type GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDNotFound

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDNotFound() *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound

NewGetLanguageunderstandingDomainFeedbackFeedbackIDNotFound creates a GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id not found response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id not found response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id not found response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id not found response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id not found response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDOK

type GetLanguageunderstandingDomainFeedbackFeedbackIDOK struct {
	Payload *models.NluFeedbackResponse
}

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

successful operation

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDOK

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDOK() *GetLanguageunderstandingDomainFeedbackFeedbackIDOK

NewGetLanguageunderstandingDomainFeedbackFeedbackIDOK creates a GetLanguageunderstandingDomainFeedbackFeedbackIDOK with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id o k response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id o k response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id o k response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id o k response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id o k response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDParams

type GetLanguageunderstandingDomainFeedbackFeedbackIDParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* FeedbackID.

	   ID of the Feedback
	*/
	FeedbackID string

	/* Fields.

	   Fields and properties to get, comma-separated
	*/
	Fields []string

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

GetLanguageunderstandingDomainFeedbackFeedbackIDParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain feedback feedback Id operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParams

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParams() *GetLanguageunderstandingDomainFeedbackFeedbackIDParams

NewGetLanguageunderstandingDomainFeedbackFeedbackIDParams creates a new GetLanguageunderstandingDomainFeedbackFeedbackIDParams 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams

NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext creates a new GetLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams

NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient creates a new GetLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams

NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout creates a new GetLanguageunderstandingDomainFeedbackFeedbackIDParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext

SetContext adds the context to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding domain feedback feedback Id params (not the query body).

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

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID

SetDomainID adds the domainId to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID

SetFeedbackID adds the feedbackId to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFields

SetFields adds the fields to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext

WithContext adds the context to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain feedback feedback Id params (not the query body).

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

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID

WithFeedbackID adds the feedbackID to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFields

WithFields adds the fields to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain feedback feedback Id params

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainFeedbackFeedbackIDReader

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

GetLanguageunderstandingDomainFeedbackFeedbackIDReader is a Reader for the GetLanguageunderstandingDomainFeedbackFeedbackID structure.

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge() *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge

NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge creates a GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id request entity too large response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout() *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout

NewGetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout creates a GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id request timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

type GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable() *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable

NewGetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable creates a GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id service unavailable response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

type GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests() *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests

NewGetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests creates a GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id too many requests response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

type GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized() *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized

NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized creates a GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String

type GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

type GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType 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 NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

func NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType() *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType

NewGetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType creates a GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String

type GetLanguageunderstandingDomainFeedbackForbidden

type GetLanguageunderstandingDomainFeedbackForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainFeedbackForbidden

func NewGetLanguageunderstandingDomainFeedbackForbidden() *GetLanguageunderstandingDomainFeedbackForbidden

NewGetLanguageunderstandingDomainFeedbackForbidden creates a GetLanguageunderstandingDomainFeedbackForbidden with default headers values

func (*GetLanguageunderstandingDomainFeedbackForbidden) Error

func (*GetLanguageunderstandingDomainFeedbackForbidden) GetPayload

func (*GetLanguageunderstandingDomainFeedbackForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackForbidden) IsCode

IsCode returns true when this get languageunderstanding domain feedback forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackForbidden) String

type GetLanguageunderstandingDomainFeedbackGatewayTimeout

type GetLanguageunderstandingDomainFeedbackGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainFeedbackGatewayTimeout

func NewGetLanguageunderstandingDomainFeedbackGatewayTimeout() *GetLanguageunderstandingDomainFeedbackGatewayTimeout

NewGetLanguageunderstandingDomainFeedbackGatewayTimeout creates a GetLanguageunderstandingDomainFeedbackGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) Error

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding domain feedback gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) String

type GetLanguageunderstandingDomainFeedbackInternalServerError

type GetLanguageunderstandingDomainFeedbackInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackInternalServerError 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 NewGetLanguageunderstandingDomainFeedbackInternalServerError

func NewGetLanguageunderstandingDomainFeedbackInternalServerError() *GetLanguageunderstandingDomainFeedbackInternalServerError

NewGetLanguageunderstandingDomainFeedbackInternalServerError creates a GetLanguageunderstandingDomainFeedbackInternalServerError with default headers values

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) Error

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback internal server error response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsCode

IsCode returns true when this get languageunderstanding domain feedback internal server error response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback internal server error response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback internal server error response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback internal server error response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackInternalServerError) String

type GetLanguageunderstandingDomainFeedbackNotFound

type GetLanguageunderstandingDomainFeedbackNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainFeedbackNotFound

func NewGetLanguageunderstandingDomainFeedbackNotFound() *GetLanguageunderstandingDomainFeedbackNotFound

NewGetLanguageunderstandingDomainFeedbackNotFound creates a GetLanguageunderstandingDomainFeedbackNotFound with default headers values

func (*GetLanguageunderstandingDomainFeedbackNotFound) Error

func (*GetLanguageunderstandingDomainFeedbackNotFound) GetPayload

func (*GetLanguageunderstandingDomainFeedbackNotFound) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback not found response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackNotFound) IsCode

IsCode returns true when this get languageunderstanding domain feedback not found response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback not found response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackNotFound) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback not found response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback not found response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackNotFound) String

type GetLanguageunderstandingDomainFeedbackOK

type GetLanguageunderstandingDomainFeedbackOK struct {
	Payload *models.NluFeedbackListing
}

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

successful operation

func NewGetLanguageunderstandingDomainFeedbackOK

func NewGetLanguageunderstandingDomainFeedbackOK() *GetLanguageunderstandingDomainFeedbackOK

NewGetLanguageunderstandingDomainFeedbackOK creates a GetLanguageunderstandingDomainFeedbackOK with default headers values

func (*GetLanguageunderstandingDomainFeedbackOK) Error

func (*GetLanguageunderstandingDomainFeedbackOK) GetPayload

func (*GetLanguageunderstandingDomainFeedbackOK) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback o k response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackOK) IsCode

IsCode returns true when this get languageunderstanding domain feedback o k response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackOK) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback o k response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackOK) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback o k response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackOK) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback o k response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackOK) String

type GetLanguageunderstandingDomainFeedbackParams

type GetLanguageunderstandingDomainFeedbackParams struct {

	/* After.

	   The cursor that points to the end of the set of entities that has been returned. This is considered only when enableCursorPagination=true
	*/
	After *string

	/* Assessment.

	   The top assessment to retrieve feedback for.
	*/
	Assessment *string

	/* DateEnd.

	   End of time window as ISO-8601 date.

	   Format: date
	*/
	DateEnd *strfmt.Date

	/* DateStart.

	   Begin of time window as ISO-8601 date.

	   Format: date
	*/
	DateStart *strfmt.Date

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* EnableCursorPagination.

	   Enable Cursor Pagination
	*/
	EnableCursorPagination *bool

	/* Fields.

	   Fields and properties to get, comma-separated
	*/
	Fields []string

	/* IncludeDeleted.

	   Whether to include soft-deleted items in the result.
	*/
	IncludeDeleted *bool

	/* IncludeTrainingUtterances.

	   Include Training Utterances. By default they're included.

	   Default: true
	*/
	IncludeTrainingUtterances *bool

	/* IntentName.

	   The top intent name to retrieve feedback for.
	*/
	IntentName *string

	/* Language.

	   Whether to filter response based on the language, e.g. en-us, pt-br.
	*/
	Language *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetLanguageunderstandingDomainFeedbackParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain feedback operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainFeedbackParams

func NewGetLanguageunderstandingDomainFeedbackParams() *GetLanguageunderstandingDomainFeedbackParams

NewGetLanguageunderstandingDomainFeedbackParams creates a new GetLanguageunderstandingDomainFeedbackParams 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 NewGetLanguageunderstandingDomainFeedbackParamsWithContext

func NewGetLanguageunderstandingDomainFeedbackParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackParams

NewGetLanguageunderstandingDomainFeedbackParamsWithContext creates a new GetLanguageunderstandingDomainFeedbackParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainFeedbackParamsWithHTTPClient

func NewGetLanguageunderstandingDomainFeedbackParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackParams

NewGetLanguageunderstandingDomainFeedbackParamsWithHTTPClient creates a new GetLanguageunderstandingDomainFeedbackParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainFeedbackParamsWithTimeout

func NewGetLanguageunderstandingDomainFeedbackParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackParams

NewGetLanguageunderstandingDomainFeedbackParamsWithTimeout creates a new GetLanguageunderstandingDomainFeedbackParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainFeedbackParams) SetAfter

SetAfter adds the after to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetAssessment

func (o *GetLanguageunderstandingDomainFeedbackParams) SetAssessment(assessment *string)

SetAssessment adds the assessment to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetContext

SetContext adds the context to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetDateEnd

SetDateEnd adds the dateEnd to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetDateStart

func (o *GetLanguageunderstandingDomainFeedbackParams) SetDateStart(dateStart *strfmt.Date)

SetDateStart adds the dateStart to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding domain feedback params (not the query body).

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

func (*GetLanguageunderstandingDomainFeedbackParams) SetDomainID

func (o *GetLanguageunderstandingDomainFeedbackParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetEnableCursorPagination

func (o *GetLanguageunderstandingDomainFeedbackParams) SetEnableCursorPagination(enableCursorPagination *bool)

SetEnableCursorPagination adds the enableCursorPagination to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetFields

SetFields adds the fields to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetIncludeDeleted

func (o *GetLanguageunderstandingDomainFeedbackParams) SetIncludeDeleted(includeDeleted *bool)

SetIncludeDeleted adds the includeDeleted to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetIncludeTrainingUtterances

func (o *GetLanguageunderstandingDomainFeedbackParams) SetIncludeTrainingUtterances(includeTrainingUtterances *bool)

SetIncludeTrainingUtterances adds the includeTrainingUtterances to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetIntentName

func (o *GetLanguageunderstandingDomainFeedbackParams) SetIntentName(intentName *string)

SetIntentName adds the intentName to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetLanguage

func (o *GetLanguageunderstandingDomainFeedbackParams) SetLanguage(language *string)

SetLanguage adds the language to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetPageNumber

func (o *GetLanguageunderstandingDomainFeedbackParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetPageSize

func (o *GetLanguageunderstandingDomainFeedbackParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithAfter

WithAfter adds the after to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithAssessment

WithAssessment adds the assessment to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithContext

WithContext adds the context to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithDateEnd

WithDateEnd adds the dateEnd to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithDateStart

WithDateStart adds the dateStart to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain feedback params (not the query body).

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

func (*GetLanguageunderstandingDomainFeedbackParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithEnableCursorPagination

func (o *GetLanguageunderstandingDomainFeedbackParams) WithEnableCursorPagination(enableCursorPagination *bool) *GetLanguageunderstandingDomainFeedbackParams

WithEnableCursorPagination adds the enableCursorPagination to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithFields

WithFields adds the fields to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithIncludeDeleted

WithIncludeDeleted adds the includeDeleted to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithIncludeTrainingUtterances

func (o *GetLanguageunderstandingDomainFeedbackParams) WithIncludeTrainingUtterances(includeTrainingUtterances *bool) *GetLanguageunderstandingDomainFeedbackParams

WithIncludeTrainingUtterances adds the includeTrainingUtterances to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithIntentName

WithIntentName adds the intentName to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithLanguage

WithLanguage adds the language to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithPageNumber

WithPageNumber adds the pageNumber to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithPageSize

WithPageSize adds the pageSize to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain feedback params

func (*GetLanguageunderstandingDomainFeedbackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainFeedbackReader

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

GetLanguageunderstandingDomainFeedbackReader is a Reader for the GetLanguageunderstandingDomainFeedback structure.

func (*GetLanguageunderstandingDomainFeedbackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge

type GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainFeedbackRequestEntityTooLarge

func NewGetLanguageunderstandingDomainFeedbackRequestEntityTooLarge() *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge

NewGetLanguageunderstandingDomainFeedbackRequestEntityTooLarge creates a GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback request entity too large response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding domain feedback request entity too large response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback request entity too large response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback request entity too large response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback request entity too large response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String

type GetLanguageunderstandingDomainFeedbackRequestTimeout

type GetLanguageunderstandingDomainFeedbackRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackRequestTimeout 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 NewGetLanguageunderstandingDomainFeedbackRequestTimeout

func NewGetLanguageunderstandingDomainFeedbackRequestTimeout() *GetLanguageunderstandingDomainFeedbackRequestTimeout

NewGetLanguageunderstandingDomainFeedbackRequestTimeout creates a GetLanguageunderstandingDomainFeedbackRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) Error

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding domain feedback request timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) String

type GetLanguageunderstandingDomainFeedbackServiceUnavailable

type GetLanguageunderstandingDomainFeedbackServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackServiceUnavailable 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 NewGetLanguageunderstandingDomainFeedbackServiceUnavailable

func NewGetLanguageunderstandingDomainFeedbackServiceUnavailable() *GetLanguageunderstandingDomainFeedbackServiceUnavailable

NewGetLanguageunderstandingDomainFeedbackServiceUnavailable creates a GetLanguageunderstandingDomainFeedbackServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) Error

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding domain feedback service unavailable response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) String

type GetLanguageunderstandingDomainFeedbackTooManyRequests

type GetLanguageunderstandingDomainFeedbackTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainFeedbackTooManyRequests

func NewGetLanguageunderstandingDomainFeedbackTooManyRequests() *GetLanguageunderstandingDomainFeedbackTooManyRequests

NewGetLanguageunderstandingDomainFeedbackTooManyRequests creates a GetLanguageunderstandingDomainFeedbackTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) Error

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback too many requests response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding domain feedback too many requests response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback too many requests response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback too many requests response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback too many requests response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) String

type GetLanguageunderstandingDomainFeedbackUnauthorized

type GetLanguageunderstandingDomainFeedbackUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainFeedbackUnauthorized

func NewGetLanguageunderstandingDomainFeedbackUnauthorized() *GetLanguageunderstandingDomainFeedbackUnauthorized

NewGetLanguageunderstandingDomainFeedbackUnauthorized creates a GetLanguageunderstandingDomainFeedbackUnauthorized with default headers values

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) Error

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain feedback unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackUnauthorized) String

type GetLanguageunderstandingDomainFeedbackUnsupportedMediaType

type GetLanguageunderstandingDomainFeedbackUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainFeedbackUnsupportedMediaType 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 NewGetLanguageunderstandingDomainFeedbackUnsupportedMediaType

func NewGetLanguageunderstandingDomainFeedbackUnsupportedMediaType() *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType

NewGetLanguageunderstandingDomainFeedbackUnsupportedMediaType creates a GetLanguageunderstandingDomainFeedbackUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding domain feedback unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding domain feedback unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding domain feedback unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding domain feedback unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding domain feedback unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) String

type GetLanguageunderstandingDomainForbidden

type GetLanguageunderstandingDomainForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainForbidden

func NewGetLanguageunderstandingDomainForbidden() *GetLanguageunderstandingDomainForbidden

NewGetLanguageunderstandingDomainForbidden creates a GetLanguageunderstandingDomainForbidden with default headers values

func (*GetLanguageunderstandingDomainForbidden) Error

func (*GetLanguageunderstandingDomainForbidden) GetPayload

func (*GetLanguageunderstandingDomainForbidden) IsClientError

func (o *GetLanguageunderstandingDomainForbidden) IsClientError() bool

IsClientError returns true when this get languageunderstanding domain forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainForbidden) IsCode

IsCode returns true when this get languageunderstanding domain forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainForbidden) IsServerError

func (o *GetLanguageunderstandingDomainForbidden) IsServerError() bool

IsServerError returns true when this get languageunderstanding domain forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainForbidden) String

type GetLanguageunderstandingDomainGatewayTimeout

type GetLanguageunderstandingDomainGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainGatewayTimeout

func NewGetLanguageunderstandingDomainGatewayTimeout() *GetLanguageunderstandingDomainGatewayTimeout

NewGetLanguageunderstandingDomainGatewayTimeout creates a GetLanguageunderstandingDomainGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainGatewayTimeout) Error

func (*GetLanguageunderstandingDomainGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainGatewayTimeout) IsCode

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

func (*GetLanguageunderstandingDomainGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainGatewayTimeout) String

type GetLanguageunderstandingDomainInternalServerError

type GetLanguageunderstandingDomainInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainInternalServerError 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 NewGetLanguageunderstandingDomainInternalServerError

func NewGetLanguageunderstandingDomainInternalServerError() *GetLanguageunderstandingDomainInternalServerError

NewGetLanguageunderstandingDomainInternalServerError creates a GetLanguageunderstandingDomainInternalServerError with default headers values

func (*GetLanguageunderstandingDomainInternalServerError) Error

func (*GetLanguageunderstandingDomainInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainInternalServerError) IsClientError

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

func (*GetLanguageunderstandingDomainInternalServerError) IsCode

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

func (*GetLanguageunderstandingDomainInternalServerError) IsRedirect

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

func (*GetLanguageunderstandingDomainInternalServerError) IsServerError

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

func (*GetLanguageunderstandingDomainInternalServerError) IsSuccess

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

func (*GetLanguageunderstandingDomainInternalServerError) String

type GetLanguageunderstandingDomainNotFound

type GetLanguageunderstandingDomainNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainNotFound

func NewGetLanguageunderstandingDomainNotFound() *GetLanguageunderstandingDomainNotFound

NewGetLanguageunderstandingDomainNotFound creates a GetLanguageunderstandingDomainNotFound with default headers values

func (*GetLanguageunderstandingDomainNotFound) Error

func (*GetLanguageunderstandingDomainNotFound) GetPayload

func (*GetLanguageunderstandingDomainNotFound) IsClientError

func (o *GetLanguageunderstandingDomainNotFound) IsClientError() bool

IsClientError returns true when this get languageunderstanding domain not found response has a 4xx status code

func (*GetLanguageunderstandingDomainNotFound) IsCode

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

func (*GetLanguageunderstandingDomainNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain not found response has a 3xx status code

func (*GetLanguageunderstandingDomainNotFound) IsServerError

func (o *GetLanguageunderstandingDomainNotFound) IsServerError() bool

IsServerError returns true when this get languageunderstanding domain not found response has a 5xx status code

func (*GetLanguageunderstandingDomainNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain not found response has a 2xx status code

func (*GetLanguageunderstandingDomainNotFound) String

type GetLanguageunderstandingDomainOK

type GetLanguageunderstandingDomainOK struct {
	Payload *models.NluDomain
}

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

successful operation

func NewGetLanguageunderstandingDomainOK

func NewGetLanguageunderstandingDomainOK() *GetLanguageunderstandingDomainOK

NewGetLanguageunderstandingDomainOK creates a GetLanguageunderstandingDomainOK with default headers values

func (*GetLanguageunderstandingDomainOK) Error

func (*GetLanguageunderstandingDomainOK) GetPayload

func (*GetLanguageunderstandingDomainOK) IsClientError

func (o *GetLanguageunderstandingDomainOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding domain o k response has a 4xx status code

func (*GetLanguageunderstandingDomainOK) IsCode

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

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

func (*GetLanguageunderstandingDomainOK) IsRedirect

func (o *GetLanguageunderstandingDomainOK) IsRedirect() bool

IsRedirect returns true when this get languageunderstanding domain o k response has a 3xx status code

func (*GetLanguageunderstandingDomainOK) IsServerError

func (o *GetLanguageunderstandingDomainOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding domain o k response has a 5xx status code

func (*GetLanguageunderstandingDomainOK) IsSuccess

func (o *GetLanguageunderstandingDomainOK) IsSuccess() bool

IsSuccess returns true when this get languageunderstanding domain o k response has a 2xx status code

func (*GetLanguageunderstandingDomainOK) String

type GetLanguageunderstandingDomainParams

type GetLanguageunderstandingDomainParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

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

GetLanguageunderstandingDomainParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainParams

func NewGetLanguageunderstandingDomainParams() *GetLanguageunderstandingDomainParams

NewGetLanguageunderstandingDomainParams creates a new GetLanguageunderstandingDomainParams 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 NewGetLanguageunderstandingDomainParamsWithContext

func NewGetLanguageunderstandingDomainParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainParams

NewGetLanguageunderstandingDomainParamsWithContext creates a new GetLanguageunderstandingDomainParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainParamsWithHTTPClient

func NewGetLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainParams

NewGetLanguageunderstandingDomainParamsWithHTTPClient creates a new GetLanguageunderstandingDomainParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainParamsWithTimeout

func NewGetLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainParams

NewGetLanguageunderstandingDomainParamsWithTimeout creates a new GetLanguageunderstandingDomainParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainParams) SetContext

SetContext adds the context to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) SetDefaults

func (o *GetLanguageunderstandingDomainParams) SetDefaults()

SetDefaults hydrates default values in the get languageunderstanding domain params (not the query body).

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

func (*GetLanguageunderstandingDomainParams) SetDomainID

func (o *GetLanguageunderstandingDomainParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) SetTimeout

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

SetTimeout adds the timeout to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) WithContext

WithContext adds the context to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain params (not the query body).

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

func (*GetLanguageunderstandingDomainParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain params

func (*GetLanguageunderstandingDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainReader

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

GetLanguageunderstandingDomainReader is a Reader for the GetLanguageunderstandingDomain structure.

func (*GetLanguageunderstandingDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainRequestEntityTooLarge

type GetLanguageunderstandingDomainRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainRequestEntityTooLarge

func NewGetLanguageunderstandingDomainRequestEntityTooLarge() *GetLanguageunderstandingDomainRequestEntityTooLarge

NewGetLanguageunderstandingDomainRequestEntityTooLarge creates a GetLanguageunderstandingDomainRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsClientError

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

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsCode

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

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect

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

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsServerError

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

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess

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

func (*GetLanguageunderstandingDomainRequestEntityTooLarge) String

type GetLanguageunderstandingDomainRequestTimeout

type GetLanguageunderstandingDomainRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainRequestTimeout 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 NewGetLanguageunderstandingDomainRequestTimeout

func NewGetLanguageunderstandingDomainRequestTimeout() *GetLanguageunderstandingDomainRequestTimeout

NewGetLanguageunderstandingDomainRequestTimeout creates a GetLanguageunderstandingDomainRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainRequestTimeout) Error

func (*GetLanguageunderstandingDomainRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainRequestTimeout) IsCode

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

func (*GetLanguageunderstandingDomainRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainRequestTimeout) String

type GetLanguageunderstandingDomainServiceUnavailable

type GetLanguageunderstandingDomainServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainServiceUnavailable 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 NewGetLanguageunderstandingDomainServiceUnavailable

func NewGetLanguageunderstandingDomainServiceUnavailable() *GetLanguageunderstandingDomainServiceUnavailable

NewGetLanguageunderstandingDomainServiceUnavailable creates a GetLanguageunderstandingDomainServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainServiceUnavailable) Error

func (*GetLanguageunderstandingDomainServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainServiceUnavailable) IsCode

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

func (*GetLanguageunderstandingDomainServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainServiceUnavailable) String

type GetLanguageunderstandingDomainTooManyRequests

type GetLanguageunderstandingDomainTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainTooManyRequests

func NewGetLanguageunderstandingDomainTooManyRequests() *GetLanguageunderstandingDomainTooManyRequests

NewGetLanguageunderstandingDomainTooManyRequests creates a GetLanguageunderstandingDomainTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainTooManyRequests) Error

func (*GetLanguageunderstandingDomainTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainTooManyRequests) IsClientError

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

func (*GetLanguageunderstandingDomainTooManyRequests) IsCode

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

func (*GetLanguageunderstandingDomainTooManyRequests) IsRedirect

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

func (*GetLanguageunderstandingDomainTooManyRequests) IsServerError

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

func (*GetLanguageunderstandingDomainTooManyRequests) IsSuccess

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

func (*GetLanguageunderstandingDomainTooManyRequests) String

type GetLanguageunderstandingDomainUnauthorized

type GetLanguageunderstandingDomainUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainUnauthorized

func NewGetLanguageunderstandingDomainUnauthorized() *GetLanguageunderstandingDomainUnauthorized

NewGetLanguageunderstandingDomainUnauthorized creates a GetLanguageunderstandingDomainUnauthorized with default headers values

func (*GetLanguageunderstandingDomainUnauthorized) Error

func (*GetLanguageunderstandingDomainUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainUnauthorized) String

type GetLanguageunderstandingDomainUnsupportedMediaType

type GetLanguageunderstandingDomainUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainUnsupportedMediaType 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 NewGetLanguageunderstandingDomainUnsupportedMediaType

func NewGetLanguageunderstandingDomainUnsupportedMediaType() *GetLanguageunderstandingDomainUnsupportedMediaType

NewGetLanguageunderstandingDomainUnsupportedMediaType creates a GetLanguageunderstandingDomainUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsClientError

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

func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsCode

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

func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsRedirect

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

func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsServerError

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

func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsSuccess

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

func (*GetLanguageunderstandingDomainUnsupportedMediaType) String

type GetLanguageunderstandingDomainVersionBadRequest

type GetLanguageunderstandingDomainVersionBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionBadRequest 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 NewGetLanguageunderstandingDomainVersionBadRequest

func NewGetLanguageunderstandingDomainVersionBadRequest() *GetLanguageunderstandingDomainVersionBadRequest

NewGetLanguageunderstandingDomainVersionBadRequest creates a GetLanguageunderstandingDomainVersionBadRequest with default headers values

func (*GetLanguageunderstandingDomainVersionBadRequest) Error

func (*GetLanguageunderstandingDomainVersionBadRequest) GetPayload

func (*GetLanguageunderstandingDomainVersionBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain version bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionBadRequest) IsCode

IsCode returns true when this get languageunderstanding domain version bad request response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain version bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionBadRequest) String

type GetLanguageunderstandingDomainVersionForbidden

type GetLanguageunderstandingDomainVersionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainVersionForbidden

func NewGetLanguageunderstandingDomainVersionForbidden() *GetLanguageunderstandingDomainVersionForbidden

NewGetLanguageunderstandingDomainVersionForbidden creates a GetLanguageunderstandingDomainVersionForbidden with default headers values

func (*GetLanguageunderstandingDomainVersionForbidden) Error

func (*GetLanguageunderstandingDomainVersionForbidden) GetPayload

func (*GetLanguageunderstandingDomainVersionForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domain version forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionForbidden) IsCode

IsCode returns true when this get languageunderstanding domain version forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domain version forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionForbidden) String

type GetLanguageunderstandingDomainVersionGatewayTimeout

type GetLanguageunderstandingDomainVersionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainVersionGatewayTimeout

func NewGetLanguageunderstandingDomainVersionGatewayTimeout() *GetLanguageunderstandingDomainVersionGatewayTimeout

NewGetLanguageunderstandingDomainVersionGatewayTimeout creates a GetLanguageunderstandingDomainVersionGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) Error

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain version gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding domain version gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain version gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionGatewayTimeout) String

type GetLanguageunderstandingDomainVersionInternalServerError

type GetLanguageunderstandingDomainVersionInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionInternalServerError 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 NewGetLanguageunderstandingDomainVersionInternalServerError

func NewGetLanguageunderstandingDomainVersionInternalServerError() *GetLanguageunderstandingDomainVersionInternalServerError

NewGetLanguageunderstandingDomainVersionInternalServerError creates a GetLanguageunderstandingDomainVersionInternalServerError with default headers values

func (*GetLanguageunderstandingDomainVersionInternalServerError) Error

func (*GetLanguageunderstandingDomainVersionInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainVersionInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding domain version internal server error response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionInternalServerError) IsCode

IsCode returns true when this get languageunderstanding domain version internal server error response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version internal server error response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding domain version internal server error response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version internal server error response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionInternalServerError) String

type GetLanguageunderstandingDomainVersionNotFound

type GetLanguageunderstandingDomainVersionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainVersionNotFound

func NewGetLanguageunderstandingDomainVersionNotFound() *GetLanguageunderstandingDomainVersionNotFound

NewGetLanguageunderstandingDomainVersionNotFound creates a GetLanguageunderstandingDomainVersionNotFound with default headers values

func (*GetLanguageunderstandingDomainVersionNotFound) Error

func (*GetLanguageunderstandingDomainVersionNotFound) GetPayload

func (*GetLanguageunderstandingDomainVersionNotFound) IsClientError

IsClientError returns true when this get languageunderstanding domain version not found response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionNotFound) IsCode

IsCode returns true when this get languageunderstanding domain version not found response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version not found response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionNotFound) IsServerError

IsServerError returns true when this get languageunderstanding domain version not found response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version not found response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionNotFound) String

type GetLanguageunderstandingDomainVersionOK

type GetLanguageunderstandingDomainVersionOK struct {
	Payload *models.NluDomainVersion
}

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

Retrieved the specified NLU Domain Version

func NewGetLanguageunderstandingDomainVersionOK

func NewGetLanguageunderstandingDomainVersionOK() *GetLanguageunderstandingDomainVersionOK

NewGetLanguageunderstandingDomainVersionOK creates a GetLanguageunderstandingDomainVersionOK with default headers values

func (*GetLanguageunderstandingDomainVersionOK) Error

func (*GetLanguageunderstandingDomainVersionOK) GetPayload

func (*GetLanguageunderstandingDomainVersionOK) IsClientError

func (o *GetLanguageunderstandingDomainVersionOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding domain version o k response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionOK) IsCode

IsCode returns true when this get languageunderstanding domain version o k response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionOK) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version o k response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionOK) IsServerError

func (o *GetLanguageunderstandingDomainVersionOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding domain version o k response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionOK) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version o k response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionOK) String

type GetLanguageunderstandingDomainVersionParams

type GetLanguageunderstandingDomainVersionParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

	/* IncludeUtterances.

	   Whether utterances for intent definition should be included when marshalling response.
	*/
	IncludeUtterances *bool

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

GetLanguageunderstandingDomainVersionParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain version operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainVersionParams

func NewGetLanguageunderstandingDomainVersionParams() *GetLanguageunderstandingDomainVersionParams

NewGetLanguageunderstandingDomainVersionParams creates a new GetLanguageunderstandingDomainVersionParams 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 NewGetLanguageunderstandingDomainVersionParamsWithContext

func NewGetLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionParams

NewGetLanguageunderstandingDomainVersionParamsWithContext creates a new GetLanguageunderstandingDomainVersionParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainVersionParamsWithHTTPClient

func NewGetLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionParams

NewGetLanguageunderstandingDomainVersionParamsWithHTTPClient creates a new GetLanguageunderstandingDomainVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainVersionParamsWithTimeout

func NewGetLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionParams

NewGetLanguageunderstandingDomainVersionParamsWithTimeout creates a new GetLanguageunderstandingDomainVersionParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainVersionParams) SetContext

SetContext adds the context to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding domain version params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionParams) SetDomainID

func (o *GetLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) SetDomainVersionID

func (o *GetLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) SetIncludeUtterances

func (o *GetLanguageunderstandingDomainVersionParams) SetIncludeUtterances(includeUtterances *bool)

SetIncludeUtterances adds the includeUtterances to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithContext

WithContext adds the context to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain version params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithIncludeUtterances

WithIncludeUtterances adds the includeUtterances to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain version params

func (*GetLanguageunderstandingDomainVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainVersionReader

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

GetLanguageunderstandingDomainVersionReader is a Reader for the GetLanguageunderstandingDomainVersion structure.

func (*GetLanguageunderstandingDomainVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainVersionReportBadRequest

type GetLanguageunderstandingDomainVersionReportBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionReportBadRequest 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 NewGetLanguageunderstandingDomainVersionReportBadRequest

func NewGetLanguageunderstandingDomainVersionReportBadRequest() *GetLanguageunderstandingDomainVersionReportBadRequest

NewGetLanguageunderstandingDomainVersionReportBadRequest creates a GetLanguageunderstandingDomainVersionReportBadRequest with default headers values

func (*GetLanguageunderstandingDomainVersionReportBadRequest) Error

func (*GetLanguageunderstandingDomainVersionReportBadRequest) GetPayload

func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain version report bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsCode

IsCode returns true when this get languageunderstanding domain version report bad request response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain version report bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportBadRequest) String

type GetLanguageunderstandingDomainVersionReportForbidden

type GetLanguageunderstandingDomainVersionReportForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainVersionReportForbidden

func NewGetLanguageunderstandingDomainVersionReportForbidden() *GetLanguageunderstandingDomainVersionReportForbidden

NewGetLanguageunderstandingDomainVersionReportForbidden creates a GetLanguageunderstandingDomainVersionReportForbidden with default headers values

func (*GetLanguageunderstandingDomainVersionReportForbidden) Error

func (*GetLanguageunderstandingDomainVersionReportForbidden) GetPayload

func (*GetLanguageunderstandingDomainVersionReportForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domain version report forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportForbidden) IsCode

IsCode returns true when this get languageunderstanding domain version report forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domain version report forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportForbidden) String

type GetLanguageunderstandingDomainVersionReportGatewayTimeout

type GetLanguageunderstandingDomainVersionReportGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainVersionReportGatewayTimeout

func NewGetLanguageunderstandingDomainVersionReportGatewayTimeout() *GetLanguageunderstandingDomainVersionReportGatewayTimeout

NewGetLanguageunderstandingDomainVersionReportGatewayTimeout creates a GetLanguageunderstandingDomainVersionReportGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) Error

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain version report gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding domain version report gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain version report gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) String

type GetLanguageunderstandingDomainVersionReportInternalServerError

type GetLanguageunderstandingDomainVersionReportInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionReportInternalServerError 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 NewGetLanguageunderstandingDomainVersionReportInternalServerError

func NewGetLanguageunderstandingDomainVersionReportInternalServerError() *GetLanguageunderstandingDomainVersionReportInternalServerError

NewGetLanguageunderstandingDomainVersionReportInternalServerError creates a GetLanguageunderstandingDomainVersionReportInternalServerError with default headers values

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) Error

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding domain version report internal server error response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsCode

IsCode returns true when this get languageunderstanding domain version report internal server error response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report internal server error response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding domain version report internal server error response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report internal server error response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportInternalServerError) String

type GetLanguageunderstandingDomainVersionReportNotFound

type GetLanguageunderstandingDomainVersionReportNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainVersionReportNotFound

func NewGetLanguageunderstandingDomainVersionReportNotFound() *GetLanguageunderstandingDomainVersionReportNotFound

NewGetLanguageunderstandingDomainVersionReportNotFound creates a GetLanguageunderstandingDomainVersionReportNotFound with default headers values

func (*GetLanguageunderstandingDomainVersionReportNotFound) Error

func (*GetLanguageunderstandingDomainVersionReportNotFound) GetPayload

func (*GetLanguageunderstandingDomainVersionReportNotFound) IsClientError

IsClientError returns true when this get languageunderstanding domain version report not found response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportNotFound) IsCode

IsCode returns true when this get languageunderstanding domain version report not found response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report not found response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportNotFound) IsServerError

IsServerError returns true when this get languageunderstanding domain version report not found response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report not found response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportNotFound) String

type GetLanguageunderstandingDomainVersionReportOK

type GetLanguageunderstandingDomainVersionReportOK struct {
	Payload *models.NluDomainVersionQualityReport
}

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

Find quality report for NLU Domain Version.

func NewGetLanguageunderstandingDomainVersionReportOK

func NewGetLanguageunderstandingDomainVersionReportOK() *GetLanguageunderstandingDomainVersionReportOK

NewGetLanguageunderstandingDomainVersionReportOK creates a GetLanguageunderstandingDomainVersionReportOK with default headers values

func (*GetLanguageunderstandingDomainVersionReportOK) Error

func (*GetLanguageunderstandingDomainVersionReportOK) GetPayload

func (*GetLanguageunderstandingDomainVersionReportOK) IsClientError

IsClientError returns true when this get languageunderstanding domain version report o k response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportOK) IsCode

IsCode returns true when this get languageunderstanding domain version report o k response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportOK) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report o k response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportOK) IsServerError

IsServerError returns true when this get languageunderstanding domain version report o k response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportOK) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report o k response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportOK) String

type GetLanguageunderstandingDomainVersionReportParams

type GetLanguageunderstandingDomainVersionReportParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

GetLanguageunderstandingDomainVersionReportParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain version report operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainVersionReportParams

func NewGetLanguageunderstandingDomainVersionReportParams() *GetLanguageunderstandingDomainVersionReportParams

NewGetLanguageunderstandingDomainVersionReportParams creates a new GetLanguageunderstandingDomainVersionReportParams 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 NewGetLanguageunderstandingDomainVersionReportParamsWithContext

func NewGetLanguageunderstandingDomainVersionReportParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionReportParams

NewGetLanguageunderstandingDomainVersionReportParamsWithContext creates a new GetLanguageunderstandingDomainVersionReportParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainVersionReportParamsWithHTTPClient

func NewGetLanguageunderstandingDomainVersionReportParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionReportParams

NewGetLanguageunderstandingDomainVersionReportParamsWithHTTPClient creates a new GetLanguageunderstandingDomainVersionReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainVersionReportParamsWithTimeout

func NewGetLanguageunderstandingDomainVersionReportParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionReportParams

NewGetLanguageunderstandingDomainVersionReportParamsWithTimeout creates a new GetLanguageunderstandingDomainVersionReportParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainVersionReportParams) SetContext

SetContext adds the context to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding domain version report params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionReportParams) SetDomainID

SetDomainID adds the domainId to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) SetDomainVersionID

func (o *GetLanguageunderstandingDomainVersionReportParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WithContext

WithContext adds the context to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain version report params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionReportParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain version report params

func (*GetLanguageunderstandingDomainVersionReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainVersionReportReader

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

GetLanguageunderstandingDomainVersionReportReader is a Reader for the GetLanguageunderstandingDomainVersionReport structure.

func (*GetLanguageunderstandingDomainVersionReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge

type GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionReportRequestEntityTooLarge

func NewGetLanguageunderstandingDomainVersionReportRequestEntityTooLarge() *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge

NewGetLanguageunderstandingDomainVersionReportRequestEntityTooLarge creates a GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding domain version report request entity too large response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding domain version report request entity too large response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report request entity too large response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding domain version report request entity too large response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report request entity too large response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) String

type GetLanguageunderstandingDomainVersionReportRequestTimeout

type GetLanguageunderstandingDomainVersionReportRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionReportRequestTimeout 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 NewGetLanguageunderstandingDomainVersionReportRequestTimeout

func NewGetLanguageunderstandingDomainVersionReportRequestTimeout() *GetLanguageunderstandingDomainVersionReportRequestTimeout

NewGetLanguageunderstandingDomainVersionReportRequestTimeout creates a GetLanguageunderstandingDomainVersionReportRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) Error

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain version report request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding domain version report request timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain version report request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) String

type GetLanguageunderstandingDomainVersionReportServiceUnavailable

type GetLanguageunderstandingDomainVersionReportServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionReportServiceUnavailable 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 NewGetLanguageunderstandingDomainVersionReportServiceUnavailable

func NewGetLanguageunderstandingDomainVersionReportServiceUnavailable() *GetLanguageunderstandingDomainVersionReportServiceUnavailable

NewGetLanguageunderstandingDomainVersionReportServiceUnavailable creates a GetLanguageunderstandingDomainVersionReportServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) Error

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain version report service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding domain version report service unavailable response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain version report service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) String

type GetLanguageunderstandingDomainVersionReportTooManyRequests

type GetLanguageunderstandingDomainVersionReportTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionReportTooManyRequests

func NewGetLanguageunderstandingDomainVersionReportTooManyRequests() *GetLanguageunderstandingDomainVersionReportTooManyRequests

NewGetLanguageunderstandingDomainVersionReportTooManyRequests creates a GetLanguageunderstandingDomainVersionReportTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) Error

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding domain version report too many requests response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding domain version report too many requests response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report too many requests response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding domain version report too many requests response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report too many requests response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) String

type GetLanguageunderstandingDomainVersionReportUnauthorized

type GetLanguageunderstandingDomainVersionReportUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainVersionReportUnauthorized

func NewGetLanguageunderstandingDomainVersionReportUnauthorized() *GetLanguageunderstandingDomainVersionReportUnauthorized

NewGetLanguageunderstandingDomainVersionReportUnauthorized creates a GetLanguageunderstandingDomainVersionReportUnauthorized with default headers values

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) Error

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain version report unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain version report unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain version report unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportUnauthorized) String

type GetLanguageunderstandingDomainVersionReportUnsupportedMediaType

type GetLanguageunderstandingDomainVersionReportUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionReportUnsupportedMediaType 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 NewGetLanguageunderstandingDomainVersionReportUnsupportedMediaType

func NewGetLanguageunderstandingDomainVersionReportUnsupportedMediaType() *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType

NewGetLanguageunderstandingDomainVersionReportUnsupportedMediaType creates a GetLanguageunderstandingDomainVersionReportUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding domain version report unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding domain version report unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version report unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding domain version report unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version report unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) String

type GetLanguageunderstandingDomainVersionRequestEntityTooLarge

type GetLanguageunderstandingDomainVersionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionRequestEntityTooLarge

func NewGetLanguageunderstandingDomainVersionRequestEntityTooLarge() *GetLanguageunderstandingDomainVersionRequestEntityTooLarge

NewGetLanguageunderstandingDomainVersionRequestEntityTooLarge creates a GetLanguageunderstandingDomainVersionRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding domain version request entity too large response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding domain version request entity too large response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version request entity too large response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding domain version request entity too large response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version request entity too large response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) String

type GetLanguageunderstandingDomainVersionRequestTimeout

type GetLanguageunderstandingDomainVersionRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionRequestTimeout 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 NewGetLanguageunderstandingDomainVersionRequestTimeout

func NewGetLanguageunderstandingDomainVersionRequestTimeout() *GetLanguageunderstandingDomainVersionRequestTimeout

NewGetLanguageunderstandingDomainVersionRequestTimeout creates a GetLanguageunderstandingDomainVersionRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionRequestTimeout) Error

func (*GetLanguageunderstandingDomainVersionRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain version request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding domain version request timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain version request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionRequestTimeout) String

type GetLanguageunderstandingDomainVersionServiceUnavailable

type GetLanguageunderstandingDomainVersionServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionServiceUnavailable 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 NewGetLanguageunderstandingDomainVersionServiceUnavailable

func NewGetLanguageunderstandingDomainVersionServiceUnavailable() *GetLanguageunderstandingDomainVersionServiceUnavailable

NewGetLanguageunderstandingDomainVersionServiceUnavailable creates a GetLanguageunderstandingDomainVersionServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) Error

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain version service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding domain version service unavailable response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain version service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionServiceUnavailable) String

type GetLanguageunderstandingDomainVersionTooManyRequests

type GetLanguageunderstandingDomainVersionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionTooManyRequests

func NewGetLanguageunderstandingDomainVersionTooManyRequests() *GetLanguageunderstandingDomainVersionTooManyRequests

NewGetLanguageunderstandingDomainVersionTooManyRequests creates a GetLanguageunderstandingDomainVersionTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainVersionTooManyRequests) Error

func (*GetLanguageunderstandingDomainVersionTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding domain version too many requests response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding domain version too many requests response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version too many requests response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding domain version too many requests response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version too many requests response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionTooManyRequests) String

type GetLanguageunderstandingDomainVersionUnauthorized

type GetLanguageunderstandingDomainVersionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainVersionUnauthorized

func NewGetLanguageunderstandingDomainVersionUnauthorized() *GetLanguageunderstandingDomainVersionUnauthorized

NewGetLanguageunderstandingDomainVersionUnauthorized creates a GetLanguageunderstandingDomainVersionUnauthorized with default headers values

func (*GetLanguageunderstandingDomainVersionUnauthorized) Error

func (*GetLanguageunderstandingDomainVersionUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainVersionUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain version unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain version unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain version unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionUnauthorized) String

type GetLanguageunderstandingDomainVersionUnsupportedMediaType

type GetLanguageunderstandingDomainVersionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionUnsupportedMediaType 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 NewGetLanguageunderstandingDomainVersionUnsupportedMediaType

func NewGetLanguageunderstandingDomainVersionUnsupportedMediaType() *GetLanguageunderstandingDomainVersionUnsupportedMediaType

NewGetLanguageunderstandingDomainVersionUnsupportedMediaType creates a GetLanguageunderstandingDomainVersionUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding domain version unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding domain version unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding domain version unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding domain version unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding domain version unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) String

type GetLanguageunderstandingDomainVersionsBadRequest

type GetLanguageunderstandingDomainVersionsBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionsBadRequest 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 NewGetLanguageunderstandingDomainVersionsBadRequest

func NewGetLanguageunderstandingDomainVersionsBadRequest() *GetLanguageunderstandingDomainVersionsBadRequest

NewGetLanguageunderstandingDomainVersionsBadRequest creates a GetLanguageunderstandingDomainVersionsBadRequest with default headers values

func (*GetLanguageunderstandingDomainVersionsBadRequest) Error

func (*GetLanguageunderstandingDomainVersionsBadRequest) GetPayload

func (*GetLanguageunderstandingDomainVersionsBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domain versions bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsBadRequest) IsCode

IsCode returns true when this get languageunderstanding domain versions bad request response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domain versions bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsBadRequest) String

type GetLanguageunderstandingDomainVersionsForbidden

type GetLanguageunderstandingDomainVersionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainVersionsForbidden

func NewGetLanguageunderstandingDomainVersionsForbidden() *GetLanguageunderstandingDomainVersionsForbidden

NewGetLanguageunderstandingDomainVersionsForbidden creates a GetLanguageunderstandingDomainVersionsForbidden with default headers values

func (*GetLanguageunderstandingDomainVersionsForbidden) Error

func (*GetLanguageunderstandingDomainVersionsForbidden) GetPayload

func (*GetLanguageunderstandingDomainVersionsForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domain versions forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsForbidden) IsCode

IsCode returns true when this get languageunderstanding domain versions forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domain versions forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsForbidden) String

type GetLanguageunderstandingDomainVersionsGatewayTimeout

type GetLanguageunderstandingDomainVersionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainVersionsGatewayTimeout

func NewGetLanguageunderstandingDomainVersionsGatewayTimeout() *GetLanguageunderstandingDomainVersionsGatewayTimeout

NewGetLanguageunderstandingDomainVersionsGatewayTimeout creates a GetLanguageunderstandingDomainVersionsGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) Error

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain versions gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding domain versions gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain versions gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) String

type GetLanguageunderstandingDomainVersionsInternalServerError

type GetLanguageunderstandingDomainVersionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionsInternalServerError 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 NewGetLanguageunderstandingDomainVersionsInternalServerError

func NewGetLanguageunderstandingDomainVersionsInternalServerError() *GetLanguageunderstandingDomainVersionsInternalServerError

NewGetLanguageunderstandingDomainVersionsInternalServerError creates a GetLanguageunderstandingDomainVersionsInternalServerError with default headers values

func (*GetLanguageunderstandingDomainVersionsInternalServerError) Error

func (*GetLanguageunderstandingDomainVersionsInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding domain versions internal server error response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsCode

IsCode returns true when this get languageunderstanding domain versions internal server error response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions internal server error response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding domain versions internal server error response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions internal server error response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsInternalServerError) String

type GetLanguageunderstandingDomainVersionsNotFound

type GetLanguageunderstandingDomainVersionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainVersionsNotFound

func NewGetLanguageunderstandingDomainVersionsNotFound() *GetLanguageunderstandingDomainVersionsNotFound

NewGetLanguageunderstandingDomainVersionsNotFound creates a GetLanguageunderstandingDomainVersionsNotFound with default headers values

func (*GetLanguageunderstandingDomainVersionsNotFound) Error

func (*GetLanguageunderstandingDomainVersionsNotFound) GetPayload

func (*GetLanguageunderstandingDomainVersionsNotFound) IsClientError

IsClientError returns true when this get languageunderstanding domain versions not found response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsNotFound) IsCode

IsCode returns true when this get languageunderstanding domain versions not found response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions not found response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsNotFound) IsServerError

IsServerError returns true when this get languageunderstanding domain versions not found response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions not found response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsNotFound) String

type GetLanguageunderstandingDomainVersionsOK

type GetLanguageunderstandingDomainVersionsOK struct {
	Payload *models.NluDomainVersionListing
}

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

successful operation

func NewGetLanguageunderstandingDomainVersionsOK

func NewGetLanguageunderstandingDomainVersionsOK() *GetLanguageunderstandingDomainVersionsOK

NewGetLanguageunderstandingDomainVersionsOK creates a GetLanguageunderstandingDomainVersionsOK with default headers values

func (*GetLanguageunderstandingDomainVersionsOK) Error

func (*GetLanguageunderstandingDomainVersionsOK) GetPayload

func (*GetLanguageunderstandingDomainVersionsOK) IsClientError

IsClientError returns true when this get languageunderstanding domain versions o k response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsOK) IsCode

IsCode returns true when this get languageunderstanding domain versions o k response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsOK) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions o k response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsOK) IsServerError

IsServerError returns true when this get languageunderstanding domain versions o k response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsOK) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions o k response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsOK) String

type GetLanguageunderstandingDomainVersionsParams

type GetLanguageunderstandingDomainVersionsParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* IncludeUtterances.

	   Whether utterances for intent definition should be included when marshalling response.
	*/
	IncludeUtterances *bool

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetLanguageunderstandingDomainVersionsParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domain versions operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainVersionsParams

func NewGetLanguageunderstandingDomainVersionsParams() *GetLanguageunderstandingDomainVersionsParams

NewGetLanguageunderstandingDomainVersionsParams creates a new GetLanguageunderstandingDomainVersionsParams 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 NewGetLanguageunderstandingDomainVersionsParamsWithContext

func NewGetLanguageunderstandingDomainVersionsParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionsParams

NewGetLanguageunderstandingDomainVersionsParamsWithContext creates a new GetLanguageunderstandingDomainVersionsParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainVersionsParamsWithHTTPClient

func NewGetLanguageunderstandingDomainVersionsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionsParams

NewGetLanguageunderstandingDomainVersionsParamsWithHTTPClient creates a new GetLanguageunderstandingDomainVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainVersionsParamsWithTimeout

func NewGetLanguageunderstandingDomainVersionsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionsParams

NewGetLanguageunderstandingDomainVersionsParamsWithTimeout creates a new GetLanguageunderstandingDomainVersionsParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainVersionsParams) SetContext

SetContext adds the context to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding domain versions params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionsParams) SetDomainID

func (o *GetLanguageunderstandingDomainVersionsParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetIncludeUtterances

func (o *GetLanguageunderstandingDomainVersionsParams) SetIncludeUtterances(includeUtterances *bool)

SetIncludeUtterances adds the includeUtterances to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetPageNumber

func (o *GetLanguageunderstandingDomainVersionsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetPageSize

func (o *GetLanguageunderstandingDomainVersionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithContext

WithContext adds the context to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domain versions params (not the query body).

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

func (*GetLanguageunderstandingDomainVersionsParams) WithDomainID

WithDomainID adds the domainID to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithIncludeUtterances

WithIncludeUtterances adds the includeUtterances to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithPageSize

WithPageSize adds the pageSize to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domain versions params

func (*GetLanguageunderstandingDomainVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainVersionsReader

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

GetLanguageunderstandingDomainVersionsReader is a Reader for the GetLanguageunderstandingDomainVersions structure.

func (*GetLanguageunderstandingDomainVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainVersionsRequestEntityTooLarge

type GetLanguageunderstandingDomainVersionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionsRequestEntityTooLarge

func NewGetLanguageunderstandingDomainVersionsRequestEntityTooLarge() *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge

NewGetLanguageunderstandingDomainVersionsRequestEntityTooLarge creates a GetLanguageunderstandingDomainVersionsRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding domain versions request entity too large response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding domain versions request entity too large response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions request entity too large response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding domain versions request entity too large response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions request entity too large response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) String

type GetLanguageunderstandingDomainVersionsRequestTimeout

type GetLanguageunderstandingDomainVersionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionsRequestTimeout 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 NewGetLanguageunderstandingDomainVersionsRequestTimeout

func NewGetLanguageunderstandingDomainVersionsRequestTimeout() *GetLanguageunderstandingDomainVersionsRequestTimeout

NewGetLanguageunderstandingDomainVersionsRequestTimeout creates a GetLanguageunderstandingDomainVersionsRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) Error

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domain versions request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding domain versions request timeout response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domain versions request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsRequestTimeout) String

type GetLanguageunderstandingDomainVersionsServiceUnavailable

type GetLanguageunderstandingDomainVersionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionsServiceUnavailable 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 NewGetLanguageunderstandingDomainVersionsServiceUnavailable

func NewGetLanguageunderstandingDomainVersionsServiceUnavailable() *GetLanguageunderstandingDomainVersionsServiceUnavailable

NewGetLanguageunderstandingDomainVersionsServiceUnavailable creates a GetLanguageunderstandingDomainVersionsServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) Error

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domain versions service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding domain versions service unavailable response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domain versions service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) String

type GetLanguageunderstandingDomainVersionsTooManyRequests

type GetLanguageunderstandingDomainVersionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainVersionsTooManyRequests

func NewGetLanguageunderstandingDomainVersionsTooManyRequests() *GetLanguageunderstandingDomainVersionsTooManyRequests

NewGetLanguageunderstandingDomainVersionsTooManyRequests creates a GetLanguageunderstandingDomainVersionsTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) Error

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding domain versions too many requests response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding domain versions too many requests response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions too many requests response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding domain versions too many requests response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions too many requests response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsTooManyRequests) String

type GetLanguageunderstandingDomainVersionsUnauthorized

type GetLanguageunderstandingDomainVersionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainVersionsUnauthorized

func NewGetLanguageunderstandingDomainVersionsUnauthorized() *GetLanguageunderstandingDomainVersionsUnauthorized

NewGetLanguageunderstandingDomainVersionsUnauthorized creates a GetLanguageunderstandingDomainVersionsUnauthorized with default headers values

func (*GetLanguageunderstandingDomainVersionsUnauthorized) Error

func (*GetLanguageunderstandingDomainVersionsUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domain versions unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domain versions unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domain versions unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsUnauthorized) String

type GetLanguageunderstandingDomainVersionsUnsupportedMediaType

type GetLanguageunderstandingDomainVersionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainVersionsUnsupportedMediaType 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 NewGetLanguageunderstandingDomainVersionsUnsupportedMediaType

func NewGetLanguageunderstandingDomainVersionsUnsupportedMediaType() *GetLanguageunderstandingDomainVersionsUnsupportedMediaType

NewGetLanguageunderstandingDomainVersionsUnsupportedMediaType creates a GetLanguageunderstandingDomainVersionsUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding domain versions unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding domain versions unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding domain versions unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding domain versions unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding domain versions unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) String

type GetLanguageunderstandingDomainsBadRequest

type GetLanguageunderstandingDomainsBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainsBadRequest 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 NewGetLanguageunderstandingDomainsBadRequest

func NewGetLanguageunderstandingDomainsBadRequest() *GetLanguageunderstandingDomainsBadRequest

NewGetLanguageunderstandingDomainsBadRequest creates a GetLanguageunderstandingDomainsBadRequest with default headers values

func (*GetLanguageunderstandingDomainsBadRequest) Error

func (*GetLanguageunderstandingDomainsBadRequest) GetPayload

func (*GetLanguageunderstandingDomainsBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding domains bad request response has a 4xx status code

func (*GetLanguageunderstandingDomainsBadRequest) IsCode

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

func (*GetLanguageunderstandingDomainsBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding domains bad request response has a 3xx status code

func (*GetLanguageunderstandingDomainsBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding domains bad request response has a 5xx status code

func (*GetLanguageunderstandingDomainsBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding domains bad request response has a 2xx status code

func (*GetLanguageunderstandingDomainsBadRequest) String

type GetLanguageunderstandingDomainsForbidden

type GetLanguageunderstandingDomainsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingDomainsForbidden

func NewGetLanguageunderstandingDomainsForbidden() *GetLanguageunderstandingDomainsForbidden

NewGetLanguageunderstandingDomainsForbidden creates a GetLanguageunderstandingDomainsForbidden with default headers values

func (*GetLanguageunderstandingDomainsForbidden) Error

func (*GetLanguageunderstandingDomainsForbidden) GetPayload

func (*GetLanguageunderstandingDomainsForbidden) IsClientError

IsClientError returns true when this get languageunderstanding domains forbidden response has a 4xx status code

func (*GetLanguageunderstandingDomainsForbidden) IsCode

IsCode returns true when this get languageunderstanding domains forbidden response a status code equal to that given

func (*GetLanguageunderstandingDomainsForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding domains forbidden response has a 3xx status code

func (*GetLanguageunderstandingDomainsForbidden) IsServerError

IsServerError returns true when this get languageunderstanding domains forbidden response has a 5xx status code

func (*GetLanguageunderstandingDomainsForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding domains forbidden response has a 2xx status code

func (*GetLanguageunderstandingDomainsForbidden) String

type GetLanguageunderstandingDomainsGatewayTimeout

type GetLanguageunderstandingDomainsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingDomainsGatewayTimeout

func NewGetLanguageunderstandingDomainsGatewayTimeout() *GetLanguageunderstandingDomainsGatewayTimeout

NewGetLanguageunderstandingDomainsGatewayTimeout creates a GetLanguageunderstandingDomainsGatewayTimeout with default headers values

func (*GetLanguageunderstandingDomainsGatewayTimeout) Error

func (*GetLanguageunderstandingDomainsGatewayTimeout) GetPayload

func (*GetLanguageunderstandingDomainsGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domains gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainsGatewayTimeout) IsCode

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

func (*GetLanguageunderstandingDomainsGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domains gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainsGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domains gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainsGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domains gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainsGatewayTimeout) String

type GetLanguageunderstandingDomainsInternalServerError

type GetLanguageunderstandingDomainsInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainsInternalServerError 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 NewGetLanguageunderstandingDomainsInternalServerError

func NewGetLanguageunderstandingDomainsInternalServerError() *GetLanguageunderstandingDomainsInternalServerError

NewGetLanguageunderstandingDomainsInternalServerError creates a GetLanguageunderstandingDomainsInternalServerError with default headers values

func (*GetLanguageunderstandingDomainsInternalServerError) Error

func (*GetLanguageunderstandingDomainsInternalServerError) GetPayload

func (*GetLanguageunderstandingDomainsInternalServerError) IsClientError

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

func (*GetLanguageunderstandingDomainsInternalServerError) IsCode

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

func (*GetLanguageunderstandingDomainsInternalServerError) IsRedirect

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

func (*GetLanguageunderstandingDomainsInternalServerError) IsServerError

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

func (*GetLanguageunderstandingDomainsInternalServerError) IsSuccess

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

func (*GetLanguageunderstandingDomainsInternalServerError) String

type GetLanguageunderstandingDomainsNotFound

type GetLanguageunderstandingDomainsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingDomainsNotFound

func NewGetLanguageunderstandingDomainsNotFound() *GetLanguageunderstandingDomainsNotFound

NewGetLanguageunderstandingDomainsNotFound creates a GetLanguageunderstandingDomainsNotFound with default headers values

func (*GetLanguageunderstandingDomainsNotFound) Error

func (*GetLanguageunderstandingDomainsNotFound) GetPayload

func (*GetLanguageunderstandingDomainsNotFound) IsClientError

func (o *GetLanguageunderstandingDomainsNotFound) IsClientError() bool

IsClientError returns true when this get languageunderstanding domains not found response has a 4xx status code

func (*GetLanguageunderstandingDomainsNotFound) IsCode

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

func (*GetLanguageunderstandingDomainsNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding domains not found response has a 3xx status code

func (*GetLanguageunderstandingDomainsNotFound) IsServerError

func (o *GetLanguageunderstandingDomainsNotFound) IsServerError() bool

IsServerError returns true when this get languageunderstanding domains not found response has a 5xx status code

func (*GetLanguageunderstandingDomainsNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding domains not found response has a 2xx status code

func (*GetLanguageunderstandingDomainsNotFound) String

type GetLanguageunderstandingDomainsOK

type GetLanguageunderstandingDomainsOK struct {
	Payload *models.NluDomainListing
}

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

successful operation

func NewGetLanguageunderstandingDomainsOK

func NewGetLanguageunderstandingDomainsOK() *GetLanguageunderstandingDomainsOK

NewGetLanguageunderstandingDomainsOK creates a GetLanguageunderstandingDomainsOK with default headers values

func (*GetLanguageunderstandingDomainsOK) Error

func (*GetLanguageunderstandingDomainsOK) GetPayload

func (*GetLanguageunderstandingDomainsOK) IsClientError

func (o *GetLanguageunderstandingDomainsOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding domains o k response has a 4xx status code

func (*GetLanguageunderstandingDomainsOK) IsCode

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

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

func (*GetLanguageunderstandingDomainsOK) IsRedirect

func (o *GetLanguageunderstandingDomainsOK) IsRedirect() bool

IsRedirect returns true when this get languageunderstanding domains o k response has a 3xx status code

func (*GetLanguageunderstandingDomainsOK) IsServerError

func (o *GetLanguageunderstandingDomainsOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding domains o k response has a 5xx status code

func (*GetLanguageunderstandingDomainsOK) IsSuccess

func (o *GetLanguageunderstandingDomainsOK) IsSuccess() bool

IsSuccess returns true when this get languageunderstanding domains o k response has a 2xx status code

func (*GetLanguageunderstandingDomainsOK) String

type GetLanguageunderstandingDomainsParams

type GetLanguageunderstandingDomainsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetLanguageunderstandingDomainsParams contains all the parameters to send to the API endpoint

for the get languageunderstanding domains operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingDomainsParams

func NewGetLanguageunderstandingDomainsParams() *GetLanguageunderstandingDomainsParams

NewGetLanguageunderstandingDomainsParams creates a new GetLanguageunderstandingDomainsParams 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 NewGetLanguageunderstandingDomainsParamsWithContext

func NewGetLanguageunderstandingDomainsParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainsParams

NewGetLanguageunderstandingDomainsParamsWithContext creates a new GetLanguageunderstandingDomainsParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingDomainsParamsWithHTTPClient

func NewGetLanguageunderstandingDomainsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainsParams

NewGetLanguageunderstandingDomainsParamsWithHTTPClient creates a new GetLanguageunderstandingDomainsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingDomainsParamsWithTimeout

func NewGetLanguageunderstandingDomainsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainsParams

NewGetLanguageunderstandingDomainsParamsWithTimeout creates a new GetLanguageunderstandingDomainsParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingDomainsParams) SetContext

SetContext adds the context to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) SetDefaults

func (o *GetLanguageunderstandingDomainsParams) SetDefaults()

SetDefaults hydrates default values in the get languageunderstanding domains params (not the query body).

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

func (*GetLanguageunderstandingDomainsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) SetPageNumber

func (o *GetLanguageunderstandingDomainsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) SetPageSize

func (o *GetLanguageunderstandingDomainsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) SetTimeout

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

SetTimeout adds the timeout to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WithContext

WithContext adds the context to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding domains params (not the query body).

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

func (*GetLanguageunderstandingDomainsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WithPageSize

WithPageSize adds the pageSize to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding domains params

func (*GetLanguageunderstandingDomainsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingDomainsReader

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

GetLanguageunderstandingDomainsReader is a Reader for the GetLanguageunderstandingDomains structure.

func (*GetLanguageunderstandingDomainsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingDomainsRequestEntityTooLarge

type GetLanguageunderstandingDomainsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainsRequestEntityTooLarge

func NewGetLanguageunderstandingDomainsRequestEntityTooLarge() *GetLanguageunderstandingDomainsRequestEntityTooLarge

NewGetLanguageunderstandingDomainsRequestEntityTooLarge creates a GetLanguageunderstandingDomainsRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) Error

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError

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

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsCode

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

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect

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

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError

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

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess

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

func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) String

type GetLanguageunderstandingDomainsRequestTimeout

type GetLanguageunderstandingDomainsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainsRequestTimeout 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 NewGetLanguageunderstandingDomainsRequestTimeout

func NewGetLanguageunderstandingDomainsRequestTimeout() *GetLanguageunderstandingDomainsRequestTimeout

NewGetLanguageunderstandingDomainsRequestTimeout creates a GetLanguageunderstandingDomainsRequestTimeout with default headers values

func (*GetLanguageunderstandingDomainsRequestTimeout) Error

func (*GetLanguageunderstandingDomainsRequestTimeout) GetPayload

func (*GetLanguageunderstandingDomainsRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding domains request timeout response has a 4xx status code

func (*GetLanguageunderstandingDomainsRequestTimeout) IsCode

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

func (*GetLanguageunderstandingDomainsRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding domains request timeout response has a 3xx status code

func (*GetLanguageunderstandingDomainsRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding domains request timeout response has a 5xx status code

func (*GetLanguageunderstandingDomainsRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding domains request timeout response has a 2xx status code

func (*GetLanguageunderstandingDomainsRequestTimeout) String

type GetLanguageunderstandingDomainsServiceUnavailable

type GetLanguageunderstandingDomainsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainsServiceUnavailable 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 NewGetLanguageunderstandingDomainsServiceUnavailable

func NewGetLanguageunderstandingDomainsServiceUnavailable() *GetLanguageunderstandingDomainsServiceUnavailable

NewGetLanguageunderstandingDomainsServiceUnavailable creates a GetLanguageunderstandingDomainsServiceUnavailable with default headers values

func (*GetLanguageunderstandingDomainsServiceUnavailable) Error

func (*GetLanguageunderstandingDomainsServiceUnavailable) GetPayload

func (*GetLanguageunderstandingDomainsServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding domains service unavailable response has a 4xx status code

func (*GetLanguageunderstandingDomainsServiceUnavailable) IsCode

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

func (*GetLanguageunderstandingDomainsServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding domains service unavailable response has a 3xx status code

func (*GetLanguageunderstandingDomainsServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding domains service unavailable response has a 5xx status code

func (*GetLanguageunderstandingDomainsServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding domains service unavailable response has a 2xx status code

func (*GetLanguageunderstandingDomainsServiceUnavailable) String

type GetLanguageunderstandingDomainsTooManyRequests

type GetLanguageunderstandingDomainsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingDomainsTooManyRequests

func NewGetLanguageunderstandingDomainsTooManyRequests() *GetLanguageunderstandingDomainsTooManyRequests

NewGetLanguageunderstandingDomainsTooManyRequests creates a GetLanguageunderstandingDomainsTooManyRequests with default headers values

func (*GetLanguageunderstandingDomainsTooManyRequests) Error

func (*GetLanguageunderstandingDomainsTooManyRequests) GetPayload

func (*GetLanguageunderstandingDomainsTooManyRequests) IsClientError

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

func (*GetLanguageunderstandingDomainsTooManyRequests) IsCode

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

func (*GetLanguageunderstandingDomainsTooManyRequests) IsRedirect

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

func (*GetLanguageunderstandingDomainsTooManyRequests) IsServerError

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

func (*GetLanguageunderstandingDomainsTooManyRequests) IsSuccess

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

func (*GetLanguageunderstandingDomainsTooManyRequests) String

type GetLanguageunderstandingDomainsUnauthorized

type GetLanguageunderstandingDomainsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingDomainsUnauthorized

func NewGetLanguageunderstandingDomainsUnauthorized() *GetLanguageunderstandingDomainsUnauthorized

NewGetLanguageunderstandingDomainsUnauthorized creates a GetLanguageunderstandingDomainsUnauthorized with default headers values

func (*GetLanguageunderstandingDomainsUnauthorized) Error

func (*GetLanguageunderstandingDomainsUnauthorized) GetPayload

func (*GetLanguageunderstandingDomainsUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding domains unauthorized response has a 4xx status code

func (*GetLanguageunderstandingDomainsUnauthorized) IsCode

IsCode returns true when this get languageunderstanding domains unauthorized response a status code equal to that given

func (*GetLanguageunderstandingDomainsUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding domains unauthorized response has a 3xx status code

func (*GetLanguageunderstandingDomainsUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding domains unauthorized response has a 5xx status code

func (*GetLanguageunderstandingDomainsUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding domains unauthorized response has a 2xx status code

func (*GetLanguageunderstandingDomainsUnauthorized) String

type GetLanguageunderstandingDomainsUnsupportedMediaType

type GetLanguageunderstandingDomainsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingDomainsUnsupportedMediaType 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 NewGetLanguageunderstandingDomainsUnsupportedMediaType

func NewGetLanguageunderstandingDomainsUnsupportedMediaType() *GetLanguageunderstandingDomainsUnsupportedMediaType

NewGetLanguageunderstandingDomainsUnsupportedMediaType creates a GetLanguageunderstandingDomainsUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) Error

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsClientError

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

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsCode

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

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect

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

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsServerError

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

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess

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

func (*GetLanguageunderstandingDomainsUnsupportedMediaType) String

type GetLanguageunderstandingMinerBadRequest

type GetLanguageunderstandingMinerBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerBadRequest 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 NewGetLanguageunderstandingMinerBadRequest

func NewGetLanguageunderstandingMinerBadRequest() *GetLanguageunderstandingMinerBadRequest

NewGetLanguageunderstandingMinerBadRequest creates a GetLanguageunderstandingMinerBadRequest with default headers values

func (*GetLanguageunderstandingMinerBadRequest) Error

func (*GetLanguageunderstandingMinerBadRequest) GetPayload

func (*GetLanguageunderstandingMinerBadRequest) IsClientError

func (o *GetLanguageunderstandingMinerBadRequest) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerBadRequest) IsCode

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

func (*GetLanguageunderstandingMinerBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerBadRequest) IsServerError

func (o *GetLanguageunderstandingMinerBadRequest) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerBadRequest) String

type GetLanguageunderstandingMinerDraftBadRequest

type GetLanguageunderstandingMinerDraftBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftBadRequest 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 NewGetLanguageunderstandingMinerDraftBadRequest

func NewGetLanguageunderstandingMinerDraftBadRequest() *GetLanguageunderstandingMinerDraftBadRequest

NewGetLanguageunderstandingMinerDraftBadRequest creates a GetLanguageunderstandingMinerDraftBadRequest with default headers values

func (*GetLanguageunderstandingMinerDraftBadRequest) Error

func (*GetLanguageunderstandingMinerDraftBadRequest) GetPayload

func (*GetLanguageunderstandingMinerDraftBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner draft bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner draft bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner draft bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftBadRequest) String

type GetLanguageunderstandingMinerDraftForbidden

type GetLanguageunderstandingMinerDraftForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerDraftForbidden

func NewGetLanguageunderstandingMinerDraftForbidden() *GetLanguageunderstandingMinerDraftForbidden

NewGetLanguageunderstandingMinerDraftForbidden creates a GetLanguageunderstandingMinerDraftForbidden with default headers values

func (*GetLanguageunderstandingMinerDraftForbidden) Error

func (*GetLanguageunderstandingMinerDraftForbidden) GetPayload

func (*GetLanguageunderstandingMinerDraftForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner draft forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftForbidden) IsCode

IsCode returns true when this get languageunderstanding miner draft forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner draft forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftForbidden) String

type GetLanguageunderstandingMinerDraftGatewayTimeout

type GetLanguageunderstandingMinerDraftGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerDraftGatewayTimeout

func NewGetLanguageunderstandingMinerDraftGatewayTimeout() *GetLanguageunderstandingMinerDraftGatewayTimeout

NewGetLanguageunderstandingMinerDraftGatewayTimeout creates a GetLanguageunderstandingMinerDraftGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) Error

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner draft gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner draft gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner draft gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftGatewayTimeout) String

type GetLanguageunderstandingMinerDraftInternalServerError

type GetLanguageunderstandingMinerDraftInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftInternalServerError 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 NewGetLanguageunderstandingMinerDraftInternalServerError

func NewGetLanguageunderstandingMinerDraftInternalServerError() *GetLanguageunderstandingMinerDraftInternalServerError

NewGetLanguageunderstandingMinerDraftInternalServerError creates a GetLanguageunderstandingMinerDraftInternalServerError with default headers values

func (*GetLanguageunderstandingMinerDraftInternalServerError) Error

func (*GetLanguageunderstandingMinerDraftInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerDraftInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner draft internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner draft internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner draft internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftInternalServerError) String

type GetLanguageunderstandingMinerDraftNotFound

type GetLanguageunderstandingMinerDraftNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerDraftNotFound

func NewGetLanguageunderstandingMinerDraftNotFound() *GetLanguageunderstandingMinerDraftNotFound

NewGetLanguageunderstandingMinerDraftNotFound creates a GetLanguageunderstandingMinerDraftNotFound with default headers values

func (*GetLanguageunderstandingMinerDraftNotFound) Error

func (*GetLanguageunderstandingMinerDraftNotFound) GetPayload

func (*GetLanguageunderstandingMinerDraftNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner draft not found response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftNotFound) IsCode

IsCode returns true when this get languageunderstanding miner draft not found response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft not found response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner draft not found response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft not found response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftNotFound) String

type GetLanguageunderstandingMinerDraftOK

type GetLanguageunderstandingMinerDraftOK struct {
	Payload *models.Draft
}

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

successful operation

func NewGetLanguageunderstandingMinerDraftOK

func NewGetLanguageunderstandingMinerDraftOK() *GetLanguageunderstandingMinerDraftOK

NewGetLanguageunderstandingMinerDraftOK creates a GetLanguageunderstandingMinerDraftOK with default headers values

func (*GetLanguageunderstandingMinerDraftOK) Error

func (*GetLanguageunderstandingMinerDraftOK) GetPayload

func (*GetLanguageunderstandingMinerDraftOK) IsClientError

func (o *GetLanguageunderstandingMinerDraftOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner draft o k response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftOK) IsCode

IsCode returns true when this get languageunderstanding miner draft o k response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft o k response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftOK) IsServerError

func (o *GetLanguageunderstandingMinerDraftOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner draft o k response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft o k response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftOK) String

type GetLanguageunderstandingMinerDraftParams

type GetLanguageunderstandingMinerDraftParams struct {

	/* DraftID.

	   Draft ID
	*/
	DraftID string

	/* DraftIntentID.

	   Parameter to filter a specific intent.
	*/
	DraftIntentID *string

	/* DraftTopicID.

	   Parameter to filter a specific topic.
	*/
	DraftTopicID *string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerDraftParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner draft operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerDraftParams

func NewGetLanguageunderstandingMinerDraftParams() *GetLanguageunderstandingMinerDraftParams

NewGetLanguageunderstandingMinerDraftParams creates a new GetLanguageunderstandingMinerDraftParams 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 NewGetLanguageunderstandingMinerDraftParamsWithContext

func NewGetLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftParams

NewGetLanguageunderstandingMinerDraftParamsWithContext creates a new GetLanguageunderstandingMinerDraftParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerDraftParamsWithHTTPClient

func NewGetLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftParams

NewGetLanguageunderstandingMinerDraftParamsWithHTTPClient creates a new GetLanguageunderstandingMinerDraftParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerDraftParamsWithTimeout

func NewGetLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftParams

NewGetLanguageunderstandingMinerDraftParamsWithTimeout creates a new GetLanguageunderstandingMinerDraftParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerDraftParams) SetContext

SetContext adds the context to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner draft params (not the query body).

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

func (*GetLanguageunderstandingMinerDraftParams) SetDraftID

func (o *GetLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)

SetDraftID adds the draftId to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetDraftIntentID

func (o *GetLanguageunderstandingMinerDraftParams) SetDraftIntentID(draftIntentID *string)

SetDraftIntentID adds the draftIntentId to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetDraftTopicID

func (o *GetLanguageunderstandingMinerDraftParams) SetDraftTopicID(draftTopicID *string)

SetDraftTopicID adds the draftTopicId to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetMinerID

func (o *GetLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithContext

WithContext adds the context to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner draft params (not the query body).

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

func (*GetLanguageunderstandingMinerDraftParams) WithDraftID

WithDraftID adds the draftID to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithDraftIntentID

WithDraftIntentID adds the draftIntentID to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithDraftTopicID

WithDraftTopicID adds the draftTopicID to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner draft params

func (*GetLanguageunderstandingMinerDraftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerDraftReader

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

GetLanguageunderstandingMinerDraftReader is a Reader for the GetLanguageunderstandingMinerDraft structure.

func (*GetLanguageunderstandingMinerDraftReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerDraftRequestEntityTooLarge

type GetLanguageunderstandingMinerDraftRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerDraftRequestEntityTooLarge

func NewGetLanguageunderstandingMinerDraftRequestEntityTooLarge() *GetLanguageunderstandingMinerDraftRequestEntityTooLarge

NewGetLanguageunderstandingMinerDraftRequestEntityTooLarge creates a GetLanguageunderstandingMinerDraftRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner draft request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner draft request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner draft request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) String

type GetLanguageunderstandingMinerDraftRequestTimeout

type GetLanguageunderstandingMinerDraftRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftRequestTimeout 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 NewGetLanguageunderstandingMinerDraftRequestTimeout

func NewGetLanguageunderstandingMinerDraftRequestTimeout() *GetLanguageunderstandingMinerDraftRequestTimeout

NewGetLanguageunderstandingMinerDraftRequestTimeout creates a GetLanguageunderstandingMinerDraftRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerDraftRequestTimeout) Error

func (*GetLanguageunderstandingMinerDraftRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner draft request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner draft request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner draft request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftRequestTimeout) String

type GetLanguageunderstandingMinerDraftServiceUnavailable

type GetLanguageunderstandingMinerDraftServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftServiceUnavailable 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 NewGetLanguageunderstandingMinerDraftServiceUnavailable

func NewGetLanguageunderstandingMinerDraftServiceUnavailable() *GetLanguageunderstandingMinerDraftServiceUnavailable

NewGetLanguageunderstandingMinerDraftServiceUnavailable creates a GetLanguageunderstandingMinerDraftServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) Error

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner draft service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner draft service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner draft service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftServiceUnavailable) String

type GetLanguageunderstandingMinerDraftTooManyRequests

type GetLanguageunderstandingMinerDraftTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerDraftTooManyRequests

func NewGetLanguageunderstandingMinerDraftTooManyRequests() *GetLanguageunderstandingMinerDraftTooManyRequests

NewGetLanguageunderstandingMinerDraftTooManyRequests creates a GetLanguageunderstandingMinerDraftTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerDraftTooManyRequests) Error

func (*GetLanguageunderstandingMinerDraftTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner draft too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner draft too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner draft too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftTooManyRequests) String

type GetLanguageunderstandingMinerDraftUnauthorized

type GetLanguageunderstandingMinerDraftUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerDraftUnauthorized

func NewGetLanguageunderstandingMinerDraftUnauthorized() *GetLanguageunderstandingMinerDraftUnauthorized

NewGetLanguageunderstandingMinerDraftUnauthorized creates a GetLanguageunderstandingMinerDraftUnauthorized with default headers values

func (*GetLanguageunderstandingMinerDraftUnauthorized) Error

func (*GetLanguageunderstandingMinerDraftUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerDraftUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner draft unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner draft unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner draft unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftUnauthorized) String

type GetLanguageunderstandingMinerDraftUnsupportedMediaType

type GetLanguageunderstandingMinerDraftUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftUnsupportedMediaType 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 NewGetLanguageunderstandingMinerDraftUnsupportedMediaType

func NewGetLanguageunderstandingMinerDraftUnsupportedMediaType() *GetLanguageunderstandingMinerDraftUnsupportedMediaType

NewGetLanguageunderstandingMinerDraftUnsupportedMediaType creates a GetLanguageunderstandingMinerDraftUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner draft unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner draft unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner draft unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner draft unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner draft unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) String

type GetLanguageunderstandingMinerDraftsBadRequest

type GetLanguageunderstandingMinerDraftsBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftsBadRequest 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 NewGetLanguageunderstandingMinerDraftsBadRequest

func NewGetLanguageunderstandingMinerDraftsBadRequest() *GetLanguageunderstandingMinerDraftsBadRequest

NewGetLanguageunderstandingMinerDraftsBadRequest creates a GetLanguageunderstandingMinerDraftsBadRequest with default headers values

func (*GetLanguageunderstandingMinerDraftsBadRequest) Error

func (*GetLanguageunderstandingMinerDraftsBadRequest) GetPayload

func (*GetLanguageunderstandingMinerDraftsBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner drafts bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsBadRequest) String

type GetLanguageunderstandingMinerDraftsForbidden

type GetLanguageunderstandingMinerDraftsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerDraftsForbidden

func NewGetLanguageunderstandingMinerDraftsForbidden() *GetLanguageunderstandingMinerDraftsForbidden

NewGetLanguageunderstandingMinerDraftsForbidden creates a GetLanguageunderstandingMinerDraftsForbidden with default headers values

func (*GetLanguageunderstandingMinerDraftsForbidden) Error

func (*GetLanguageunderstandingMinerDraftsForbidden) GetPayload

func (*GetLanguageunderstandingMinerDraftsForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsForbidden) IsCode

IsCode returns true when this get languageunderstanding miner drafts forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsForbidden) String

type GetLanguageunderstandingMinerDraftsGatewayTimeout

type GetLanguageunderstandingMinerDraftsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerDraftsGatewayTimeout

func NewGetLanguageunderstandingMinerDraftsGatewayTimeout() *GetLanguageunderstandingMinerDraftsGatewayTimeout

NewGetLanguageunderstandingMinerDraftsGatewayTimeout creates a GetLanguageunderstandingMinerDraftsGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) Error

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner drafts gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) String

type GetLanguageunderstandingMinerDraftsInternalServerError

type GetLanguageunderstandingMinerDraftsInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftsInternalServerError 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 NewGetLanguageunderstandingMinerDraftsInternalServerError

func NewGetLanguageunderstandingMinerDraftsInternalServerError() *GetLanguageunderstandingMinerDraftsInternalServerError

NewGetLanguageunderstandingMinerDraftsInternalServerError creates a GetLanguageunderstandingMinerDraftsInternalServerError with default headers values

func (*GetLanguageunderstandingMinerDraftsInternalServerError) Error

func (*GetLanguageunderstandingMinerDraftsInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner drafts internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsInternalServerError) String

type GetLanguageunderstandingMinerDraftsNotFound

type GetLanguageunderstandingMinerDraftsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerDraftsNotFound

func NewGetLanguageunderstandingMinerDraftsNotFound() *GetLanguageunderstandingMinerDraftsNotFound

NewGetLanguageunderstandingMinerDraftsNotFound creates a GetLanguageunderstandingMinerDraftsNotFound with default headers values

func (*GetLanguageunderstandingMinerDraftsNotFound) Error

func (*GetLanguageunderstandingMinerDraftsNotFound) GetPayload

func (*GetLanguageunderstandingMinerDraftsNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts not found response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsNotFound) IsCode

IsCode returns true when this get languageunderstanding miner drafts not found response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts not found response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts not found response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts not found response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsNotFound) String

type GetLanguageunderstandingMinerDraftsOK

type GetLanguageunderstandingMinerDraftsOK struct {
	Payload *models.DraftListing
}

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

successful operation

func NewGetLanguageunderstandingMinerDraftsOK

func NewGetLanguageunderstandingMinerDraftsOK() *GetLanguageunderstandingMinerDraftsOK

NewGetLanguageunderstandingMinerDraftsOK creates a GetLanguageunderstandingMinerDraftsOK with default headers values

func (*GetLanguageunderstandingMinerDraftsOK) Error

func (*GetLanguageunderstandingMinerDraftsOK) GetPayload

func (*GetLanguageunderstandingMinerDraftsOK) IsClientError

func (o *GetLanguageunderstandingMinerDraftsOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner drafts o k response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsOK) IsCode

IsCode returns true when this get languageunderstanding miner drafts o k response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts o k response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsOK) IsServerError

func (o *GetLanguageunderstandingMinerDraftsOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner drafts o k response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts o k response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsOK) String

type GetLanguageunderstandingMinerDraftsParams

type GetLanguageunderstandingMinerDraftsParams struct {

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerDraftsParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner drafts operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerDraftsParams

func NewGetLanguageunderstandingMinerDraftsParams() *GetLanguageunderstandingMinerDraftsParams

NewGetLanguageunderstandingMinerDraftsParams creates a new GetLanguageunderstandingMinerDraftsParams 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 NewGetLanguageunderstandingMinerDraftsParamsWithContext

func NewGetLanguageunderstandingMinerDraftsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftsParams

NewGetLanguageunderstandingMinerDraftsParamsWithContext creates a new GetLanguageunderstandingMinerDraftsParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerDraftsParamsWithHTTPClient

func NewGetLanguageunderstandingMinerDraftsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftsParams

NewGetLanguageunderstandingMinerDraftsParamsWithHTTPClient creates a new GetLanguageunderstandingMinerDraftsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerDraftsParamsWithTimeout

func NewGetLanguageunderstandingMinerDraftsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftsParams

NewGetLanguageunderstandingMinerDraftsParamsWithTimeout creates a new GetLanguageunderstandingMinerDraftsParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerDraftsParams) SetContext

SetContext adds the context to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner drafts params (not the query body).

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

func (*GetLanguageunderstandingMinerDraftsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) SetMinerID

func (o *GetLanguageunderstandingMinerDraftsParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) WithContext

WithContext adds the context to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner drafts params (not the query body).

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

func (*GetLanguageunderstandingMinerDraftsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner drafts params

func (*GetLanguageunderstandingMinerDraftsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerDraftsReader

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

GetLanguageunderstandingMinerDraftsReader is a Reader for the GetLanguageunderstandingMinerDrafts structure.

func (*GetLanguageunderstandingMinerDraftsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerDraftsRequestEntityTooLarge

type GetLanguageunderstandingMinerDraftsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerDraftsRequestEntityTooLarge

func NewGetLanguageunderstandingMinerDraftsRequestEntityTooLarge() *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge

NewGetLanguageunderstandingMinerDraftsRequestEntityTooLarge creates a GetLanguageunderstandingMinerDraftsRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner drafts request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) String

type GetLanguageunderstandingMinerDraftsRequestTimeout

type GetLanguageunderstandingMinerDraftsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftsRequestTimeout 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 NewGetLanguageunderstandingMinerDraftsRequestTimeout

func NewGetLanguageunderstandingMinerDraftsRequestTimeout() *GetLanguageunderstandingMinerDraftsRequestTimeout

NewGetLanguageunderstandingMinerDraftsRequestTimeout creates a GetLanguageunderstandingMinerDraftsRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) Error

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner drafts request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsRequestTimeout) String

type GetLanguageunderstandingMinerDraftsServiceUnavailable

type GetLanguageunderstandingMinerDraftsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftsServiceUnavailable 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 NewGetLanguageunderstandingMinerDraftsServiceUnavailable

func NewGetLanguageunderstandingMinerDraftsServiceUnavailable() *GetLanguageunderstandingMinerDraftsServiceUnavailable

NewGetLanguageunderstandingMinerDraftsServiceUnavailable creates a GetLanguageunderstandingMinerDraftsServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) Error

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner drafts service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) String

type GetLanguageunderstandingMinerDraftsTooManyRequests

type GetLanguageunderstandingMinerDraftsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerDraftsTooManyRequests

func NewGetLanguageunderstandingMinerDraftsTooManyRequests() *GetLanguageunderstandingMinerDraftsTooManyRequests

NewGetLanguageunderstandingMinerDraftsTooManyRequests creates a GetLanguageunderstandingMinerDraftsTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) Error

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner drafts too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsTooManyRequests) String

type GetLanguageunderstandingMinerDraftsUnauthorized

type GetLanguageunderstandingMinerDraftsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerDraftsUnauthorized

func NewGetLanguageunderstandingMinerDraftsUnauthorized() *GetLanguageunderstandingMinerDraftsUnauthorized

NewGetLanguageunderstandingMinerDraftsUnauthorized creates a GetLanguageunderstandingMinerDraftsUnauthorized with default headers values

func (*GetLanguageunderstandingMinerDraftsUnauthorized) Error

func (*GetLanguageunderstandingMinerDraftsUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner drafts unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsUnauthorized) String

type GetLanguageunderstandingMinerDraftsUnsupportedMediaType

type GetLanguageunderstandingMinerDraftsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerDraftsUnsupportedMediaType 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 NewGetLanguageunderstandingMinerDraftsUnsupportedMediaType

func NewGetLanguageunderstandingMinerDraftsUnsupportedMediaType() *GetLanguageunderstandingMinerDraftsUnsupportedMediaType

NewGetLanguageunderstandingMinerDraftsUnsupportedMediaType creates a GetLanguageunderstandingMinerDraftsUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner drafts unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner drafts unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner drafts unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner drafts unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner drafts unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) String

type GetLanguageunderstandingMinerForbidden

type GetLanguageunderstandingMinerForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerForbidden

func NewGetLanguageunderstandingMinerForbidden() *GetLanguageunderstandingMinerForbidden

NewGetLanguageunderstandingMinerForbidden creates a GetLanguageunderstandingMinerForbidden with default headers values

func (*GetLanguageunderstandingMinerForbidden) Error

func (*GetLanguageunderstandingMinerForbidden) GetPayload

func (*GetLanguageunderstandingMinerForbidden) IsClientError

func (o *GetLanguageunderstandingMinerForbidden) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerForbidden) IsCode

IsCode returns true when this get languageunderstanding miner forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerForbidden) IsServerError

func (o *GetLanguageunderstandingMinerForbidden) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerForbidden) String

type GetLanguageunderstandingMinerGatewayTimeout

type GetLanguageunderstandingMinerGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerGatewayTimeout

func NewGetLanguageunderstandingMinerGatewayTimeout() *GetLanguageunderstandingMinerGatewayTimeout

NewGetLanguageunderstandingMinerGatewayTimeout creates a GetLanguageunderstandingMinerGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerGatewayTimeout) Error

func (*GetLanguageunderstandingMinerGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerGatewayTimeout) IsCode

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

func (*GetLanguageunderstandingMinerGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerGatewayTimeout) String

type GetLanguageunderstandingMinerIntentBadRequest

type GetLanguageunderstandingMinerIntentBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentBadRequest 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 NewGetLanguageunderstandingMinerIntentBadRequest

func NewGetLanguageunderstandingMinerIntentBadRequest() *GetLanguageunderstandingMinerIntentBadRequest

NewGetLanguageunderstandingMinerIntentBadRequest creates a GetLanguageunderstandingMinerIntentBadRequest with default headers values

func (*GetLanguageunderstandingMinerIntentBadRequest) Error

func (*GetLanguageunderstandingMinerIntentBadRequest) GetPayload

func (*GetLanguageunderstandingMinerIntentBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner intent bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner intent bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner intent bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentBadRequest) String

type GetLanguageunderstandingMinerIntentForbidden

type GetLanguageunderstandingMinerIntentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerIntentForbidden

func NewGetLanguageunderstandingMinerIntentForbidden() *GetLanguageunderstandingMinerIntentForbidden

NewGetLanguageunderstandingMinerIntentForbidden creates a GetLanguageunderstandingMinerIntentForbidden with default headers values

func (*GetLanguageunderstandingMinerIntentForbidden) Error

func (*GetLanguageunderstandingMinerIntentForbidden) GetPayload

func (*GetLanguageunderstandingMinerIntentForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner intent forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentForbidden) IsCode

IsCode returns true when this get languageunderstanding miner intent forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner intent forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentForbidden) String

type GetLanguageunderstandingMinerIntentGatewayTimeout

type GetLanguageunderstandingMinerIntentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerIntentGatewayTimeout

func NewGetLanguageunderstandingMinerIntentGatewayTimeout() *GetLanguageunderstandingMinerIntentGatewayTimeout

NewGetLanguageunderstandingMinerIntentGatewayTimeout creates a GetLanguageunderstandingMinerIntentGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) Error

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner intent gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner intent gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner intent gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentGatewayTimeout) String

type GetLanguageunderstandingMinerIntentInternalServerError

type GetLanguageunderstandingMinerIntentInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentInternalServerError 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 NewGetLanguageunderstandingMinerIntentInternalServerError

func NewGetLanguageunderstandingMinerIntentInternalServerError() *GetLanguageunderstandingMinerIntentInternalServerError

NewGetLanguageunderstandingMinerIntentInternalServerError creates a GetLanguageunderstandingMinerIntentInternalServerError with default headers values

func (*GetLanguageunderstandingMinerIntentInternalServerError) Error

func (*GetLanguageunderstandingMinerIntentInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerIntentInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner intent internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner intent internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner intent internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentInternalServerError) String

type GetLanguageunderstandingMinerIntentNotFound

type GetLanguageunderstandingMinerIntentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerIntentNotFound

func NewGetLanguageunderstandingMinerIntentNotFound() *GetLanguageunderstandingMinerIntentNotFound

NewGetLanguageunderstandingMinerIntentNotFound creates a GetLanguageunderstandingMinerIntentNotFound with default headers values

func (*GetLanguageunderstandingMinerIntentNotFound) Error

func (*GetLanguageunderstandingMinerIntentNotFound) GetPayload

func (*GetLanguageunderstandingMinerIntentNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner intent not found response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentNotFound) IsCode

IsCode returns true when this get languageunderstanding miner intent not found response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent not found response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner intent not found response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent not found response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentNotFound) String

type GetLanguageunderstandingMinerIntentOK

type GetLanguageunderstandingMinerIntentOK struct {
	Payload *models.MinerIntent
}

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

successful operation

func NewGetLanguageunderstandingMinerIntentOK

func NewGetLanguageunderstandingMinerIntentOK() *GetLanguageunderstandingMinerIntentOK

NewGetLanguageunderstandingMinerIntentOK creates a GetLanguageunderstandingMinerIntentOK with default headers values

func (*GetLanguageunderstandingMinerIntentOK) Error

func (*GetLanguageunderstandingMinerIntentOK) GetPayload

func (*GetLanguageunderstandingMinerIntentOK) IsClientError

func (o *GetLanguageunderstandingMinerIntentOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner intent o k response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentOK) IsCode

IsCode returns true when this get languageunderstanding miner intent o k response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent o k response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentOK) IsServerError

func (o *GetLanguageunderstandingMinerIntentOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner intent o k response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent o k response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentOK) String

type GetLanguageunderstandingMinerIntentParams

type GetLanguageunderstandingMinerIntentParams struct {

	/* Expand.

	   Option to fetch utterances
	*/
	Expand *string

	/* IntentID.

	   The ID of the intent to be retrieved.
	*/
	IntentID string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerIntentParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner intent operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerIntentParams

func NewGetLanguageunderstandingMinerIntentParams() *GetLanguageunderstandingMinerIntentParams

NewGetLanguageunderstandingMinerIntentParams creates a new GetLanguageunderstandingMinerIntentParams 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 NewGetLanguageunderstandingMinerIntentParamsWithContext

func NewGetLanguageunderstandingMinerIntentParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentParams

NewGetLanguageunderstandingMinerIntentParamsWithContext creates a new GetLanguageunderstandingMinerIntentParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerIntentParamsWithHTTPClient

func NewGetLanguageunderstandingMinerIntentParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentParams

NewGetLanguageunderstandingMinerIntentParamsWithHTTPClient creates a new GetLanguageunderstandingMinerIntentParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerIntentParamsWithTimeout

func NewGetLanguageunderstandingMinerIntentParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentParams

NewGetLanguageunderstandingMinerIntentParamsWithTimeout creates a new GetLanguageunderstandingMinerIntentParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerIntentParams) SetContext

SetContext adds the context to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner intent params (not the query body).

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

func (*GetLanguageunderstandingMinerIntentParams) SetExpand

func (o *GetLanguageunderstandingMinerIntentParams) SetExpand(expand *string)

SetExpand adds the expand to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) SetIntentID

func (o *GetLanguageunderstandingMinerIntentParams) SetIntentID(intentID string)

SetIntentID adds the intentId to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) SetMinerID

func (o *GetLanguageunderstandingMinerIntentParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithContext

WithContext adds the context to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner intent params (not the query body).

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

func (*GetLanguageunderstandingMinerIntentParams) WithExpand

WithExpand adds the expand to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithIntentID

WithIntentID adds the intentID to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner intent params

func (*GetLanguageunderstandingMinerIntentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerIntentReader

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

GetLanguageunderstandingMinerIntentReader is a Reader for the GetLanguageunderstandingMinerIntent structure.

func (*GetLanguageunderstandingMinerIntentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerIntentRequestEntityTooLarge

type GetLanguageunderstandingMinerIntentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerIntentRequestEntityTooLarge

func NewGetLanguageunderstandingMinerIntentRequestEntityTooLarge() *GetLanguageunderstandingMinerIntentRequestEntityTooLarge

NewGetLanguageunderstandingMinerIntentRequestEntityTooLarge creates a GetLanguageunderstandingMinerIntentRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner intent request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner intent request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner intent request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) String

type GetLanguageunderstandingMinerIntentRequestTimeout

type GetLanguageunderstandingMinerIntentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentRequestTimeout 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 NewGetLanguageunderstandingMinerIntentRequestTimeout

func NewGetLanguageunderstandingMinerIntentRequestTimeout() *GetLanguageunderstandingMinerIntentRequestTimeout

NewGetLanguageunderstandingMinerIntentRequestTimeout creates a GetLanguageunderstandingMinerIntentRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerIntentRequestTimeout) Error

func (*GetLanguageunderstandingMinerIntentRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner intent request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner intent request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner intent request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentRequestTimeout) String

type GetLanguageunderstandingMinerIntentServiceUnavailable

type GetLanguageunderstandingMinerIntentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentServiceUnavailable 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 NewGetLanguageunderstandingMinerIntentServiceUnavailable

func NewGetLanguageunderstandingMinerIntentServiceUnavailable() *GetLanguageunderstandingMinerIntentServiceUnavailable

NewGetLanguageunderstandingMinerIntentServiceUnavailable creates a GetLanguageunderstandingMinerIntentServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) Error

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner intent service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner intent service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner intent service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentServiceUnavailable) String

type GetLanguageunderstandingMinerIntentTooManyRequests

type GetLanguageunderstandingMinerIntentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerIntentTooManyRequests

func NewGetLanguageunderstandingMinerIntentTooManyRequests() *GetLanguageunderstandingMinerIntentTooManyRequests

NewGetLanguageunderstandingMinerIntentTooManyRequests creates a GetLanguageunderstandingMinerIntentTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerIntentTooManyRequests) Error

func (*GetLanguageunderstandingMinerIntentTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner intent too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner intent too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner intent too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentTooManyRequests) String

type GetLanguageunderstandingMinerIntentUnauthorized

type GetLanguageunderstandingMinerIntentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerIntentUnauthorized

func NewGetLanguageunderstandingMinerIntentUnauthorized() *GetLanguageunderstandingMinerIntentUnauthorized

NewGetLanguageunderstandingMinerIntentUnauthorized creates a GetLanguageunderstandingMinerIntentUnauthorized with default headers values

func (*GetLanguageunderstandingMinerIntentUnauthorized) Error

func (*GetLanguageunderstandingMinerIntentUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerIntentUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner intent unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner intent unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner intent unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentUnauthorized) String

type GetLanguageunderstandingMinerIntentUnsupportedMediaType

type GetLanguageunderstandingMinerIntentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentUnsupportedMediaType 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 NewGetLanguageunderstandingMinerIntentUnsupportedMediaType

func NewGetLanguageunderstandingMinerIntentUnsupportedMediaType() *GetLanguageunderstandingMinerIntentUnsupportedMediaType

NewGetLanguageunderstandingMinerIntentUnsupportedMediaType creates a GetLanguageunderstandingMinerIntentUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner intent unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner intent unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intent unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner intent unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intent unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) String

type GetLanguageunderstandingMinerIntentsBadRequest

type GetLanguageunderstandingMinerIntentsBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentsBadRequest 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 NewGetLanguageunderstandingMinerIntentsBadRequest

func NewGetLanguageunderstandingMinerIntentsBadRequest() *GetLanguageunderstandingMinerIntentsBadRequest

NewGetLanguageunderstandingMinerIntentsBadRequest creates a GetLanguageunderstandingMinerIntentsBadRequest with default headers values

func (*GetLanguageunderstandingMinerIntentsBadRequest) Error

func (*GetLanguageunderstandingMinerIntentsBadRequest) GetPayload

func (*GetLanguageunderstandingMinerIntentsBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner intents bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner intents bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner intents bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsBadRequest) String

type GetLanguageunderstandingMinerIntentsForbidden

type GetLanguageunderstandingMinerIntentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerIntentsForbidden

func NewGetLanguageunderstandingMinerIntentsForbidden() *GetLanguageunderstandingMinerIntentsForbidden

NewGetLanguageunderstandingMinerIntentsForbidden creates a GetLanguageunderstandingMinerIntentsForbidden with default headers values

func (*GetLanguageunderstandingMinerIntentsForbidden) Error

func (*GetLanguageunderstandingMinerIntentsForbidden) GetPayload

func (*GetLanguageunderstandingMinerIntentsForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner intents forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsForbidden) IsCode

IsCode returns true when this get languageunderstanding miner intents forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner intents forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsForbidden) String

type GetLanguageunderstandingMinerIntentsGatewayTimeout

type GetLanguageunderstandingMinerIntentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerIntentsGatewayTimeout

func NewGetLanguageunderstandingMinerIntentsGatewayTimeout() *GetLanguageunderstandingMinerIntentsGatewayTimeout

NewGetLanguageunderstandingMinerIntentsGatewayTimeout creates a GetLanguageunderstandingMinerIntentsGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) Error

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner intents gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner intents gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner intents gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) String

type GetLanguageunderstandingMinerIntentsInternalServerError

type GetLanguageunderstandingMinerIntentsInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentsInternalServerError 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 NewGetLanguageunderstandingMinerIntentsInternalServerError

func NewGetLanguageunderstandingMinerIntentsInternalServerError() *GetLanguageunderstandingMinerIntentsInternalServerError

NewGetLanguageunderstandingMinerIntentsInternalServerError creates a GetLanguageunderstandingMinerIntentsInternalServerError with default headers values

func (*GetLanguageunderstandingMinerIntentsInternalServerError) Error

func (*GetLanguageunderstandingMinerIntentsInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner intents internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner intents internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner intents internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsInternalServerError) String

type GetLanguageunderstandingMinerIntentsNotFound

type GetLanguageunderstandingMinerIntentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerIntentsNotFound

func NewGetLanguageunderstandingMinerIntentsNotFound() *GetLanguageunderstandingMinerIntentsNotFound

NewGetLanguageunderstandingMinerIntentsNotFound creates a GetLanguageunderstandingMinerIntentsNotFound with default headers values

func (*GetLanguageunderstandingMinerIntentsNotFound) Error

func (*GetLanguageunderstandingMinerIntentsNotFound) GetPayload

func (*GetLanguageunderstandingMinerIntentsNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner intents not found response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsNotFound) IsCode

IsCode returns true when this get languageunderstanding miner intents not found response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents not found response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner intents not found response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents not found response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsNotFound) String

type GetLanguageunderstandingMinerIntentsOK

type GetLanguageunderstandingMinerIntentsOK struct {
	Payload *models.MinedIntentsListing
}

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

successful operation

func NewGetLanguageunderstandingMinerIntentsOK

func NewGetLanguageunderstandingMinerIntentsOK() *GetLanguageunderstandingMinerIntentsOK

NewGetLanguageunderstandingMinerIntentsOK creates a GetLanguageunderstandingMinerIntentsOK with default headers values

func (*GetLanguageunderstandingMinerIntentsOK) Error

func (*GetLanguageunderstandingMinerIntentsOK) GetPayload

func (*GetLanguageunderstandingMinerIntentsOK) IsClientError

func (o *GetLanguageunderstandingMinerIntentsOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner intents o k response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsOK) IsCode

IsCode returns true when this get languageunderstanding miner intents o k response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents o k response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsOK) IsServerError

func (o *GetLanguageunderstandingMinerIntentsOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner intents o k response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents o k response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsOK) String

type GetLanguageunderstandingMinerIntentsParams

type GetLanguageunderstandingMinerIntentsParams struct {

	/* Expand.

	   Option to fetch utterances.
	*/
	Expand *string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerIntentsParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner intents operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerIntentsParams

func NewGetLanguageunderstandingMinerIntentsParams() *GetLanguageunderstandingMinerIntentsParams

NewGetLanguageunderstandingMinerIntentsParams creates a new GetLanguageunderstandingMinerIntentsParams 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 NewGetLanguageunderstandingMinerIntentsParamsWithContext

func NewGetLanguageunderstandingMinerIntentsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentsParams

NewGetLanguageunderstandingMinerIntentsParamsWithContext creates a new GetLanguageunderstandingMinerIntentsParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerIntentsParamsWithHTTPClient

func NewGetLanguageunderstandingMinerIntentsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentsParams

NewGetLanguageunderstandingMinerIntentsParamsWithHTTPClient creates a new GetLanguageunderstandingMinerIntentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerIntentsParamsWithTimeout

func NewGetLanguageunderstandingMinerIntentsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentsParams

NewGetLanguageunderstandingMinerIntentsParamsWithTimeout creates a new GetLanguageunderstandingMinerIntentsParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerIntentsParams) SetContext

SetContext adds the context to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner intents params (not the query body).

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

func (*GetLanguageunderstandingMinerIntentsParams) SetExpand

func (o *GetLanguageunderstandingMinerIntentsParams) SetExpand(expand *string)

SetExpand adds the expand to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) SetMinerID

func (o *GetLanguageunderstandingMinerIntentsParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WithContext

WithContext adds the context to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner intents params (not the query body).

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

func (*GetLanguageunderstandingMinerIntentsParams) WithExpand

WithExpand adds the expand to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner intents params

func (*GetLanguageunderstandingMinerIntentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerIntentsReader

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

GetLanguageunderstandingMinerIntentsReader is a Reader for the GetLanguageunderstandingMinerIntents structure.

func (*GetLanguageunderstandingMinerIntentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerIntentsRequestEntityTooLarge

type GetLanguageunderstandingMinerIntentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerIntentsRequestEntityTooLarge

func NewGetLanguageunderstandingMinerIntentsRequestEntityTooLarge() *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge

NewGetLanguageunderstandingMinerIntentsRequestEntityTooLarge creates a GetLanguageunderstandingMinerIntentsRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner intents request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner intents request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner intents request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) String

type GetLanguageunderstandingMinerIntentsRequestTimeout

type GetLanguageunderstandingMinerIntentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentsRequestTimeout 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 NewGetLanguageunderstandingMinerIntentsRequestTimeout

func NewGetLanguageunderstandingMinerIntentsRequestTimeout() *GetLanguageunderstandingMinerIntentsRequestTimeout

NewGetLanguageunderstandingMinerIntentsRequestTimeout creates a GetLanguageunderstandingMinerIntentsRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) Error

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner intents request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner intents request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner intents request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsRequestTimeout) String

type GetLanguageunderstandingMinerIntentsServiceUnavailable

type GetLanguageunderstandingMinerIntentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentsServiceUnavailable 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 NewGetLanguageunderstandingMinerIntentsServiceUnavailable

func NewGetLanguageunderstandingMinerIntentsServiceUnavailable() *GetLanguageunderstandingMinerIntentsServiceUnavailable

NewGetLanguageunderstandingMinerIntentsServiceUnavailable creates a GetLanguageunderstandingMinerIntentsServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) Error

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner intents service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner intents service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner intents service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) String

type GetLanguageunderstandingMinerIntentsTooManyRequests

type GetLanguageunderstandingMinerIntentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerIntentsTooManyRequests

func NewGetLanguageunderstandingMinerIntentsTooManyRequests() *GetLanguageunderstandingMinerIntentsTooManyRequests

NewGetLanguageunderstandingMinerIntentsTooManyRequests creates a GetLanguageunderstandingMinerIntentsTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) Error

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner intents too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner intents too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner intents too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsTooManyRequests) String

type GetLanguageunderstandingMinerIntentsUnauthorized

type GetLanguageunderstandingMinerIntentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerIntentsUnauthorized

func NewGetLanguageunderstandingMinerIntentsUnauthorized() *GetLanguageunderstandingMinerIntentsUnauthorized

NewGetLanguageunderstandingMinerIntentsUnauthorized creates a GetLanguageunderstandingMinerIntentsUnauthorized with default headers values

func (*GetLanguageunderstandingMinerIntentsUnauthorized) Error

func (*GetLanguageunderstandingMinerIntentsUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner intents unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner intents unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner intents unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsUnauthorized) String

type GetLanguageunderstandingMinerIntentsUnsupportedMediaType

type GetLanguageunderstandingMinerIntentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerIntentsUnsupportedMediaType 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 NewGetLanguageunderstandingMinerIntentsUnsupportedMediaType

func NewGetLanguageunderstandingMinerIntentsUnsupportedMediaType() *GetLanguageunderstandingMinerIntentsUnsupportedMediaType

NewGetLanguageunderstandingMinerIntentsUnsupportedMediaType creates a GetLanguageunderstandingMinerIntentsUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner intents unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner intents unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner intents unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner intents unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner intents unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) String

type GetLanguageunderstandingMinerInternalServerError

type GetLanguageunderstandingMinerInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerInternalServerError 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 NewGetLanguageunderstandingMinerInternalServerError

func NewGetLanguageunderstandingMinerInternalServerError() *GetLanguageunderstandingMinerInternalServerError

NewGetLanguageunderstandingMinerInternalServerError creates a GetLanguageunderstandingMinerInternalServerError with default headers values

func (*GetLanguageunderstandingMinerInternalServerError) Error

func (*GetLanguageunderstandingMinerInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerInternalServerError) IsClientError

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

func (*GetLanguageunderstandingMinerInternalServerError) IsCode

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

func (*GetLanguageunderstandingMinerInternalServerError) IsRedirect

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

func (*GetLanguageunderstandingMinerInternalServerError) IsServerError

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

func (*GetLanguageunderstandingMinerInternalServerError) IsSuccess

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

func (*GetLanguageunderstandingMinerInternalServerError) String

type GetLanguageunderstandingMinerNotFound

type GetLanguageunderstandingMinerNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerNotFound

func NewGetLanguageunderstandingMinerNotFound() *GetLanguageunderstandingMinerNotFound

NewGetLanguageunderstandingMinerNotFound creates a GetLanguageunderstandingMinerNotFound with default headers values

func (*GetLanguageunderstandingMinerNotFound) Error

func (*GetLanguageunderstandingMinerNotFound) GetPayload

func (*GetLanguageunderstandingMinerNotFound) IsClientError

func (o *GetLanguageunderstandingMinerNotFound) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner not found response has a 4xx status code

func (*GetLanguageunderstandingMinerNotFound) IsCode

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

func (*GetLanguageunderstandingMinerNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner not found response has a 3xx status code

func (*GetLanguageunderstandingMinerNotFound) IsServerError

func (o *GetLanguageunderstandingMinerNotFound) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner not found response has a 5xx status code

func (*GetLanguageunderstandingMinerNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner not found response has a 2xx status code

func (*GetLanguageunderstandingMinerNotFound) String

type GetLanguageunderstandingMinerOK

type GetLanguageunderstandingMinerOK struct {
	Payload *models.Miner
}

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

successful operation

func NewGetLanguageunderstandingMinerOK

func NewGetLanguageunderstandingMinerOK() *GetLanguageunderstandingMinerOK

NewGetLanguageunderstandingMinerOK creates a GetLanguageunderstandingMinerOK with default headers values

func (*GetLanguageunderstandingMinerOK) Error

func (*GetLanguageunderstandingMinerOK) GetPayload

func (o *GetLanguageunderstandingMinerOK) GetPayload() *models.Miner

func (*GetLanguageunderstandingMinerOK) IsClientError

func (o *GetLanguageunderstandingMinerOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner o k response has a 4xx status code

func (*GetLanguageunderstandingMinerOK) IsCode

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

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

func (*GetLanguageunderstandingMinerOK) IsRedirect

func (o *GetLanguageunderstandingMinerOK) IsRedirect() bool

IsRedirect returns true when this get languageunderstanding miner o k response has a 3xx status code

func (*GetLanguageunderstandingMinerOK) IsServerError

func (o *GetLanguageunderstandingMinerOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner o k response has a 5xx status code

func (*GetLanguageunderstandingMinerOK) IsSuccess

func (o *GetLanguageunderstandingMinerOK) IsSuccess() bool

IsSuccess returns true when this get languageunderstanding miner o k response has a 2xx status code

func (*GetLanguageunderstandingMinerOK) String

type GetLanguageunderstandingMinerParams

type GetLanguageunderstandingMinerParams struct {

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerParams

func NewGetLanguageunderstandingMinerParams() *GetLanguageunderstandingMinerParams

NewGetLanguageunderstandingMinerParams creates a new GetLanguageunderstandingMinerParams 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 NewGetLanguageunderstandingMinerParamsWithContext

func NewGetLanguageunderstandingMinerParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerParams

NewGetLanguageunderstandingMinerParamsWithContext creates a new GetLanguageunderstandingMinerParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerParamsWithHTTPClient

func NewGetLanguageunderstandingMinerParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerParams

NewGetLanguageunderstandingMinerParamsWithHTTPClient creates a new GetLanguageunderstandingMinerParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerParamsWithTimeout

func NewGetLanguageunderstandingMinerParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerParams

NewGetLanguageunderstandingMinerParamsWithTimeout creates a new GetLanguageunderstandingMinerParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerParams) SetContext

SetContext adds the context to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) SetDefaults

func (o *GetLanguageunderstandingMinerParams) SetDefaults()

SetDefaults hydrates default values in the get languageunderstanding miner params (not the query body).

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

func (*GetLanguageunderstandingMinerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) SetMinerID

func (o *GetLanguageunderstandingMinerParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) SetTimeout

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

SetTimeout adds the timeout to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) WithContext

WithContext adds the context to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner params (not the query body).

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

func (*GetLanguageunderstandingMinerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner params

func (*GetLanguageunderstandingMinerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerReader

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

GetLanguageunderstandingMinerReader is a Reader for the GetLanguageunderstandingMiner structure.

func (*GetLanguageunderstandingMinerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerRequestEntityTooLarge

type GetLanguageunderstandingMinerRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerRequestEntityTooLarge

func NewGetLanguageunderstandingMinerRequestEntityTooLarge() *GetLanguageunderstandingMinerRequestEntityTooLarge

NewGetLanguageunderstandingMinerRequestEntityTooLarge creates a GetLanguageunderstandingMinerRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsClientError

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

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsCode

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

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect

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

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsServerError

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

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess

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

func (*GetLanguageunderstandingMinerRequestEntityTooLarge) String

type GetLanguageunderstandingMinerRequestTimeout

type GetLanguageunderstandingMinerRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerRequestTimeout 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 NewGetLanguageunderstandingMinerRequestTimeout

func NewGetLanguageunderstandingMinerRequestTimeout() *GetLanguageunderstandingMinerRequestTimeout

NewGetLanguageunderstandingMinerRequestTimeout creates a GetLanguageunderstandingMinerRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerRequestTimeout) Error

func (*GetLanguageunderstandingMinerRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerRequestTimeout) IsCode

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

func (*GetLanguageunderstandingMinerRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerRequestTimeout) String

type GetLanguageunderstandingMinerServiceUnavailable

type GetLanguageunderstandingMinerServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerServiceUnavailable 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 NewGetLanguageunderstandingMinerServiceUnavailable

func NewGetLanguageunderstandingMinerServiceUnavailable() *GetLanguageunderstandingMinerServiceUnavailable

NewGetLanguageunderstandingMinerServiceUnavailable creates a GetLanguageunderstandingMinerServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerServiceUnavailable) Error

func (*GetLanguageunderstandingMinerServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerServiceUnavailable) IsCode

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

func (*GetLanguageunderstandingMinerServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerServiceUnavailable) String

type GetLanguageunderstandingMinerTooManyRequests

type GetLanguageunderstandingMinerTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTooManyRequests

func NewGetLanguageunderstandingMinerTooManyRequests() *GetLanguageunderstandingMinerTooManyRequests

NewGetLanguageunderstandingMinerTooManyRequests creates a GetLanguageunderstandingMinerTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerTooManyRequests) Error

func (*GetLanguageunderstandingMinerTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerTooManyRequests) IsClientError

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

func (*GetLanguageunderstandingMinerTooManyRequests) IsCode

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

func (*GetLanguageunderstandingMinerTooManyRequests) IsRedirect

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

func (*GetLanguageunderstandingMinerTooManyRequests) IsServerError

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

func (*GetLanguageunderstandingMinerTooManyRequests) IsSuccess

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

func (*GetLanguageunderstandingMinerTooManyRequests) String

type GetLanguageunderstandingMinerTopicBadRequest

type GetLanguageunderstandingMinerTopicBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicBadRequest 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 NewGetLanguageunderstandingMinerTopicBadRequest

func NewGetLanguageunderstandingMinerTopicBadRequest() *GetLanguageunderstandingMinerTopicBadRequest

NewGetLanguageunderstandingMinerTopicBadRequest creates a GetLanguageunderstandingMinerTopicBadRequest with default headers values

func (*GetLanguageunderstandingMinerTopicBadRequest) Error

func (*GetLanguageunderstandingMinerTopicBadRequest) GetPayload

func (*GetLanguageunderstandingMinerTopicBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner topic bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner topic bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner topic bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicBadRequest) String

type GetLanguageunderstandingMinerTopicForbidden

type GetLanguageunderstandingMinerTopicForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerTopicForbidden

func NewGetLanguageunderstandingMinerTopicForbidden() *GetLanguageunderstandingMinerTopicForbidden

NewGetLanguageunderstandingMinerTopicForbidden creates a GetLanguageunderstandingMinerTopicForbidden with default headers values

func (*GetLanguageunderstandingMinerTopicForbidden) Error

func (*GetLanguageunderstandingMinerTopicForbidden) GetPayload

func (*GetLanguageunderstandingMinerTopicForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner topic forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicForbidden) IsCode

IsCode returns true when this get languageunderstanding miner topic forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner topic forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicForbidden) String

type GetLanguageunderstandingMinerTopicGatewayTimeout

type GetLanguageunderstandingMinerTopicGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerTopicGatewayTimeout

func NewGetLanguageunderstandingMinerTopicGatewayTimeout() *GetLanguageunderstandingMinerTopicGatewayTimeout

NewGetLanguageunderstandingMinerTopicGatewayTimeout creates a GetLanguageunderstandingMinerTopicGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) Error

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topic gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topic gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topic gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicGatewayTimeout) String

type GetLanguageunderstandingMinerTopicInternalServerError

type GetLanguageunderstandingMinerTopicInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicInternalServerError 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 NewGetLanguageunderstandingMinerTopicInternalServerError

func NewGetLanguageunderstandingMinerTopicInternalServerError() *GetLanguageunderstandingMinerTopicInternalServerError

NewGetLanguageunderstandingMinerTopicInternalServerError creates a GetLanguageunderstandingMinerTopicInternalServerError with default headers values

func (*GetLanguageunderstandingMinerTopicInternalServerError) Error

func (*GetLanguageunderstandingMinerTopicInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerTopicInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner topic internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner topic internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner topic internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicInternalServerError) String

type GetLanguageunderstandingMinerTopicNotFound

type GetLanguageunderstandingMinerTopicNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerTopicNotFound

func NewGetLanguageunderstandingMinerTopicNotFound() *GetLanguageunderstandingMinerTopicNotFound

NewGetLanguageunderstandingMinerTopicNotFound creates a GetLanguageunderstandingMinerTopicNotFound with default headers values

func (*GetLanguageunderstandingMinerTopicNotFound) Error

func (*GetLanguageunderstandingMinerTopicNotFound) GetPayload

func (*GetLanguageunderstandingMinerTopicNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner topic not found response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicNotFound) IsCode

IsCode returns true when this get languageunderstanding miner topic not found response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic not found response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner topic not found response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic not found response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicNotFound) String

type GetLanguageunderstandingMinerTopicOK

type GetLanguageunderstandingMinerTopicOK struct {
	Payload *models.MinerTopic
}

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

successful operation

func NewGetLanguageunderstandingMinerTopicOK

func NewGetLanguageunderstandingMinerTopicOK() *GetLanguageunderstandingMinerTopicOK

NewGetLanguageunderstandingMinerTopicOK creates a GetLanguageunderstandingMinerTopicOK with default headers values

func (*GetLanguageunderstandingMinerTopicOK) Error

func (*GetLanguageunderstandingMinerTopicOK) GetPayload

func (*GetLanguageunderstandingMinerTopicOK) IsClientError

func (o *GetLanguageunderstandingMinerTopicOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner topic o k response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicOK) IsCode

IsCode returns true when this get languageunderstanding miner topic o k response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic o k response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicOK) IsServerError

func (o *GetLanguageunderstandingMinerTopicOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner topic o k response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic o k response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicOK) String

type GetLanguageunderstandingMinerTopicParams

type GetLanguageunderstandingMinerTopicParams struct {

	/* Expand.

	   Option to fetch phrases
	*/
	Expand *string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

	/* TopicID.

	   The ID of the topic to be retrieved.
	*/
	TopicID string

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

GetLanguageunderstandingMinerTopicParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner topic operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerTopicParams

func NewGetLanguageunderstandingMinerTopicParams() *GetLanguageunderstandingMinerTopicParams

NewGetLanguageunderstandingMinerTopicParams creates a new GetLanguageunderstandingMinerTopicParams 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 NewGetLanguageunderstandingMinerTopicParamsWithContext

func NewGetLanguageunderstandingMinerTopicParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicParams

NewGetLanguageunderstandingMinerTopicParamsWithContext creates a new GetLanguageunderstandingMinerTopicParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerTopicParamsWithHTTPClient

func NewGetLanguageunderstandingMinerTopicParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicParams

NewGetLanguageunderstandingMinerTopicParamsWithHTTPClient creates a new GetLanguageunderstandingMinerTopicParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerTopicParamsWithTimeout

func NewGetLanguageunderstandingMinerTopicParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicParams

NewGetLanguageunderstandingMinerTopicParamsWithTimeout creates a new GetLanguageunderstandingMinerTopicParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerTopicParams) SetContext

SetContext adds the context to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner topic params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicParams) SetExpand

func (o *GetLanguageunderstandingMinerTopicParams) SetExpand(expand *string)

SetExpand adds the expand to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) SetMinerID

func (o *GetLanguageunderstandingMinerTopicParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) SetTopicID

func (o *GetLanguageunderstandingMinerTopicParams) SetTopicID(topicID string)

SetTopicID adds the topicId to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithContext

WithContext adds the context to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner topic params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicParams) WithExpand

WithExpand adds the expand to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WithTopicID

WithTopicID adds the topicID to the get languageunderstanding miner topic params

func (*GetLanguageunderstandingMinerTopicParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerTopicPhraseBadRequest

type GetLanguageunderstandingMinerTopicPhraseBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicPhraseBadRequest 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 NewGetLanguageunderstandingMinerTopicPhraseBadRequest

func NewGetLanguageunderstandingMinerTopicPhraseBadRequest() *GetLanguageunderstandingMinerTopicPhraseBadRequest

NewGetLanguageunderstandingMinerTopicPhraseBadRequest creates a GetLanguageunderstandingMinerTopicPhraseBadRequest with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) Error

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) String

type GetLanguageunderstandingMinerTopicPhraseForbidden

type GetLanguageunderstandingMinerTopicPhraseForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerTopicPhraseForbidden

func NewGetLanguageunderstandingMinerTopicPhraseForbidden() *GetLanguageunderstandingMinerTopicPhraseForbidden

NewGetLanguageunderstandingMinerTopicPhraseForbidden creates a GetLanguageunderstandingMinerTopicPhraseForbidden with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) Error

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseForbidden) String

type GetLanguageunderstandingMinerTopicPhraseGatewayTimeout

type GetLanguageunderstandingMinerTopicPhraseGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerTopicPhraseGatewayTimeout

func NewGetLanguageunderstandingMinerTopicPhraseGatewayTimeout() *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout

NewGetLanguageunderstandingMinerTopicPhraseGatewayTimeout creates a GetLanguageunderstandingMinerTopicPhraseGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) Error

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) String

type GetLanguageunderstandingMinerTopicPhraseInternalServerError

type GetLanguageunderstandingMinerTopicPhraseInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicPhraseInternalServerError 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 NewGetLanguageunderstandingMinerTopicPhraseInternalServerError

func NewGetLanguageunderstandingMinerTopicPhraseInternalServerError() *GetLanguageunderstandingMinerTopicPhraseInternalServerError

NewGetLanguageunderstandingMinerTopicPhraseInternalServerError creates a GetLanguageunderstandingMinerTopicPhraseInternalServerError with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) Error

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) String

type GetLanguageunderstandingMinerTopicPhraseNotFound

type GetLanguageunderstandingMinerTopicPhraseNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerTopicPhraseNotFound

func NewGetLanguageunderstandingMinerTopicPhraseNotFound() *GetLanguageunderstandingMinerTopicPhraseNotFound

NewGetLanguageunderstandingMinerTopicPhraseNotFound creates a GetLanguageunderstandingMinerTopicPhraseNotFound with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) Error

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase not found response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase not found response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase not found response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase not found response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase not found response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseNotFound) String

type GetLanguageunderstandingMinerTopicPhraseOK

type GetLanguageunderstandingMinerTopicPhraseOK struct {
	Payload *models.MinerTopicPhrase
}

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

successful operation

func NewGetLanguageunderstandingMinerTopicPhraseOK

func NewGetLanguageunderstandingMinerTopicPhraseOK() *GetLanguageunderstandingMinerTopicPhraseOK

NewGetLanguageunderstandingMinerTopicPhraseOK creates a GetLanguageunderstandingMinerTopicPhraseOK with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseOK) Error

func (*GetLanguageunderstandingMinerTopicPhraseOK) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseOK) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase o k response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseOK) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase o k response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase o k response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseOK) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase o k response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase o k response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseOK) String

type GetLanguageunderstandingMinerTopicPhraseParams

type GetLanguageunderstandingMinerTopicPhraseParams struct {

	/* MinerID.

	   Miner ID
	*/
	MinerID string

	/* PhraseID.

	   The ID of the phrase to be retrieved.
	*/
	PhraseID string

	/* TopicID.

	   The ID of the topic to be retrieved.
	*/
	TopicID string

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

GetLanguageunderstandingMinerTopicPhraseParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner topic phrase operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerTopicPhraseParams

func NewGetLanguageunderstandingMinerTopicPhraseParams() *GetLanguageunderstandingMinerTopicPhraseParams

NewGetLanguageunderstandingMinerTopicPhraseParams creates a new GetLanguageunderstandingMinerTopicPhraseParams 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 NewGetLanguageunderstandingMinerTopicPhraseParamsWithContext

func NewGetLanguageunderstandingMinerTopicPhraseParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicPhraseParams

NewGetLanguageunderstandingMinerTopicPhraseParamsWithContext creates a new GetLanguageunderstandingMinerTopicPhraseParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerTopicPhraseParamsWithHTTPClient

func NewGetLanguageunderstandingMinerTopicPhraseParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicPhraseParams

NewGetLanguageunderstandingMinerTopicPhraseParamsWithHTTPClient creates a new GetLanguageunderstandingMinerTopicPhraseParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerTopicPhraseParamsWithTimeout

func NewGetLanguageunderstandingMinerTopicPhraseParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicPhraseParams

NewGetLanguageunderstandingMinerTopicPhraseParamsWithTimeout creates a new GetLanguageunderstandingMinerTopicPhraseParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetContext

SetContext adds the context to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner topic phrase params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetMinerID

SetMinerID adds the minerId to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetPhraseID

func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetPhraseID(phraseID string)

SetPhraseID adds the phraseId to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) SetTopicID

SetTopicID adds the topicId to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithContext

WithContext adds the context to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner topic phrase params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithPhraseID

WithPhraseID adds the phraseID to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WithTopicID

WithTopicID adds the topicID to the get languageunderstanding miner topic phrase params

func (*GetLanguageunderstandingMinerTopicPhraseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerTopicPhraseReader

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

GetLanguageunderstandingMinerTopicPhraseReader is a Reader for the GetLanguageunderstandingMinerTopicPhrase structure.

func (*GetLanguageunderstandingMinerTopicPhraseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge

type GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge

func NewGetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge() *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge

NewGetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge creates a GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) String

type GetLanguageunderstandingMinerTopicPhraseRequestTimeout

type GetLanguageunderstandingMinerTopicPhraseRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicPhraseRequestTimeout 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 NewGetLanguageunderstandingMinerTopicPhraseRequestTimeout

func NewGetLanguageunderstandingMinerTopicPhraseRequestTimeout() *GetLanguageunderstandingMinerTopicPhraseRequestTimeout

NewGetLanguageunderstandingMinerTopicPhraseRequestTimeout creates a GetLanguageunderstandingMinerTopicPhraseRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) Error

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) String

type GetLanguageunderstandingMinerTopicPhraseServiceUnavailable

type GetLanguageunderstandingMinerTopicPhraseServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicPhraseServiceUnavailable 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 NewGetLanguageunderstandingMinerTopicPhraseServiceUnavailable

func NewGetLanguageunderstandingMinerTopicPhraseServiceUnavailable() *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable

NewGetLanguageunderstandingMinerTopicPhraseServiceUnavailable creates a GetLanguageunderstandingMinerTopicPhraseServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) Error

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) String

type GetLanguageunderstandingMinerTopicPhraseTooManyRequests

type GetLanguageunderstandingMinerTopicPhraseTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicPhraseTooManyRequests

func NewGetLanguageunderstandingMinerTopicPhraseTooManyRequests() *GetLanguageunderstandingMinerTopicPhraseTooManyRequests

NewGetLanguageunderstandingMinerTopicPhraseTooManyRequests creates a GetLanguageunderstandingMinerTopicPhraseTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) Error

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) String

type GetLanguageunderstandingMinerTopicPhraseUnauthorized

type GetLanguageunderstandingMinerTopicPhraseUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerTopicPhraseUnauthorized

func NewGetLanguageunderstandingMinerTopicPhraseUnauthorized() *GetLanguageunderstandingMinerTopicPhraseUnauthorized

NewGetLanguageunderstandingMinerTopicPhraseUnauthorized creates a GetLanguageunderstandingMinerTopicPhraseUnauthorized with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) Error

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) String

type GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType

type GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType 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 NewGetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType

func NewGetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType() *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType

NewGetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType creates a GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner topic phrase unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) String

type GetLanguageunderstandingMinerTopicReader

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

GetLanguageunderstandingMinerTopicReader is a Reader for the GetLanguageunderstandingMinerTopic structure.

func (*GetLanguageunderstandingMinerTopicReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerTopicRequestEntityTooLarge

type GetLanguageunderstandingMinerTopicRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicRequestEntityTooLarge

func NewGetLanguageunderstandingMinerTopicRequestEntityTooLarge() *GetLanguageunderstandingMinerTopicRequestEntityTooLarge

NewGetLanguageunderstandingMinerTopicRequestEntityTooLarge creates a GetLanguageunderstandingMinerTopicRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner topic request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner topic request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner topic request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) String

type GetLanguageunderstandingMinerTopicRequestTimeout

type GetLanguageunderstandingMinerTopicRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicRequestTimeout 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 NewGetLanguageunderstandingMinerTopicRequestTimeout

func NewGetLanguageunderstandingMinerTopicRequestTimeout() *GetLanguageunderstandingMinerTopicRequestTimeout

NewGetLanguageunderstandingMinerTopicRequestTimeout creates a GetLanguageunderstandingMinerTopicRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicRequestTimeout) Error

func (*GetLanguageunderstandingMinerTopicRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topic request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topic request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topic request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicRequestTimeout) String

type GetLanguageunderstandingMinerTopicServiceUnavailable

type GetLanguageunderstandingMinerTopicServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicServiceUnavailable 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 NewGetLanguageunderstandingMinerTopicServiceUnavailable

func NewGetLanguageunderstandingMinerTopicServiceUnavailable() *GetLanguageunderstandingMinerTopicServiceUnavailable

NewGetLanguageunderstandingMinerTopicServiceUnavailable creates a GetLanguageunderstandingMinerTopicServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) Error

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner topic service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner topic service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner topic service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicServiceUnavailable) String

type GetLanguageunderstandingMinerTopicTooManyRequests

type GetLanguageunderstandingMinerTopicTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicTooManyRequests

func NewGetLanguageunderstandingMinerTopicTooManyRequests() *GetLanguageunderstandingMinerTopicTooManyRequests

NewGetLanguageunderstandingMinerTopicTooManyRequests creates a GetLanguageunderstandingMinerTopicTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerTopicTooManyRequests) Error

func (*GetLanguageunderstandingMinerTopicTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner topic too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner topic too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner topic too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicTooManyRequests) String

type GetLanguageunderstandingMinerTopicUnauthorized

type GetLanguageunderstandingMinerTopicUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerTopicUnauthorized

func NewGetLanguageunderstandingMinerTopicUnauthorized() *GetLanguageunderstandingMinerTopicUnauthorized

NewGetLanguageunderstandingMinerTopicUnauthorized creates a GetLanguageunderstandingMinerTopicUnauthorized with default headers values

func (*GetLanguageunderstandingMinerTopicUnauthorized) Error

func (*GetLanguageunderstandingMinerTopicUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerTopicUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner topic unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner topic unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner topic unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicUnauthorized) String

type GetLanguageunderstandingMinerTopicUnsupportedMediaType

type GetLanguageunderstandingMinerTopicUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicUnsupportedMediaType 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 NewGetLanguageunderstandingMinerTopicUnsupportedMediaType

func NewGetLanguageunderstandingMinerTopicUnsupportedMediaType() *GetLanguageunderstandingMinerTopicUnsupportedMediaType

NewGetLanguageunderstandingMinerTopicUnsupportedMediaType creates a GetLanguageunderstandingMinerTopicUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner topic unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner topic unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topic unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner topic unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topic unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) String

type GetLanguageunderstandingMinerTopicsBadRequest

type GetLanguageunderstandingMinerTopicsBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicsBadRequest 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 NewGetLanguageunderstandingMinerTopicsBadRequest

func NewGetLanguageunderstandingMinerTopicsBadRequest() *GetLanguageunderstandingMinerTopicsBadRequest

NewGetLanguageunderstandingMinerTopicsBadRequest creates a GetLanguageunderstandingMinerTopicsBadRequest with default headers values

func (*GetLanguageunderstandingMinerTopicsBadRequest) Error

func (*GetLanguageunderstandingMinerTopicsBadRequest) GetPayload

func (*GetLanguageunderstandingMinerTopicsBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miner topics bad request response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsBadRequest) IsCode

IsCode returns true when this get languageunderstanding miner topics bad request response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics bad request response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miner topics bad request response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics bad request response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsBadRequest) String

type GetLanguageunderstandingMinerTopicsForbidden

type GetLanguageunderstandingMinerTopicsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinerTopicsForbidden

func NewGetLanguageunderstandingMinerTopicsForbidden() *GetLanguageunderstandingMinerTopicsForbidden

NewGetLanguageunderstandingMinerTopicsForbidden creates a GetLanguageunderstandingMinerTopicsForbidden with default headers values

func (*GetLanguageunderstandingMinerTopicsForbidden) Error

func (*GetLanguageunderstandingMinerTopicsForbidden) GetPayload

func (*GetLanguageunderstandingMinerTopicsForbidden) IsClientError

IsClientError returns true when this get languageunderstanding miner topics forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsForbidden) IsCode

IsCode returns true when this get languageunderstanding miner topics forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsForbidden) IsServerError

IsServerError returns true when this get languageunderstanding miner topics forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsForbidden) String

type GetLanguageunderstandingMinerTopicsGatewayTimeout

type GetLanguageunderstandingMinerTopicsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinerTopicsGatewayTimeout

func NewGetLanguageunderstandingMinerTopicsGatewayTimeout() *GetLanguageunderstandingMinerTopicsGatewayTimeout

NewGetLanguageunderstandingMinerTopicsGatewayTimeout creates a GetLanguageunderstandingMinerTopicsGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) Error

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topics gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topics gateway timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topics gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) String

type GetLanguageunderstandingMinerTopicsInternalServerError

type GetLanguageunderstandingMinerTopicsInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicsInternalServerError 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 NewGetLanguageunderstandingMinerTopicsInternalServerError

func NewGetLanguageunderstandingMinerTopicsInternalServerError() *GetLanguageunderstandingMinerTopicsInternalServerError

NewGetLanguageunderstandingMinerTopicsInternalServerError creates a GetLanguageunderstandingMinerTopicsInternalServerError with default headers values

func (*GetLanguageunderstandingMinerTopicsInternalServerError) Error

func (*GetLanguageunderstandingMinerTopicsInternalServerError) GetPayload

func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsClientError

IsClientError returns true when this get languageunderstanding miner topics internal server error response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsCode

IsCode returns true when this get languageunderstanding miner topics internal server error response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics internal server error response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsServerError

IsServerError returns true when this get languageunderstanding miner topics internal server error response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics internal server error response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsInternalServerError) String

type GetLanguageunderstandingMinerTopicsNotFound

type GetLanguageunderstandingMinerTopicsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinerTopicsNotFound

func NewGetLanguageunderstandingMinerTopicsNotFound() *GetLanguageunderstandingMinerTopicsNotFound

NewGetLanguageunderstandingMinerTopicsNotFound creates a GetLanguageunderstandingMinerTopicsNotFound with default headers values

func (*GetLanguageunderstandingMinerTopicsNotFound) Error

func (*GetLanguageunderstandingMinerTopicsNotFound) GetPayload

func (*GetLanguageunderstandingMinerTopicsNotFound) IsClientError

IsClientError returns true when this get languageunderstanding miner topics not found response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsNotFound) IsCode

IsCode returns true when this get languageunderstanding miner topics not found response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics not found response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsNotFound) IsServerError

IsServerError returns true when this get languageunderstanding miner topics not found response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics not found response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsNotFound) String

type GetLanguageunderstandingMinerTopicsOK

type GetLanguageunderstandingMinerTopicsOK struct {
	Payload *models.MinerTopicsListing
}

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

successful operation

func NewGetLanguageunderstandingMinerTopicsOK

func NewGetLanguageunderstandingMinerTopicsOK() *GetLanguageunderstandingMinerTopicsOK

NewGetLanguageunderstandingMinerTopicsOK creates a GetLanguageunderstandingMinerTopicsOK with default headers values

func (*GetLanguageunderstandingMinerTopicsOK) Error

func (*GetLanguageunderstandingMinerTopicsOK) GetPayload

func (*GetLanguageunderstandingMinerTopicsOK) IsClientError

func (o *GetLanguageunderstandingMinerTopicsOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miner topics o k response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsOK) IsCode

IsCode returns true when this get languageunderstanding miner topics o k response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsOK) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics o k response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsOK) IsServerError

func (o *GetLanguageunderstandingMinerTopicsOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miner topics o k response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsOK) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics o k response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsOK) String

type GetLanguageunderstandingMinerTopicsParams

type GetLanguageunderstandingMinerTopicsParams struct {

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

GetLanguageunderstandingMinerTopicsParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miner topics operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinerTopicsParams

func NewGetLanguageunderstandingMinerTopicsParams() *GetLanguageunderstandingMinerTopicsParams

NewGetLanguageunderstandingMinerTopicsParams creates a new GetLanguageunderstandingMinerTopicsParams 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 NewGetLanguageunderstandingMinerTopicsParamsWithContext

func NewGetLanguageunderstandingMinerTopicsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicsParams

NewGetLanguageunderstandingMinerTopicsParamsWithContext creates a new GetLanguageunderstandingMinerTopicsParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinerTopicsParamsWithHTTPClient

func NewGetLanguageunderstandingMinerTopicsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicsParams

NewGetLanguageunderstandingMinerTopicsParamsWithHTTPClient creates a new GetLanguageunderstandingMinerTopicsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinerTopicsParamsWithTimeout

func NewGetLanguageunderstandingMinerTopicsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicsParams

NewGetLanguageunderstandingMinerTopicsParamsWithTimeout creates a new GetLanguageunderstandingMinerTopicsParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinerTopicsParams) SetContext

SetContext adds the context to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) SetDefaults

SetDefaults hydrates default values in the get languageunderstanding miner topics params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) SetMinerID

func (o *GetLanguageunderstandingMinerTopicsParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) SetTimeout

SetTimeout adds the timeout to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) WithContext

WithContext adds the context to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miner topics params (not the query body).

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

func (*GetLanguageunderstandingMinerTopicsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) WithMinerID

WithMinerID adds the minerID to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miner topics params

func (*GetLanguageunderstandingMinerTopicsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinerTopicsReader

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

GetLanguageunderstandingMinerTopicsReader is a Reader for the GetLanguageunderstandingMinerTopics structure.

func (*GetLanguageunderstandingMinerTopicsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinerTopicsRequestEntityTooLarge

type GetLanguageunderstandingMinerTopicsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicsRequestEntityTooLarge

func NewGetLanguageunderstandingMinerTopicsRequestEntityTooLarge() *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge

NewGetLanguageunderstandingMinerTopicsRequestEntityTooLarge creates a GetLanguageunderstandingMinerTopicsRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get languageunderstanding miner topics request entity too large response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsCode

IsCode returns true when this get languageunderstanding miner topics request entity too large response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics request entity too large response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get languageunderstanding miner topics request entity too large response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics request entity too large response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) String

type GetLanguageunderstandingMinerTopicsRequestTimeout

type GetLanguageunderstandingMinerTopicsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicsRequestTimeout 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 NewGetLanguageunderstandingMinerTopicsRequestTimeout

func NewGetLanguageunderstandingMinerTopicsRequestTimeout() *GetLanguageunderstandingMinerTopicsRequestTimeout

NewGetLanguageunderstandingMinerTopicsRequestTimeout creates a GetLanguageunderstandingMinerTopicsRequestTimeout with default headers values

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) Error

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miner topics request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsCode

IsCode returns true when this get languageunderstanding miner topics request timeout response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miner topics request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsRequestTimeout) String

type GetLanguageunderstandingMinerTopicsServiceUnavailable

type GetLanguageunderstandingMinerTopicsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicsServiceUnavailable 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 NewGetLanguageunderstandingMinerTopicsServiceUnavailable

func NewGetLanguageunderstandingMinerTopicsServiceUnavailable() *GetLanguageunderstandingMinerTopicsServiceUnavailable

NewGetLanguageunderstandingMinerTopicsServiceUnavailable creates a GetLanguageunderstandingMinerTopicsServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) Error

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miner topics service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsCode

IsCode returns true when this get languageunderstanding miner topics service unavailable response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miner topics service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) String

type GetLanguageunderstandingMinerTopicsTooManyRequests

type GetLanguageunderstandingMinerTopicsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinerTopicsTooManyRequests

func NewGetLanguageunderstandingMinerTopicsTooManyRequests() *GetLanguageunderstandingMinerTopicsTooManyRequests

NewGetLanguageunderstandingMinerTopicsTooManyRequests creates a GetLanguageunderstandingMinerTopicsTooManyRequests with default headers values

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) Error

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsClientError

IsClientError returns true when this get languageunderstanding miner topics too many requests response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsCode

IsCode returns true when this get languageunderstanding miner topics too many requests response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics too many requests response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsServerError

IsServerError returns true when this get languageunderstanding miner topics too many requests response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics too many requests response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsTooManyRequests) String

type GetLanguageunderstandingMinerTopicsUnauthorized

type GetLanguageunderstandingMinerTopicsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerTopicsUnauthorized

func NewGetLanguageunderstandingMinerTopicsUnauthorized() *GetLanguageunderstandingMinerTopicsUnauthorized

NewGetLanguageunderstandingMinerTopicsUnauthorized creates a GetLanguageunderstandingMinerTopicsUnauthorized with default headers values

func (*GetLanguageunderstandingMinerTopicsUnauthorized) Error

func (*GetLanguageunderstandingMinerTopicsUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner topics unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner topics unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner topics unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsUnauthorized) String

type GetLanguageunderstandingMinerTopicsUnsupportedMediaType

type GetLanguageunderstandingMinerTopicsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerTopicsUnsupportedMediaType 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 NewGetLanguageunderstandingMinerTopicsUnsupportedMediaType

func NewGetLanguageunderstandingMinerTopicsUnsupportedMediaType() *GetLanguageunderstandingMinerTopicsUnsupportedMediaType

NewGetLanguageunderstandingMinerTopicsUnsupportedMediaType creates a GetLanguageunderstandingMinerTopicsUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsClientError

IsClientError returns true when this get languageunderstanding miner topics unsupported media type response has a 4xx status code

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsCode

IsCode returns true when this get languageunderstanding miner topics unsupported media type response a status code equal to that given

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get languageunderstanding miner topics unsupported media type response has a 3xx status code

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsServerError

IsServerError returns true when this get languageunderstanding miner topics unsupported media type response has a 5xx status code

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get languageunderstanding miner topics unsupported media type response has a 2xx status code

func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) String

type GetLanguageunderstandingMinerUnauthorized

type GetLanguageunderstandingMinerUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinerUnauthorized

func NewGetLanguageunderstandingMinerUnauthorized() *GetLanguageunderstandingMinerUnauthorized

NewGetLanguageunderstandingMinerUnauthorized creates a GetLanguageunderstandingMinerUnauthorized with default headers values

func (*GetLanguageunderstandingMinerUnauthorized) Error

func (*GetLanguageunderstandingMinerUnauthorized) GetPayload

func (*GetLanguageunderstandingMinerUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miner unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinerUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miner unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinerUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miner unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinerUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miner unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinerUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miner unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinerUnauthorized) String

type GetLanguageunderstandingMinerUnsupportedMediaType

type GetLanguageunderstandingMinerUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinerUnsupportedMediaType 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 NewGetLanguageunderstandingMinerUnsupportedMediaType

func NewGetLanguageunderstandingMinerUnsupportedMediaType() *GetLanguageunderstandingMinerUnsupportedMediaType

NewGetLanguageunderstandingMinerUnsupportedMediaType creates a GetLanguageunderstandingMinerUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinerUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinerUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsClientError

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

func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsCode

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

func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsRedirect

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

func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsServerError

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

func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsSuccess

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

func (*GetLanguageunderstandingMinerUnsupportedMediaType) String

type GetLanguageunderstandingMinersBadRequest

type GetLanguageunderstandingMinersBadRequest struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinersBadRequest 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 NewGetLanguageunderstandingMinersBadRequest

func NewGetLanguageunderstandingMinersBadRequest() *GetLanguageunderstandingMinersBadRequest

NewGetLanguageunderstandingMinersBadRequest creates a GetLanguageunderstandingMinersBadRequest with default headers values

func (*GetLanguageunderstandingMinersBadRequest) Error

func (*GetLanguageunderstandingMinersBadRequest) GetPayload

func (*GetLanguageunderstandingMinersBadRequest) IsClientError

IsClientError returns true when this get languageunderstanding miners bad request response has a 4xx status code

func (*GetLanguageunderstandingMinersBadRequest) IsCode

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

func (*GetLanguageunderstandingMinersBadRequest) IsRedirect

IsRedirect returns true when this get languageunderstanding miners bad request response has a 3xx status code

func (*GetLanguageunderstandingMinersBadRequest) IsServerError

IsServerError returns true when this get languageunderstanding miners bad request response has a 5xx status code

func (*GetLanguageunderstandingMinersBadRequest) IsSuccess

IsSuccess returns true when this get languageunderstanding miners bad request response has a 2xx status code

func (*GetLanguageunderstandingMinersBadRequest) String

type GetLanguageunderstandingMinersForbidden

type GetLanguageunderstandingMinersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetLanguageunderstandingMinersForbidden

func NewGetLanguageunderstandingMinersForbidden() *GetLanguageunderstandingMinersForbidden

NewGetLanguageunderstandingMinersForbidden creates a GetLanguageunderstandingMinersForbidden with default headers values

func (*GetLanguageunderstandingMinersForbidden) Error

func (*GetLanguageunderstandingMinersForbidden) GetPayload

func (*GetLanguageunderstandingMinersForbidden) IsClientError

func (o *GetLanguageunderstandingMinersForbidden) IsClientError() bool

IsClientError returns true when this get languageunderstanding miners forbidden response has a 4xx status code

func (*GetLanguageunderstandingMinersForbidden) IsCode

IsCode returns true when this get languageunderstanding miners forbidden response a status code equal to that given

func (*GetLanguageunderstandingMinersForbidden) IsRedirect

IsRedirect returns true when this get languageunderstanding miners forbidden response has a 3xx status code

func (*GetLanguageunderstandingMinersForbidden) IsServerError

func (o *GetLanguageunderstandingMinersForbidden) IsServerError() bool

IsServerError returns true when this get languageunderstanding miners forbidden response has a 5xx status code

func (*GetLanguageunderstandingMinersForbidden) IsSuccess

IsSuccess returns true when this get languageunderstanding miners forbidden response has a 2xx status code

func (*GetLanguageunderstandingMinersForbidden) String

type GetLanguageunderstandingMinersGatewayTimeout

type GetLanguageunderstandingMinersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetLanguageunderstandingMinersGatewayTimeout

func NewGetLanguageunderstandingMinersGatewayTimeout() *GetLanguageunderstandingMinersGatewayTimeout

NewGetLanguageunderstandingMinersGatewayTimeout creates a GetLanguageunderstandingMinersGatewayTimeout with default headers values

func (*GetLanguageunderstandingMinersGatewayTimeout) Error

func (*GetLanguageunderstandingMinersGatewayTimeout) GetPayload

func (*GetLanguageunderstandingMinersGatewayTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miners gateway timeout response has a 4xx status code

func (*GetLanguageunderstandingMinersGatewayTimeout) IsCode

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

func (*GetLanguageunderstandingMinersGatewayTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miners gateway timeout response has a 3xx status code

func (*GetLanguageunderstandingMinersGatewayTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miners gateway timeout response has a 5xx status code

func (*GetLanguageunderstandingMinersGatewayTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miners gateway timeout response has a 2xx status code

func (*GetLanguageunderstandingMinersGatewayTimeout) String

type GetLanguageunderstandingMinersInternalServerError

type GetLanguageunderstandingMinersInternalServerError struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinersInternalServerError 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 NewGetLanguageunderstandingMinersInternalServerError

func NewGetLanguageunderstandingMinersInternalServerError() *GetLanguageunderstandingMinersInternalServerError

NewGetLanguageunderstandingMinersInternalServerError creates a GetLanguageunderstandingMinersInternalServerError with default headers values

func (*GetLanguageunderstandingMinersInternalServerError) Error

func (*GetLanguageunderstandingMinersInternalServerError) GetPayload

func (*GetLanguageunderstandingMinersInternalServerError) IsClientError

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

func (*GetLanguageunderstandingMinersInternalServerError) IsCode

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

func (*GetLanguageunderstandingMinersInternalServerError) IsRedirect

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

func (*GetLanguageunderstandingMinersInternalServerError) IsServerError

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

func (*GetLanguageunderstandingMinersInternalServerError) IsSuccess

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

func (*GetLanguageunderstandingMinersInternalServerError) String

type GetLanguageunderstandingMinersNotFound

type GetLanguageunderstandingMinersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetLanguageunderstandingMinersNotFound

func NewGetLanguageunderstandingMinersNotFound() *GetLanguageunderstandingMinersNotFound

NewGetLanguageunderstandingMinersNotFound creates a GetLanguageunderstandingMinersNotFound with default headers values

func (*GetLanguageunderstandingMinersNotFound) Error

func (*GetLanguageunderstandingMinersNotFound) GetPayload

func (*GetLanguageunderstandingMinersNotFound) IsClientError

func (o *GetLanguageunderstandingMinersNotFound) IsClientError() bool

IsClientError returns true when this get languageunderstanding miners not found response has a 4xx status code

func (*GetLanguageunderstandingMinersNotFound) IsCode

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

func (*GetLanguageunderstandingMinersNotFound) IsRedirect

IsRedirect returns true when this get languageunderstanding miners not found response has a 3xx status code

func (*GetLanguageunderstandingMinersNotFound) IsServerError

func (o *GetLanguageunderstandingMinersNotFound) IsServerError() bool

IsServerError returns true when this get languageunderstanding miners not found response has a 5xx status code

func (*GetLanguageunderstandingMinersNotFound) IsSuccess

IsSuccess returns true when this get languageunderstanding miners not found response has a 2xx status code

func (*GetLanguageunderstandingMinersNotFound) String

type GetLanguageunderstandingMinersOK

type GetLanguageunderstandingMinersOK struct {
	Payload *models.MinerListing
}

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

successful operation

func NewGetLanguageunderstandingMinersOK

func NewGetLanguageunderstandingMinersOK() *GetLanguageunderstandingMinersOK

NewGetLanguageunderstandingMinersOK creates a GetLanguageunderstandingMinersOK with default headers values

func (*GetLanguageunderstandingMinersOK) Error

func (*GetLanguageunderstandingMinersOK) GetPayload

func (*GetLanguageunderstandingMinersOK) IsClientError

func (o *GetLanguageunderstandingMinersOK) IsClientError() bool

IsClientError returns true when this get languageunderstanding miners o k response has a 4xx status code

func (*GetLanguageunderstandingMinersOK) IsCode

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

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

func (*GetLanguageunderstandingMinersOK) IsRedirect

func (o *GetLanguageunderstandingMinersOK) IsRedirect() bool

IsRedirect returns true when this get languageunderstanding miners o k response has a 3xx status code

func (*GetLanguageunderstandingMinersOK) IsServerError

func (o *GetLanguageunderstandingMinersOK) IsServerError() bool

IsServerError returns true when this get languageunderstanding miners o k response has a 5xx status code

func (*GetLanguageunderstandingMinersOK) IsSuccess

func (o *GetLanguageunderstandingMinersOK) IsSuccess() bool

IsSuccess returns true when this get languageunderstanding miners o k response has a 2xx status code

func (*GetLanguageunderstandingMinersOK) String

type GetLanguageunderstandingMinersParams

type GetLanguageunderstandingMinersParams struct {

	/* MinerType.

	   Type of miner, either intent or topic
	*/
	MinerType *string

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

GetLanguageunderstandingMinersParams contains all the parameters to send to the API endpoint

for the get languageunderstanding miners operation.

Typically these are written to a http.Request.

func NewGetLanguageunderstandingMinersParams

func NewGetLanguageunderstandingMinersParams() *GetLanguageunderstandingMinersParams

NewGetLanguageunderstandingMinersParams creates a new GetLanguageunderstandingMinersParams 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 NewGetLanguageunderstandingMinersParamsWithContext

func NewGetLanguageunderstandingMinersParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinersParams

NewGetLanguageunderstandingMinersParamsWithContext creates a new GetLanguageunderstandingMinersParams object with the ability to set a context for a request.

func NewGetLanguageunderstandingMinersParamsWithHTTPClient

func NewGetLanguageunderstandingMinersParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinersParams

NewGetLanguageunderstandingMinersParamsWithHTTPClient creates a new GetLanguageunderstandingMinersParams object with the ability to set a custom HTTPClient for a request.

func NewGetLanguageunderstandingMinersParamsWithTimeout

func NewGetLanguageunderstandingMinersParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinersParams

NewGetLanguageunderstandingMinersParamsWithTimeout creates a new GetLanguageunderstandingMinersParams object with the ability to set a timeout on a request.

func (*GetLanguageunderstandingMinersParams) SetContext

SetContext adds the context to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) SetDefaults

func (o *GetLanguageunderstandingMinersParams) SetDefaults()

SetDefaults hydrates default values in the get languageunderstanding miners params (not the query body).

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

func (*GetLanguageunderstandingMinersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) SetMinerType

func (o *GetLanguageunderstandingMinersParams) SetMinerType(minerType *string)

SetMinerType adds the minerType to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) SetTimeout

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

SetTimeout adds the timeout to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) WithContext

WithContext adds the context to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) WithDefaults

WithDefaults hydrates default values in the get languageunderstanding miners params (not the query body).

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

func (*GetLanguageunderstandingMinersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) WithMinerType

WithMinerType adds the minerType to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) WithTimeout

WithTimeout adds the timeout to the get languageunderstanding miners params

func (*GetLanguageunderstandingMinersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLanguageunderstandingMinersReader

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

GetLanguageunderstandingMinersReader is a Reader for the GetLanguageunderstandingMiners structure.

func (*GetLanguageunderstandingMinersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLanguageunderstandingMinersRequestEntityTooLarge

type GetLanguageunderstandingMinersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinersRequestEntityTooLarge

func NewGetLanguageunderstandingMinersRequestEntityTooLarge() *GetLanguageunderstandingMinersRequestEntityTooLarge

NewGetLanguageunderstandingMinersRequestEntityTooLarge creates a GetLanguageunderstandingMinersRequestEntityTooLarge with default headers values

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) Error

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) GetPayload

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsClientError

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

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsCode

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

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect

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

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsServerError

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

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess

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

func (*GetLanguageunderstandingMinersRequestEntityTooLarge) String

type GetLanguageunderstandingMinersRequestTimeout

type GetLanguageunderstandingMinersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinersRequestTimeout 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 NewGetLanguageunderstandingMinersRequestTimeout

func NewGetLanguageunderstandingMinersRequestTimeout() *GetLanguageunderstandingMinersRequestTimeout

NewGetLanguageunderstandingMinersRequestTimeout creates a GetLanguageunderstandingMinersRequestTimeout with default headers values

func (*GetLanguageunderstandingMinersRequestTimeout) Error

func (*GetLanguageunderstandingMinersRequestTimeout) GetPayload

func (*GetLanguageunderstandingMinersRequestTimeout) IsClientError

IsClientError returns true when this get languageunderstanding miners request timeout response has a 4xx status code

func (*GetLanguageunderstandingMinersRequestTimeout) IsCode

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

func (*GetLanguageunderstandingMinersRequestTimeout) IsRedirect

IsRedirect returns true when this get languageunderstanding miners request timeout response has a 3xx status code

func (*GetLanguageunderstandingMinersRequestTimeout) IsServerError

IsServerError returns true when this get languageunderstanding miners request timeout response has a 5xx status code

func (*GetLanguageunderstandingMinersRequestTimeout) IsSuccess

IsSuccess returns true when this get languageunderstanding miners request timeout response has a 2xx status code

func (*GetLanguageunderstandingMinersRequestTimeout) String

type GetLanguageunderstandingMinersServiceUnavailable

type GetLanguageunderstandingMinersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinersServiceUnavailable 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 NewGetLanguageunderstandingMinersServiceUnavailable

func NewGetLanguageunderstandingMinersServiceUnavailable() *GetLanguageunderstandingMinersServiceUnavailable

NewGetLanguageunderstandingMinersServiceUnavailable creates a GetLanguageunderstandingMinersServiceUnavailable with default headers values

func (*GetLanguageunderstandingMinersServiceUnavailable) Error

func (*GetLanguageunderstandingMinersServiceUnavailable) GetPayload

func (*GetLanguageunderstandingMinersServiceUnavailable) IsClientError

IsClientError returns true when this get languageunderstanding miners service unavailable response has a 4xx status code

func (*GetLanguageunderstandingMinersServiceUnavailable) IsCode

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

func (*GetLanguageunderstandingMinersServiceUnavailable) IsRedirect

IsRedirect returns true when this get languageunderstanding miners service unavailable response has a 3xx status code

func (*GetLanguageunderstandingMinersServiceUnavailable) IsServerError

IsServerError returns true when this get languageunderstanding miners service unavailable response has a 5xx status code

func (*GetLanguageunderstandingMinersServiceUnavailable) IsSuccess

IsSuccess returns true when this get languageunderstanding miners service unavailable response has a 2xx status code

func (*GetLanguageunderstandingMinersServiceUnavailable) String

type GetLanguageunderstandingMinersTooManyRequests

type GetLanguageunderstandingMinersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetLanguageunderstandingMinersTooManyRequests

func NewGetLanguageunderstandingMinersTooManyRequests() *GetLanguageunderstandingMinersTooManyRequests

NewGetLanguageunderstandingMinersTooManyRequests creates a GetLanguageunderstandingMinersTooManyRequests with default headers values

func (*GetLanguageunderstandingMinersTooManyRequests) Error

func (*GetLanguageunderstandingMinersTooManyRequests) GetPayload

func (*GetLanguageunderstandingMinersTooManyRequests) IsClientError

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

func (*GetLanguageunderstandingMinersTooManyRequests) IsCode

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

func (*GetLanguageunderstandingMinersTooManyRequests) IsRedirect

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

func (*GetLanguageunderstandingMinersTooManyRequests) IsServerError

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

func (*GetLanguageunderstandingMinersTooManyRequests) IsSuccess

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

func (*GetLanguageunderstandingMinersTooManyRequests) String

type GetLanguageunderstandingMinersUnauthorized

type GetLanguageunderstandingMinersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetLanguageunderstandingMinersUnauthorized

func NewGetLanguageunderstandingMinersUnauthorized() *GetLanguageunderstandingMinersUnauthorized

NewGetLanguageunderstandingMinersUnauthorized creates a GetLanguageunderstandingMinersUnauthorized with default headers values

func (*GetLanguageunderstandingMinersUnauthorized) Error

func (*GetLanguageunderstandingMinersUnauthorized) GetPayload

func (*GetLanguageunderstandingMinersUnauthorized) IsClientError

IsClientError returns true when this get languageunderstanding miners unauthorized response has a 4xx status code

func (*GetLanguageunderstandingMinersUnauthorized) IsCode

IsCode returns true when this get languageunderstanding miners unauthorized response a status code equal to that given

func (*GetLanguageunderstandingMinersUnauthorized) IsRedirect

IsRedirect returns true when this get languageunderstanding miners unauthorized response has a 3xx status code

func (*GetLanguageunderstandingMinersUnauthorized) IsServerError

IsServerError returns true when this get languageunderstanding miners unauthorized response has a 5xx status code

func (*GetLanguageunderstandingMinersUnauthorized) IsSuccess

IsSuccess returns true when this get languageunderstanding miners unauthorized response has a 2xx status code

func (*GetLanguageunderstandingMinersUnauthorized) String

type GetLanguageunderstandingMinersUnsupportedMediaType

type GetLanguageunderstandingMinersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetLanguageunderstandingMinersUnsupportedMediaType 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 NewGetLanguageunderstandingMinersUnsupportedMediaType

func NewGetLanguageunderstandingMinersUnsupportedMediaType() *GetLanguageunderstandingMinersUnsupportedMediaType

NewGetLanguageunderstandingMinersUnsupportedMediaType creates a GetLanguageunderstandingMinersUnsupportedMediaType with default headers values

func (*GetLanguageunderstandingMinersUnsupportedMediaType) Error

func (*GetLanguageunderstandingMinersUnsupportedMediaType) GetPayload

func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsClientError

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

func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsCode

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

func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsRedirect

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

func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsServerError

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

func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsSuccess

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

func (*GetLanguageunderstandingMinersUnsupportedMediaType) String

type PatchLanguageunderstandingDomainBadRequest

type PatchLanguageunderstandingDomainBadRequest struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingDomainBadRequest 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 NewPatchLanguageunderstandingDomainBadRequest

func NewPatchLanguageunderstandingDomainBadRequest() *PatchLanguageunderstandingDomainBadRequest

NewPatchLanguageunderstandingDomainBadRequest creates a PatchLanguageunderstandingDomainBadRequest with default headers values

func (*PatchLanguageunderstandingDomainBadRequest) Error

func (*PatchLanguageunderstandingDomainBadRequest) GetPayload

func (*PatchLanguageunderstandingDomainBadRequest) IsClientError

IsClientError returns true when this patch languageunderstanding domain bad request response has a 4xx status code

func (*PatchLanguageunderstandingDomainBadRequest) IsCode

IsCode returns true when this patch languageunderstanding domain bad request response a status code equal to that given

func (*PatchLanguageunderstandingDomainBadRequest) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain bad request response has a 3xx status code

func (*PatchLanguageunderstandingDomainBadRequest) IsServerError

IsServerError returns true when this patch languageunderstanding domain bad request response has a 5xx status code

func (*PatchLanguageunderstandingDomainBadRequest) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain bad request response has a 2xx status code

func (*PatchLanguageunderstandingDomainBadRequest) String

type PatchLanguageunderstandingDomainForbidden

type PatchLanguageunderstandingDomainForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPatchLanguageunderstandingDomainForbidden

func NewPatchLanguageunderstandingDomainForbidden() *PatchLanguageunderstandingDomainForbidden

NewPatchLanguageunderstandingDomainForbidden creates a PatchLanguageunderstandingDomainForbidden with default headers values

func (*PatchLanguageunderstandingDomainForbidden) Error

func (*PatchLanguageunderstandingDomainForbidden) GetPayload

func (*PatchLanguageunderstandingDomainForbidden) IsClientError

IsClientError returns true when this patch languageunderstanding domain forbidden response has a 4xx status code

func (*PatchLanguageunderstandingDomainForbidden) IsCode

IsCode returns true when this patch languageunderstanding domain forbidden response a status code equal to that given

func (*PatchLanguageunderstandingDomainForbidden) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain forbidden response has a 3xx status code

func (*PatchLanguageunderstandingDomainForbidden) IsServerError

IsServerError returns true when this patch languageunderstanding domain forbidden response has a 5xx status code

func (*PatchLanguageunderstandingDomainForbidden) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain forbidden response has a 2xx status code

func (*PatchLanguageunderstandingDomainForbidden) String

type PatchLanguageunderstandingDomainGatewayTimeout

type PatchLanguageunderstandingDomainGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPatchLanguageunderstandingDomainGatewayTimeout

func NewPatchLanguageunderstandingDomainGatewayTimeout() *PatchLanguageunderstandingDomainGatewayTimeout

NewPatchLanguageunderstandingDomainGatewayTimeout creates a PatchLanguageunderstandingDomainGatewayTimeout with default headers values

func (*PatchLanguageunderstandingDomainGatewayTimeout) Error

func (*PatchLanguageunderstandingDomainGatewayTimeout) GetPayload

func (*PatchLanguageunderstandingDomainGatewayTimeout) IsClientError

IsClientError returns true when this patch languageunderstanding domain gateway timeout response has a 4xx status code

func (*PatchLanguageunderstandingDomainGatewayTimeout) IsCode

IsCode returns true when this patch languageunderstanding domain gateway timeout response a status code equal to that given

func (*PatchLanguageunderstandingDomainGatewayTimeout) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain gateway timeout response has a 3xx status code

func (*PatchLanguageunderstandingDomainGatewayTimeout) IsServerError

IsServerError returns true when this patch languageunderstanding domain gateway timeout response has a 5xx status code

func (*PatchLanguageunderstandingDomainGatewayTimeout) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain gateway timeout response has a 2xx status code

func (*PatchLanguageunderstandingDomainGatewayTimeout) String

type PatchLanguageunderstandingDomainInternalServerError

type PatchLanguageunderstandingDomainInternalServerError struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingDomainInternalServerError 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 NewPatchLanguageunderstandingDomainInternalServerError

func NewPatchLanguageunderstandingDomainInternalServerError() *PatchLanguageunderstandingDomainInternalServerError

NewPatchLanguageunderstandingDomainInternalServerError creates a PatchLanguageunderstandingDomainInternalServerError with default headers values

func (*PatchLanguageunderstandingDomainInternalServerError) Error

func (*PatchLanguageunderstandingDomainInternalServerError) GetPayload

func (*PatchLanguageunderstandingDomainInternalServerError) IsClientError

IsClientError returns true when this patch languageunderstanding domain internal server error response has a 4xx status code

func (*PatchLanguageunderstandingDomainInternalServerError) IsCode

IsCode returns true when this patch languageunderstanding domain internal server error response a status code equal to that given

func (*PatchLanguageunderstandingDomainInternalServerError) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain internal server error response has a 3xx status code

func (*PatchLanguageunderstandingDomainInternalServerError) IsServerError

IsServerError returns true when this patch languageunderstanding domain internal server error response has a 5xx status code

func (*PatchLanguageunderstandingDomainInternalServerError) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain internal server error response has a 2xx status code

func (*PatchLanguageunderstandingDomainInternalServerError) String

type PatchLanguageunderstandingDomainNotFound

type PatchLanguageunderstandingDomainNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPatchLanguageunderstandingDomainNotFound

func NewPatchLanguageunderstandingDomainNotFound() *PatchLanguageunderstandingDomainNotFound

NewPatchLanguageunderstandingDomainNotFound creates a PatchLanguageunderstandingDomainNotFound with default headers values

func (*PatchLanguageunderstandingDomainNotFound) Error

func (*PatchLanguageunderstandingDomainNotFound) GetPayload

func (*PatchLanguageunderstandingDomainNotFound) IsClientError

IsClientError returns true when this patch languageunderstanding domain not found response has a 4xx status code

func (*PatchLanguageunderstandingDomainNotFound) IsCode

IsCode returns true when this patch languageunderstanding domain not found response a status code equal to that given

func (*PatchLanguageunderstandingDomainNotFound) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain not found response has a 3xx status code

func (*PatchLanguageunderstandingDomainNotFound) IsServerError

IsServerError returns true when this patch languageunderstanding domain not found response has a 5xx status code

func (*PatchLanguageunderstandingDomainNotFound) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain not found response has a 2xx status code

func (*PatchLanguageunderstandingDomainNotFound) String

type PatchLanguageunderstandingDomainOK

type PatchLanguageunderstandingDomainOK struct {
	Payload *models.NluDomain
}

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

successful operation

func NewPatchLanguageunderstandingDomainOK

func NewPatchLanguageunderstandingDomainOK() *PatchLanguageunderstandingDomainOK

NewPatchLanguageunderstandingDomainOK creates a PatchLanguageunderstandingDomainOK with default headers values

func (*PatchLanguageunderstandingDomainOK) Error

func (*PatchLanguageunderstandingDomainOK) GetPayload

func (*PatchLanguageunderstandingDomainOK) IsClientError

func (o *PatchLanguageunderstandingDomainOK) IsClientError() bool

IsClientError returns true when this patch languageunderstanding domain o k response has a 4xx status code

func (*PatchLanguageunderstandingDomainOK) IsCode

IsCode returns true when this patch languageunderstanding domain o k response a status code equal to that given

func (*PatchLanguageunderstandingDomainOK) IsRedirect

func (o *PatchLanguageunderstandingDomainOK) IsRedirect() bool

IsRedirect returns true when this patch languageunderstanding domain o k response has a 3xx status code

func (*PatchLanguageunderstandingDomainOK) IsServerError

func (o *PatchLanguageunderstandingDomainOK) IsServerError() bool

IsServerError returns true when this patch languageunderstanding domain o k response has a 5xx status code

func (*PatchLanguageunderstandingDomainOK) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain o k response has a 2xx status code

func (*PatchLanguageunderstandingDomainOK) String

type PatchLanguageunderstandingDomainParams

type PatchLanguageunderstandingDomainParams struct {

	/* Body.

	   The updated NLU Domain.
	*/
	Body *models.NluDomain

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

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

PatchLanguageunderstandingDomainParams contains all the parameters to send to the API endpoint

for the patch languageunderstanding domain operation.

Typically these are written to a http.Request.

func NewPatchLanguageunderstandingDomainParams

func NewPatchLanguageunderstandingDomainParams() *PatchLanguageunderstandingDomainParams

NewPatchLanguageunderstandingDomainParams creates a new PatchLanguageunderstandingDomainParams 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 NewPatchLanguageunderstandingDomainParamsWithContext

func NewPatchLanguageunderstandingDomainParamsWithContext(ctx context.Context) *PatchLanguageunderstandingDomainParams

NewPatchLanguageunderstandingDomainParamsWithContext creates a new PatchLanguageunderstandingDomainParams object with the ability to set a context for a request.

func NewPatchLanguageunderstandingDomainParamsWithHTTPClient

func NewPatchLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *PatchLanguageunderstandingDomainParams

NewPatchLanguageunderstandingDomainParamsWithHTTPClient creates a new PatchLanguageunderstandingDomainParams object with the ability to set a custom HTTPClient for a request.

func NewPatchLanguageunderstandingDomainParamsWithTimeout

func NewPatchLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *PatchLanguageunderstandingDomainParams

NewPatchLanguageunderstandingDomainParamsWithTimeout creates a new PatchLanguageunderstandingDomainParams object with the ability to set a timeout on a request.

func (*PatchLanguageunderstandingDomainParams) SetBody

SetBody adds the body to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) SetContext

SetContext adds the context to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) SetDefaults

func (o *PatchLanguageunderstandingDomainParams) SetDefaults()

SetDefaults hydrates default values in the patch languageunderstanding domain params (not the query body).

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

func (*PatchLanguageunderstandingDomainParams) SetDomainID

func (o *PatchLanguageunderstandingDomainParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) SetTimeout

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

SetTimeout adds the timeout to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WithBody

WithBody adds the body to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WithContext

WithContext adds the context to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WithDefaults

WithDefaults hydrates default values in the patch languageunderstanding domain params (not the query body).

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

func (*PatchLanguageunderstandingDomainParams) WithDomainID

WithDomainID adds the domainID to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WithTimeout

WithTimeout adds the timeout to the patch languageunderstanding domain params

func (*PatchLanguageunderstandingDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchLanguageunderstandingDomainReader

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

PatchLanguageunderstandingDomainReader is a Reader for the PatchLanguageunderstandingDomain structure.

func (*PatchLanguageunderstandingDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchLanguageunderstandingDomainRequestEntityTooLarge

type PatchLanguageunderstandingDomainRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchLanguageunderstandingDomainRequestEntityTooLarge

func NewPatchLanguageunderstandingDomainRequestEntityTooLarge() *PatchLanguageunderstandingDomainRequestEntityTooLarge

NewPatchLanguageunderstandingDomainRequestEntityTooLarge creates a PatchLanguageunderstandingDomainRequestEntityTooLarge with default headers values

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) Error

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) GetPayload

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch languageunderstanding domain request entity too large response has a 4xx status code

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsCode

IsCode returns true when this patch languageunderstanding domain request entity too large response a status code equal to that given

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain request entity too large response has a 3xx status code

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch languageunderstanding domain request entity too large response has a 5xx status code

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain request entity too large response has a 2xx status code

func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) String

type PatchLanguageunderstandingDomainRequestTimeout

type PatchLanguageunderstandingDomainRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingDomainRequestTimeout 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 NewPatchLanguageunderstandingDomainRequestTimeout

func NewPatchLanguageunderstandingDomainRequestTimeout() *PatchLanguageunderstandingDomainRequestTimeout

NewPatchLanguageunderstandingDomainRequestTimeout creates a PatchLanguageunderstandingDomainRequestTimeout with default headers values

func (*PatchLanguageunderstandingDomainRequestTimeout) Error

func (*PatchLanguageunderstandingDomainRequestTimeout) GetPayload

func (*PatchLanguageunderstandingDomainRequestTimeout) IsClientError

IsClientError returns true when this patch languageunderstanding domain request timeout response has a 4xx status code

func (*PatchLanguageunderstandingDomainRequestTimeout) IsCode

IsCode returns true when this patch languageunderstanding domain request timeout response a status code equal to that given

func (*PatchLanguageunderstandingDomainRequestTimeout) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain request timeout response has a 3xx status code

func (*PatchLanguageunderstandingDomainRequestTimeout) IsServerError

IsServerError returns true when this patch languageunderstanding domain request timeout response has a 5xx status code

func (*PatchLanguageunderstandingDomainRequestTimeout) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain request timeout response has a 2xx status code

func (*PatchLanguageunderstandingDomainRequestTimeout) String

type PatchLanguageunderstandingDomainServiceUnavailable

type PatchLanguageunderstandingDomainServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingDomainServiceUnavailable 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 NewPatchLanguageunderstandingDomainServiceUnavailable

func NewPatchLanguageunderstandingDomainServiceUnavailable() *PatchLanguageunderstandingDomainServiceUnavailable

NewPatchLanguageunderstandingDomainServiceUnavailable creates a PatchLanguageunderstandingDomainServiceUnavailable with default headers values

func (*PatchLanguageunderstandingDomainServiceUnavailable) Error

func (*PatchLanguageunderstandingDomainServiceUnavailable) GetPayload

func (*PatchLanguageunderstandingDomainServiceUnavailable) IsClientError

IsClientError returns true when this patch languageunderstanding domain service unavailable response has a 4xx status code

func (*PatchLanguageunderstandingDomainServiceUnavailable) IsCode

IsCode returns true when this patch languageunderstanding domain service unavailable response a status code equal to that given

func (*PatchLanguageunderstandingDomainServiceUnavailable) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain service unavailable response has a 3xx status code

func (*PatchLanguageunderstandingDomainServiceUnavailable) IsServerError

IsServerError returns true when this patch languageunderstanding domain service unavailable response has a 5xx status code

func (*PatchLanguageunderstandingDomainServiceUnavailable) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain service unavailable response has a 2xx status code

func (*PatchLanguageunderstandingDomainServiceUnavailable) String

type PatchLanguageunderstandingDomainTooManyRequests

type PatchLanguageunderstandingDomainTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchLanguageunderstandingDomainTooManyRequests

func NewPatchLanguageunderstandingDomainTooManyRequests() *PatchLanguageunderstandingDomainTooManyRequests

NewPatchLanguageunderstandingDomainTooManyRequests creates a PatchLanguageunderstandingDomainTooManyRequests with default headers values

func (*PatchLanguageunderstandingDomainTooManyRequests) Error

func (*PatchLanguageunderstandingDomainTooManyRequests) GetPayload

func (*PatchLanguageunderstandingDomainTooManyRequests) IsClientError

IsClientError returns true when this patch languageunderstanding domain too many requests response has a 4xx status code

func (*PatchLanguageunderstandingDomainTooManyRequests) IsCode

IsCode returns true when this patch languageunderstanding domain too many requests response a status code equal to that given

func (*PatchLanguageunderstandingDomainTooManyRequests) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain too many requests response has a 3xx status code

func (*PatchLanguageunderstandingDomainTooManyRequests) IsServerError

IsServerError returns true when this patch languageunderstanding domain too many requests response has a 5xx status code

func (*PatchLanguageunderstandingDomainTooManyRequests) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain too many requests response has a 2xx status code

func (*PatchLanguageunderstandingDomainTooManyRequests) String

type PatchLanguageunderstandingDomainUnauthorized

type PatchLanguageunderstandingDomainUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPatchLanguageunderstandingDomainUnauthorized

func NewPatchLanguageunderstandingDomainUnauthorized() *PatchLanguageunderstandingDomainUnauthorized

NewPatchLanguageunderstandingDomainUnauthorized creates a PatchLanguageunderstandingDomainUnauthorized with default headers values

func (*PatchLanguageunderstandingDomainUnauthorized) Error

func (*PatchLanguageunderstandingDomainUnauthorized) GetPayload

func (*PatchLanguageunderstandingDomainUnauthorized) IsClientError

IsClientError returns true when this patch languageunderstanding domain unauthorized response has a 4xx status code

func (*PatchLanguageunderstandingDomainUnauthorized) IsCode

IsCode returns true when this patch languageunderstanding domain unauthorized response a status code equal to that given

func (*PatchLanguageunderstandingDomainUnauthorized) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain unauthorized response has a 3xx status code

func (*PatchLanguageunderstandingDomainUnauthorized) IsServerError

IsServerError returns true when this patch languageunderstanding domain unauthorized response has a 5xx status code

func (*PatchLanguageunderstandingDomainUnauthorized) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain unauthorized response has a 2xx status code

func (*PatchLanguageunderstandingDomainUnauthorized) String

type PatchLanguageunderstandingDomainUnsupportedMediaType

type PatchLanguageunderstandingDomainUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingDomainUnsupportedMediaType 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 NewPatchLanguageunderstandingDomainUnsupportedMediaType

func NewPatchLanguageunderstandingDomainUnsupportedMediaType() *PatchLanguageunderstandingDomainUnsupportedMediaType

NewPatchLanguageunderstandingDomainUnsupportedMediaType creates a PatchLanguageunderstandingDomainUnsupportedMediaType with default headers values

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) Error

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) GetPayload

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsClientError

IsClientError returns true when this patch languageunderstanding domain unsupported media type response has a 4xx status code

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsCode

IsCode returns true when this patch languageunderstanding domain unsupported media type response a status code equal to that given

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch languageunderstanding domain unsupported media type response has a 3xx status code

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsServerError

IsServerError returns true when this patch languageunderstanding domain unsupported media type response has a 5xx status code

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch languageunderstanding domain unsupported media type response has a 2xx status code

func (*PatchLanguageunderstandingDomainUnsupportedMediaType) String

type PatchLanguageunderstandingMinerDraftBadRequest

type PatchLanguageunderstandingMinerDraftBadRequest struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingMinerDraftBadRequest 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 NewPatchLanguageunderstandingMinerDraftBadRequest

func NewPatchLanguageunderstandingMinerDraftBadRequest() *PatchLanguageunderstandingMinerDraftBadRequest

NewPatchLanguageunderstandingMinerDraftBadRequest creates a PatchLanguageunderstandingMinerDraftBadRequest with default headers values

func (*PatchLanguageunderstandingMinerDraftBadRequest) Error

func (*PatchLanguageunderstandingMinerDraftBadRequest) GetPayload

func (*PatchLanguageunderstandingMinerDraftBadRequest) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft bad request response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftBadRequest) IsCode

IsCode returns true when this patch languageunderstanding miner draft bad request response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftBadRequest) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft bad request response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftBadRequest) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft bad request response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftBadRequest) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft bad request response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftBadRequest) String

type PatchLanguageunderstandingMinerDraftForbidden

type PatchLanguageunderstandingMinerDraftForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPatchLanguageunderstandingMinerDraftForbidden

func NewPatchLanguageunderstandingMinerDraftForbidden() *PatchLanguageunderstandingMinerDraftForbidden

NewPatchLanguageunderstandingMinerDraftForbidden creates a PatchLanguageunderstandingMinerDraftForbidden with default headers values

func (*PatchLanguageunderstandingMinerDraftForbidden) Error

func (*PatchLanguageunderstandingMinerDraftForbidden) GetPayload

func (*PatchLanguageunderstandingMinerDraftForbidden) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft forbidden response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftForbidden) IsCode

IsCode returns true when this patch languageunderstanding miner draft forbidden response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftForbidden) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft forbidden response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftForbidden) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft forbidden response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftForbidden) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft forbidden response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftForbidden) String

type PatchLanguageunderstandingMinerDraftGatewayTimeout

type PatchLanguageunderstandingMinerDraftGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPatchLanguageunderstandingMinerDraftGatewayTimeout

func NewPatchLanguageunderstandingMinerDraftGatewayTimeout() *PatchLanguageunderstandingMinerDraftGatewayTimeout

NewPatchLanguageunderstandingMinerDraftGatewayTimeout creates a PatchLanguageunderstandingMinerDraftGatewayTimeout with default headers values

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) Error

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) GetPayload

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft gateway timeout response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsCode

IsCode returns true when this patch languageunderstanding miner draft gateway timeout response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft gateway timeout response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft gateway timeout response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft gateway timeout response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) String

type PatchLanguageunderstandingMinerDraftInternalServerError

type PatchLanguageunderstandingMinerDraftInternalServerError struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingMinerDraftInternalServerError 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 NewPatchLanguageunderstandingMinerDraftInternalServerError

func NewPatchLanguageunderstandingMinerDraftInternalServerError() *PatchLanguageunderstandingMinerDraftInternalServerError

NewPatchLanguageunderstandingMinerDraftInternalServerError creates a PatchLanguageunderstandingMinerDraftInternalServerError with default headers values

func (*PatchLanguageunderstandingMinerDraftInternalServerError) Error

func (*PatchLanguageunderstandingMinerDraftInternalServerError) GetPayload

func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft internal server error response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsCode

IsCode returns true when this patch languageunderstanding miner draft internal server error response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft internal server error response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft internal server error response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft internal server error response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftInternalServerError) String

type PatchLanguageunderstandingMinerDraftNotFound

type PatchLanguageunderstandingMinerDraftNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPatchLanguageunderstandingMinerDraftNotFound

func NewPatchLanguageunderstandingMinerDraftNotFound() *PatchLanguageunderstandingMinerDraftNotFound

NewPatchLanguageunderstandingMinerDraftNotFound creates a PatchLanguageunderstandingMinerDraftNotFound with default headers values

func (*PatchLanguageunderstandingMinerDraftNotFound) Error

func (*PatchLanguageunderstandingMinerDraftNotFound) GetPayload

func (*PatchLanguageunderstandingMinerDraftNotFound) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft not found response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftNotFound) IsCode

IsCode returns true when this patch languageunderstanding miner draft not found response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftNotFound) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft not found response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftNotFound) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft not found response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftNotFound) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft not found response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftNotFound) String

type PatchLanguageunderstandingMinerDraftOK

type PatchLanguageunderstandingMinerDraftOK struct {
	Payload *models.Draft
}

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

successful operation

func NewPatchLanguageunderstandingMinerDraftOK

func NewPatchLanguageunderstandingMinerDraftOK() *PatchLanguageunderstandingMinerDraftOK

NewPatchLanguageunderstandingMinerDraftOK creates a PatchLanguageunderstandingMinerDraftOK with default headers values

func (*PatchLanguageunderstandingMinerDraftOK) Error

func (*PatchLanguageunderstandingMinerDraftOK) GetPayload

func (*PatchLanguageunderstandingMinerDraftOK) IsClientError

func (o *PatchLanguageunderstandingMinerDraftOK) IsClientError() bool

IsClientError returns true when this patch languageunderstanding miner draft o k response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftOK) IsCode

IsCode returns true when this patch languageunderstanding miner draft o k response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftOK) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft o k response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftOK) IsServerError

func (o *PatchLanguageunderstandingMinerDraftOK) IsServerError() bool

IsServerError returns true when this patch languageunderstanding miner draft o k response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftOK) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft o k response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftOK) String

type PatchLanguageunderstandingMinerDraftParams

type PatchLanguageunderstandingMinerDraftParams struct {

	// Body.
	Body *models.DraftRequest

	/* DraftID.

	   Draft ID
	*/
	DraftID string

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

PatchLanguageunderstandingMinerDraftParams contains all the parameters to send to the API endpoint

for the patch languageunderstanding miner draft operation.

Typically these are written to a http.Request.

func NewPatchLanguageunderstandingMinerDraftParams

func NewPatchLanguageunderstandingMinerDraftParams() *PatchLanguageunderstandingMinerDraftParams

NewPatchLanguageunderstandingMinerDraftParams creates a new PatchLanguageunderstandingMinerDraftParams 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 NewPatchLanguageunderstandingMinerDraftParamsWithContext

func NewPatchLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *PatchLanguageunderstandingMinerDraftParams

NewPatchLanguageunderstandingMinerDraftParamsWithContext creates a new PatchLanguageunderstandingMinerDraftParams object with the ability to set a context for a request.

func NewPatchLanguageunderstandingMinerDraftParamsWithHTTPClient

func NewPatchLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *PatchLanguageunderstandingMinerDraftParams

NewPatchLanguageunderstandingMinerDraftParamsWithHTTPClient creates a new PatchLanguageunderstandingMinerDraftParams object with the ability to set a custom HTTPClient for a request.

func NewPatchLanguageunderstandingMinerDraftParamsWithTimeout

func NewPatchLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *PatchLanguageunderstandingMinerDraftParams

NewPatchLanguageunderstandingMinerDraftParamsWithTimeout creates a new PatchLanguageunderstandingMinerDraftParams object with the ability to set a timeout on a request.

func (*PatchLanguageunderstandingMinerDraftParams) SetBody

SetBody adds the body to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) SetContext

SetContext adds the context to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) SetDefaults

SetDefaults hydrates default values in the patch languageunderstanding miner draft params (not the query body).

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

func (*PatchLanguageunderstandingMinerDraftParams) SetDraftID

func (o *PatchLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)

SetDraftID adds the draftId to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) SetMinerID

func (o *PatchLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) SetTimeout

SetTimeout adds the timeout to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithBody

WithBody adds the body to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithContext

WithContext adds the context to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithDefaults

WithDefaults hydrates default values in the patch languageunderstanding miner draft params (not the query body).

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

func (*PatchLanguageunderstandingMinerDraftParams) WithDraftID

WithDraftID adds the draftID to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithMinerID

WithMinerID adds the minerID to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WithTimeout

WithTimeout adds the timeout to the patch languageunderstanding miner draft params

func (*PatchLanguageunderstandingMinerDraftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchLanguageunderstandingMinerDraftReader

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

PatchLanguageunderstandingMinerDraftReader is a Reader for the PatchLanguageunderstandingMinerDraft structure.

func (*PatchLanguageunderstandingMinerDraftReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchLanguageunderstandingMinerDraftRequestEntityTooLarge

type PatchLanguageunderstandingMinerDraftRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchLanguageunderstandingMinerDraftRequestEntityTooLarge

func NewPatchLanguageunderstandingMinerDraftRequestEntityTooLarge() *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge

NewPatchLanguageunderstandingMinerDraftRequestEntityTooLarge creates a PatchLanguageunderstandingMinerDraftRequestEntityTooLarge with default headers values

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) Error

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft request entity too large response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode

IsCode returns true when this patch languageunderstanding miner draft request entity too large response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft request entity too large response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft request entity too large response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft request entity too large response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) String

type PatchLanguageunderstandingMinerDraftRequestTimeout

type PatchLanguageunderstandingMinerDraftRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingMinerDraftRequestTimeout 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 NewPatchLanguageunderstandingMinerDraftRequestTimeout

func NewPatchLanguageunderstandingMinerDraftRequestTimeout() *PatchLanguageunderstandingMinerDraftRequestTimeout

NewPatchLanguageunderstandingMinerDraftRequestTimeout creates a PatchLanguageunderstandingMinerDraftRequestTimeout with default headers values

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) Error

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) GetPayload

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft request timeout response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsCode

IsCode returns true when this patch languageunderstanding miner draft request timeout response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft request timeout response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft request timeout response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft request timeout response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftRequestTimeout) String

type PatchLanguageunderstandingMinerDraftServiceUnavailable

type PatchLanguageunderstandingMinerDraftServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingMinerDraftServiceUnavailable 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 NewPatchLanguageunderstandingMinerDraftServiceUnavailable

func NewPatchLanguageunderstandingMinerDraftServiceUnavailable() *PatchLanguageunderstandingMinerDraftServiceUnavailable

NewPatchLanguageunderstandingMinerDraftServiceUnavailable creates a PatchLanguageunderstandingMinerDraftServiceUnavailable with default headers values

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) Error

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) GetPayload

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft service unavailable response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsCode

IsCode returns true when this patch languageunderstanding miner draft service unavailable response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft service unavailable response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft service unavailable response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft service unavailable response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) String

type PatchLanguageunderstandingMinerDraftTooManyRequests

type PatchLanguageunderstandingMinerDraftTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchLanguageunderstandingMinerDraftTooManyRequests

func NewPatchLanguageunderstandingMinerDraftTooManyRequests() *PatchLanguageunderstandingMinerDraftTooManyRequests

NewPatchLanguageunderstandingMinerDraftTooManyRequests creates a PatchLanguageunderstandingMinerDraftTooManyRequests with default headers values

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) Error

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) GetPayload

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft too many requests response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsCode

IsCode returns true when this patch languageunderstanding miner draft too many requests response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft too many requests response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft too many requests response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft too many requests response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftTooManyRequests) String

type PatchLanguageunderstandingMinerDraftUnauthorized

type PatchLanguageunderstandingMinerDraftUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPatchLanguageunderstandingMinerDraftUnauthorized

func NewPatchLanguageunderstandingMinerDraftUnauthorized() *PatchLanguageunderstandingMinerDraftUnauthorized

NewPatchLanguageunderstandingMinerDraftUnauthorized creates a PatchLanguageunderstandingMinerDraftUnauthorized with default headers values

func (*PatchLanguageunderstandingMinerDraftUnauthorized) Error

func (*PatchLanguageunderstandingMinerDraftUnauthorized) GetPayload

func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft unauthorized response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsCode

IsCode returns true when this patch languageunderstanding miner draft unauthorized response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft unauthorized response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft unauthorized response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft unauthorized response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftUnauthorized) String

type PatchLanguageunderstandingMinerDraftUnsupportedMediaType

type PatchLanguageunderstandingMinerDraftUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchLanguageunderstandingMinerDraftUnsupportedMediaType 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 NewPatchLanguageunderstandingMinerDraftUnsupportedMediaType

func NewPatchLanguageunderstandingMinerDraftUnsupportedMediaType() *PatchLanguageunderstandingMinerDraftUnsupportedMediaType

NewPatchLanguageunderstandingMinerDraftUnsupportedMediaType creates a PatchLanguageunderstandingMinerDraftUnsupportedMediaType with default headers values

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) Error

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError

IsClientError returns true when this patch languageunderstanding miner draft unsupported media type response has a 4xx status code

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode

IsCode returns true when this patch languageunderstanding miner draft unsupported media type response a status code equal to that given

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch languageunderstanding miner draft unsupported media type response has a 3xx status code

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError

IsServerError returns true when this patch languageunderstanding miner draft unsupported media type response has a 5xx status code

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch languageunderstanding miner draft unsupported media type response has a 2xx status code

func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) String

type PostLanguageunderstandingDomainFeedbackBadRequest

type PostLanguageunderstandingDomainFeedbackBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainFeedbackBadRequest 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 NewPostLanguageunderstandingDomainFeedbackBadRequest

func NewPostLanguageunderstandingDomainFeedbackBadRequest() *PostLanguageunderstandingDomainFeedbackBadRequest

NewPostLanguageunderstandingDomainFeedbackBadRequest creates a PostLanguageunderstandingDomainFeedbackBadRequest with default headers values

func (*PostLanguageunderstandingDomainFeedbackBadRequest) Error

func (*PostLanguageunderstandingDomainFeedbackBadRequest) GetPayload

func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsCode

IsCode returns true when this post languageunderstanding domain feedback bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackBadRequest) String

type PostLanguageunderstandingDomainFeedbackCreated

type PostLanguageunderstandingDomainFeedbackCreated struct {
	Payload *models.NluFeedbackResponse
}

PostLanguageunderstandingDomainFeedbackCreated describes a response with status code 201, with default header values.

Feedback created successfully

func NewPostLanguageunderstandingDomainFeedbackCreated

func NewPostLanguageunderstandingDomainFeedbackCreated() *PostLanguageunderstandingDomainFeedbackCreated

NewPostLanguageunderstandingDomainFeedbackCreated creates a PostLanguageunderstandingDomainFeedbackCreated with default headers values

func (*PostLanguageunderstandingDomainFeedbackCreated) Error

func (*PostLanguageunderstandingDomainFeedbackCreated) GetPayload

func (*PostLanguageunderstandingDomainFeedbackCreated) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback created response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackCreated) IsCode

IsCode returns true when this post languageunderstanding domain feedback created response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback created response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackCreated) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback created response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback created response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackCreated) String

type PostLanguageunderstandingDomainFeedbackForbidden

type PostLanguageunderstandingDomainFeedbackForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainFeedbackForbidden

func NewPostLanguageunderstandingDomainFeedbackForbidden() *PostLanguageunderstandingDomainFeedbackForbidden

NewPostLanguageunderstandingDomainFeedbackForbidden creates a PostLanguageunderstandingDomainFeedbackForbidden with default headers values

func (*PostLanguageunderstandingDomainFeedbackForbidden) Error

func (*PostLanguageunderstandingDomainFeedbackForbidden) GetPayload

func (*PostLanguageunderstandingDomainFeedbackForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackForbidden) IsCode

IsCode returns true when this post languageunderstanding domain feedback forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackForbidden) String

type PostLanguageunderstandingDomainFeedbackGatewayTimeout

type PostLanguageunderstandingDomainFeedbackGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainFeedbackGatewayTimeout

func NewPostLanguageunderstandingDomainFeedbackGatewayTimeout() *PostLanguageunderstandingDomainFeedbackGatewayTimeout

NewPostLanguageunderstandingDomainFeedbackGatewayTimeout creates a PostLanguageunderstandingDomainFeedbackGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) Error

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domain feedback gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) String

type PostLanguageunderstandingDomainFeedbackInternalServerError

type PostLanguageunderstandingDomainFeedbackInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainFeedbackInternalServerError 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 NewPostLanguageunderstandingDomainFeedbackInternalServerError

func NewPostLanguageunderstandingDomainFeedbackInternalServerError() *PostLanguageunderstandingDomainFeedbackInternalServerError

NewPostLanguageunderstandingDomainFeedbackInternalServerError creates a PostLanguageunderstandingDomainFeedbackInternalServerError with default headers values

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) Error

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domain feedback internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackInternalServerError) String

type PostLanguageunderstandingDomainFeedbackNotFound

type PostLanguageunderstandingDomainFeedbackNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainFeedbackNotFound

func NewPostLanguageunderstandingDomainFeedbackNotFound() *PostLanguageunderstandingDomainFeedbackNotFound

NewPostLanguageunderstandingDomainFeedbackNotFound creates a PostLanguageunderstandingDomainFeedbackNotFound with default headers values

func (*PostLanguageunderstandingDomainFeedbackNotFound) Error

func (*PostLanguageunderstandingDomainFeedbackNotFound) GetPayload

func (*PostLanguageunderstandingDomainFeedbackNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback not found response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackNotFound) IsCode

IsCode returns true when this post languageunderstanding domain feedback not found response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback not found response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback not found response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback not found response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackNotFound) String

type PostLanguageunderstandingDomainFeedbackOK

type PostLanguageunderstandingDomainFeedbackOK struct {
	Payload *models.NluFeedbackResponse
}

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

successful operation

func NewPostLanguageunderstandingDomainFeedbackOK

func NewPostLanguageunderstandingDomainFeedbackOK() *PostLanguageunderstandingDomainFeedbackOK

NewPostLanguageunderstandingDomainFeedbackOK creates a PostLanguageunderstandingDomainFeedbackOK with default headers values

func (*PostLanguageunderstandingDomainFeedbackOK) Error

func (*PostLanguageunderstandingDomainFeedbackOK) GetPayload

func (*PostLanguageunderstandingDomainFeedbackOK) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback o k response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackOK) IsCode

IsCode returns true when this post languageunderstanding domain feedback o k response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackOK) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback o k response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackOK) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback o k response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback o k response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackOK) String

type PostLanguageunderstandingDomainFeedbackParams

type PostLanguageunderstandingDomainFeedbackParams struct {

	/* Body.

	   The Feedback to create.
	*/
	Body *models.NluFeedbackRequest

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

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

PostLanguageunderstandingDomainFeedbackParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domain feedback operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainFeedbackParams

func NewPostLanguageunderstandingDomainFeedbackParams() *PostLanguageunderstandingDomainFeedbackParams

NewPostLanguageunderstandingDomainFeedbackParams creates a new PostLanguageunderstandingDomainFeedbackParams 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 NewPostLanguageunderstandingDomainFeedbackParamsWithContext

func NewPostLanguageunderstandingDomainFeedbackParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainFeedbackParams

NewPostLanguageunderstandingDomainFeedbackParamsWithContext creates a new PostLanguageunderstandingDomainFeedbackParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainFeedbackParamsWithHTTPClient

func NewPostLanguageunderstandingDomainFeedbackParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainFeedbackParams

NewPostLanguageunderstandingDomainFeedbackParamsWithHTTPClient creates a new PostLanguageunderstandingDomainFeedbackParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainFeedbackParamsWithTimeout

func NewPostLanguageunderstandingDomainFeedbackParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainFeedbackParams

NewPostLanguageunderstandingDomainFeedbackParamsWithTimeout creates a new PostLanguageunderstandingDomainFeedbackParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainFeedbackParams) SetBody

SetBody adds the body to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) SetContext

SetContext adds the context to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding domain feedback params (not the query body).

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

func (*PostLanguageunderstandingDomainFeedbackParams) SetDomainID

func (o *PostLanguageunderstandingDomainFeedbackParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WithBody

WithBody adds the body to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WithContext

WithContext adds the context to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domain feedback params (not the query body).

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

func (*PostLanguageunderstandingDomainFeedbackParams) WithDomainID

WithDomainID adds the domainID to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domain feedback params

func (*PostLanguageunderstandingDomainFeedbackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainFeedbackReader

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

PostLanguageunderstandingDomainFeedbackReader is a Reader for the PostLanguageunderstandingDomainFeedback structure.

func (*PostLanguageunderstandingDomainFeedbackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge

type PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainFeedbackRequestEntityTooLarge

func NewPostLanguageunderstandingDomainFeedbackRequestEntityTooLarge() *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge

NewPostLanguageunderstandingDomainFeedbackRequestEntityTooLarge creates a PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domain feedback request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String

type PostLanguageunderstandingDomainFeedbackRequestTimeout

type PostLanguageunderstandingDomainFeedbackRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainFeedbackRequestTimeout 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 NewPostLanguageunderstandingDomainFeedbackRequestTimeout

func NewPostLanguageunderstandingDomainFeedbackRequestTimeout() *PostLanguageunderstandingDomainFeedbackRequestTimeout

NewPostLanguageunderstandingDomainFeedbackRequestTimeout creates a PostLanguageunderstandingDomainFeedbackRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) Error

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domain feedback request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) String

type PostLanguageunderstandingDomainFeedbackServiceUnavailable

type PostLanguageunderstandingDomainFeedbackServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainFeedbackServiceUnavailable 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 NewPostLanguageunderstandingDomainFeedbackServiceUnavailable

func NewPostLanguageunderstandingDomainFeedbackServiceUnavailable() *PostLanguageunderstandingDomainFeedbackServiceUnavailable

NewPostLanguageunderstandingDomainFeedbackServiceUnavailable creates a PostLanguageunderstandingDomainFeedbackServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) Error

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domain feedback service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) String

type PostLanguageunderstandingDomainFeedbackTooManyRequests

type PostLanguageunderstandingDomainFeedbackTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainFeedbackTooManyRequests

func NewPostLanguageunderstandingDomainFeedbackTooManyRequests() *PostLanguageunderstandingDomainFeedbackTooManyRequests

NewPostLanguageunderstandingDomainFeedbackTooManyRequests creates a PostLanguageunderstandingDomainFeedbackTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) Error

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domain feedback too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) String

type PostLanguageunderstandingDomainFeedbackUnauthorized

type PostLanguageunderstandingDomainFeedbackUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainFeedbackUnauthorized

func NewPostLanguageunderstandingDomainFeedbackUnauthorized() *PostLanguageunderstandingDomainFeedbackUnauthorized

NewPostLanguageunderstandingDomainFeedbackUnauthorized creates a PostLanguageunderstandingDomainFeedbackUnauthorized with default headers values

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) Error

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domain feedback unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackUnauthorized) String

type PostLanguageunderstandingDomainFeedbackUnsupportedMediaType

type PostLanguageunderstandingDomainFeedbackUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainFeedbackUnsupportedMediaType 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 NewPostLanguageunderstandingDomainFeedbackUnsupportedMediaType

func NewPostLanguageunderstandingDomainFeedbackUnsupportedMediaType() *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType

NewPostLanguageunderstandingDomainFeedbackUnsupportedMediaType creates a PostLanguageunderstandingDomainFeedbackUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domain feedback unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domain feedback unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domain feedback unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domain feedback unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domain feedback unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) String

type PostLanguageunderstandingDomainVersionDetectBadRequest

type PostLanguageunderstandingDomainVersionDetectBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionDetectBadRequest 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 NewPostLanguageunderstandingDomainVersionDetectBadRequest

func NewPostLanguageunderstandingDomainVersionDetectBadRequest() *PostLanguageunderstandingDomainVersionDetectBadRequest

NewPostLanguageunderstandingDomainVersionDetectBadRequest creates a PostLanguageunderstandingDomainVersionDetectBadRequest with default headers values

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) Error

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsCode

IsCode returns true when this post languageunderstanding domain version detect bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectBadRequest) String

type PostLanguageunderstandingDomainVersionDetectForbidden

type PostLanguageunderstandingDomainVersionDetectForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainVersionDetectForbidden

func NewPostLanguageunderstandingDomainVersionDetectForbidden() *PostLanguageunderstandingDomainVersionDetectForbidden

NewPostLanguageunderstandingDomainVersionDetectForbidden creates a PostLanguageunderstandingDomainVersionDetectForbidden with default headers values

func (*PostLanguageunderstandingDomainVersionDetectForbidden) Error

func (*PostLanguageunderstandingDomainVersionDetectForbidden) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsCode

IsCode returns true when this post languageunderstanding domain version detect forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectForbidden) String

type PostLanguageunderstandingDomainVersionDetectGatewayTimeout

type PostLanguageunderstandingDomainVersionDetectGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainVersionDetectGatewayTimeout

func NewPostLanguageunderstandingDomainVersionDetectGatewayTimeout() *PostLanguageunderstandingDomainVersionDetectGatewayTimeout

NewPostLanguageunderstandingDomainVersionDetectGatewayTimeout creates a PostLanguageunderstandingDomainVersionDetectGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) Error

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version detect gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) String

type PostLanguageunderstandingDomainVersionDetectInternalServerError

type PostLanguageunderstandingDomainVersionDetectInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionDetectInternalServerError 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 NewPostLanguageunderstandingDomainVersionDetectInternalServerError

func NewPostLanguageunderstandingDomainVersionDetectInternalServerError() *PostLanguageunderstandingDomainVersionDetectInternalServerError

NewPostLanguageunderstandingDomainVersionDetectInternalServerError creates a PostLanguageunderstandingDomainVersionDetectInternalServerError with default headers values

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) Error

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domain version detect internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) String

type PostLanguageunderstandingDomainVersionDetectNotFound

type PostLanguageunderstandingDomainVersionDetectNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainVersionDetectNotFound

func NewPostLanguageunderstandingDomainVersionDetectNotFound() *PostLanguageunderstandingDomainVersionDetectNotFound

NewPostLanguageunderstandingDomainVersionDetectNotFound creates a PostLanguageunderstandingDomainVersionDetectNotFound with default headers values

func (*PostLanguageunderstandingDomainVersionDetectNotFound) Error

func (*PostLanguageunderstandingDomainVersionDetectNotFound) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect not found response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsCode

IsCode returns true when this post languageunderstanding domain version detect not found response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect not found response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect not found response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect not found response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectNotFound) String

type PostLanguageunderstandingDomainVersionDetectOK

type PostLanguageunderstandingDomainVersionDetectOK struct {
	Payload *models.NluDetectionResponse
}

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

Requested NLU detection for the given input using the specified NLU domain version

func NewPostLanguageunderstandingDomainVersionDetectOK

func NewPostLanguageunderstandingDomainVersionDetectOK() *PostLanguageunderstandingDomainVersionDetectOK

NewPostLanguageunderstandingDomainVersionDetectOK creates a PostLanguageunderstandingDomainVersionDetectOK with default headers values

func (*PostLanguageunderstandingDomainVersionDetectOK) Error

func (*PostLanguageunderstandingDomainVersionDetectOK) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectOK) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect o k response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectOK) IsCode

IsCode returns true when this post languageunderstanding domain version detect o k response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectOK) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect o k response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectOK) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect o k response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect o k response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectOK) String

type PostLanguageunderstandingDomainVersionDetectParams

type PostLanguageunderstandingDomainVersionDetectParams struct {

	/* Body.

	   The input data to perform detection on.
	*/
	Body *models.NluDetectionRequest

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

PostLanguageunderstandingDomainVersionDetectParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domain version detect operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainVersionDetectParams

func NewPostLanguageunderstandingDomainVersionDetectParams() *PostLanguageunderstandingDomainVersionDetectParams

NewPostLanguageunderstandingDomainVersionDetectParams creates a new PostLanguageunderstandingDomainVersionDetectParams 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 NewPostLanguageunderstandingDomainVersionDetectParamsWithContext

func NewPostLanguageunderstandingDomainVersionDetectParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionDetectParams

NewPostLanguageunderstandingDomainVersionDetectParamsWithContext creates a new PostLanguageunderstandingDomainVersionDetectParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainVersionDetectParamsWithHTTPClient

func NewPostLanguageunderstandingDomainVersionDetectParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionDetectParams

NewPostLanguageunderstandingDomainVersionDetectParamsWithHTTPClient creates a new PostLanguageunderstandingDomainVersionDetectParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainVersionDetectParamsWithTimeout

func NewPostLanguageunderstandingDomainVersionDetectParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionDetectParams

NewPostLanguageunderstandingDomainVersionDetectParamsWithTimeout creates a new PostLanguageunderstandingDomainVersionDetectParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainVersionDetectParams) SetBody

SetBody adds the body to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) SetContext

SetContext adds the context to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding domain version detect params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionDetectParams) SetDomainID

SetDomainID adds the domainId to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) SetDomainVersionID

func (o *PostLanguageunderstandingDomainVersionDetectParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithBody

WithBody adds the body to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithContext

WithContext adds the context to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domain version detect params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionDetectParams) WithDomainID

WithDomainID adds the domainID to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domain version detect params

func (*PostLanguageunderstandingDomainVersionDetectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainVersionDetectReader

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

PostLanguageunderstandingDomainVersionDetectReader is a Reader for the PostLanguageunderstandingDomainVersionDetect structure.

func (*PostLanguageunderstandingDomainVersionDetectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge

type PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge

func NewPostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge() *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge

NewPostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge creates a PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domain version detect request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) String

type PostLanguageunderstandingDomainVersionDetectRequestTimeout

type PostLanguageunderstandingDomainVersionDetectRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionDetectRequestTimeout 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 NewPostLanguageunderstandingDomainVersionDetectRequestTimeout

func NewPostLanguageunderstandingDomainVersionDetectRequestTimeout() *PostLanguageunderstandingDomainVersionDetectRequestTimeout

NewPostLanguageunderstandingDomainVersionDetectRequestTimeout creates a PostLanguageunderstandingDomainVersionDetectRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) Error

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version detect request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) String

type PostLanguageunderstandingDomainVersionDetectServiceUnavailable

type PostLanguageunderstandingDomainVersionDetectServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionDetectServiceUnavailable 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 NewPostLanguageunderstandingDomainVersionDetectServiceUnavailable

func NewPostLanguageunderstandingDomainVersionDetectServiceUnavailable() *PostLanguageunderstandingDomainVersionDetectServiceUnavailable

NewPostLanguageunderstandingDomainVersionDetectServiceUnavailable creates a PostLanguageunderstandingDomainVersionDetectServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) Error

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domain version detect service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) String

type PostLanguageunderstandingDomainVersionDetectTooManyRequests

type PostLanguageunderstandingDomainVersionDetectTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionDetectTooManyRequests

func NewPostLanguageunderstandingDomainVersionDetectTooManyRequests() *PostLanguageunderstandingDomainVersionDetectTooManyRequests

NewPostLanguageunderstandingDomainVersionDetectTooManyRequests creates a PostLanguageunderstandingDomainVersionDetectTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) Error

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domain version detect too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) String

type PostLanguageunderstandingDomainVersionDetectUnauthorized

type PostLanguageunderstandingDomainVersionDetectUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainVersionDetectUnauthorized

func NewPostLanguageunderstandingDomainVersionDetectUnauthorized() *PostLanguageunderstandingDomainVersionDetectUnauthorized

NewPostLanguageunderstandingDomainVersionDetectUnauthorized creates a PostLanguageunderstandingDomainVersionDetectUnauthorized with default headers values

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) Error

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domain version detect unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) String

type PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType

type PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType 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 NewPostLanguageunderstandingDomainVersionDetectUnsupportedMediaType

func NewPostLanguageunderstandingDomainVersionDetectUnsupportedMediaType() *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType

NewPostLanguageunderstandingDomainVersionDetectUnsupportedMediaType creates a PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domain version detect unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domain version detect unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version detect unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domain version detect unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version detect unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) String

type PostLanguageunderstandingDomainVersionPublishBadRequest

type PostLanguageunderstandingDomainVersionPublishBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishBadRequest 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 NewPostLanguageunderstandingDomainVersionPublishBadRequest

func NewPostLanguageunderstandingDomainVersionPublishBadRequest() *PostLanguageunderstandingDomainVersionPublishBadRequest

NewPostLanguageunderstandingDomainVersionPublishBadRequest creates a PostLanguageunderstandingDomainVersionPublishBadRequest with default headers values

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) Error

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsCode

IsCode returns true when this post languageunderstanding domain version publish bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishBadRequest) String

type PostLanguageunderstandingDomainVersionPublishConflict

type PostLanguageunderstandingDomainVersionPublishConflict struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishConflict describes a response with status code 409, with default header values.

Conflict

func NewPostLanguageunderstandingDomainVersionPublishConflict

func NewPostLanguageunderstandingDomainVersionPublishConflict() *PostLanguageunderstandingDomainVersionPublishConflict

NewPostLanguageunderstandingDomainVersionPublishConflict creates a PostLanguageunderstandingDomainVersionPublishConflict with default headers values

func (*PostLanguageunderstandingDomainVersionPublishConflict) Error

func (*PostLanguageunderstandingDomainVersionPublishConflict) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishConflict) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish conflict response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishConflict) IsCode

IsCode returns true when this post languageunderstanding domain version publish conflict response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishConflict) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish conflict response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishConflict) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish conflict response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishConflict) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish conflict response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishConflict) String

type PostLanguageunderstandingDomainVersionPublishCreated

type PostLanguageunderstandingDomainVersionPublishCreated struct {
	Payload *models.NluDomainVersion
}

PostLanguageunderstandingDomainVersionPublishCreated describes a response with status code 201, with default header values.

Published the specified NLU Domain Version

func NewPostLanguageunderstandingDomainVersionPublishCreated

func NewPostLanguageunderstandingDomainVersionPublishCreated() *PostLanguageunderstandingDomainVersionPublishCreated

NewPostLanguageunderstandingDomainVersionPublishCreated creates a PostLanguageunderstandingDomainVersionPublishCreated with default headers values

func (*PostLanguageunderstandingDomainVersionPublishCreated) Error

func (*PostLanguageunderstandingDomainVersionPublishCreated) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishCreated) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish created response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishCreated) IsCode

IsCode returns true when this post languageunderstanding domain version publish created response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish created response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishCreated) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish created response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish created response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishCreated) String

type PostLanguageunderstandingDomainVersionPublishForbidden

type PostLanguageunderstandingDomainVersionPublishForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainVersionPublishForbidden

func NewPostLanguageunderstandingDomainVersionPublishForbidden() *PostLanguageunderstandingDomainVersionPublishForbidden

NewPostLanguageunderstandingDomainVersionPublishForbidden creates a PostLanguageunderstandingDomainVersionPublishForbidden with default headers values

func (*PostLanguageunderstandingDomainVersionPublishForbidden) Error

func (*PostLanguageunderstandingDomainVersionPublishForbidden) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsCode

IsCode returns true when this post languageunderstanding domain version publish forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishForbidden) String

type PostLanguageunderstandingDomainVersionPublishGatewayTimeout

type PostLanguageunderstandingDomainVersionPublishGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainVersionPublishGatewayTimeout

func NewPostLanguageunderstandingDomainVersionPublishGatewayTimeout() *PostLanguageunderstandingDomainVersionPublishGatewayTimeout

NewPostLanguageunderstandingDomainVersionPublishGatewayTimeout creates a PostLanguageunderstandingDomainVersionPublishGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) Error

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version publish gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) String

type PostLanguageunderstandingDomainVersionPublishInternalServerError

type PostLanguageunderstandingDomainVersionPublishInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishInternalServerError 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 NewPostLanguageunderstandingDomainVersionPublishInternalServerError

func NewPostLanguageunderstandingDomainVersionPublishInternalServerError() *PostLanguageunderstandingDomainVersionPublishInternalServerError

NewPostLanguageunderstandingDomainVersionPublishInternalServerError creates a PostLanguageunderstandingDomainVersionPublishInternalServerError with default headers values

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) Error

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domain version publish internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) String

type PostLanguageunderstandingDomainVersionPublishNotFound

type PostLanguageunderstandingDomainVersionPublishNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainVersionPublishNotFound

func NewPostLanguageunderstandingDomainVersionPublishNotFound() *PostLanguageunderstandingDomainVersionPublishNotFound

NewPostLanguageunderstandingDomainVersionPublishNotFound creates a PostLanguageunderstandingDomainVersionPublishNotFound with default headers values

func (*PostLanguageunderstandingDomainVersionPublishNotFound) Error

func (*PostLanguageunderstandingDomainVersionPublishNotFound) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish not found response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsCode

IsCode returns true when this post languageunderstanding domain version publish not found response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish not found response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish not found response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish not found response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishNotFound) String

type PostLanguageunderstandingDomainVersionPublishOK

type PostLanguageunderstandingDomainVersionPublishOK struct {
	Payload *models.NluDomainVersion
}

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

successful operation

func NewPostLanguageunderstandingDomainVersionPublishOK

func NewPostLanguageunderstandingDomainVersionPublishOK() *PostLanguageunderstandingDomainVersionPublishOK

NewPostLanguageunderstandingDomainVersionPublishOK creates a PostLanguageunderstandingDomainVersionPublishOK with default headers values

func (*PostLanguageunderstandingDomainVersionPublishOK) Error

func (*PostLanguageunderstandingDomainVersionPublishOK) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishOK) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish o k response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishOK) IsCode

IsCode returns true when this post languageunderstanding domain version publish o k response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishOK) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish o k response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishOK) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish o k response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish o k response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishOK) String

type PostLanguageunderstandingDomainVersionPublishParams

type PostLanguageunderstandingDomainVersionPublishParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

PostLanguageunderstandingDomainVersionPublishParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domain version publish operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainVersionPublishParams

func NewPostLanguageunderstandingDomainVersionPublishParams() *PostLanguageunderstandingDomainVersionPublishParams

NewPostLanguageunderstandingDomainVersionPublishParams creates a new PostLanguageunderstandingDomainVersionPublishParams 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 NewPostLanguageunderstandingDomainVersionPublishParamsWithContext

func NewPostLanguageunderstandingDomainVersionPublishParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionPublishParams

NewPostLanguageunderstandingDomainVersionPublishParamsWithContext creates a new PostLanguageunderstandingDomainVersionPublishParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainVersionPublishParamsWithHTTPClient

func NewPostLanguageunderstandingDomainVersionPublishParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionPublishParams

NewPostLanguageunderstandingDomainVersionPublishParamsWithHTTPClient creates a new PostLanguageunderstandingDomainVersionPublishParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainVersionPublishParamsWithTimeout

func NewPostLanguageunderstandingDomainVersionPublishParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionPublishParams

NewPostLanguageunderstandingDomainVersionPublishParamsWithTimeout creates a new PostLanguageunderstandingDomainVersionPublishParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainVersionPublishParams) SetContext

SetContext adds the context to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding domain version publish params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionPublishParams) SetDomainID

SetDomainID adds the domainId to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) SetDomainVersionID

func (o *PostLanguageunderstandingDomainVersionPublishParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WithContext

WithContext adds the context to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domain version publish params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionPublishParams) WithDomainID

WithDomainID adds the domainID to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domain version publish params

func (*PostLanguageunderstandingDomainVersionPublishParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainVersionPublishReader

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

PostLanguageunderstandingDomainVersionPublishReader is a Reader for the PostLanguageunderstandingDomainVersionPublish structure.

func (*PostLanguageunderstandingDomainVersionPublishReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge

type PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge

func NewPostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge() *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge

NewPostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge creates a PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domain version publish request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) String

type PostLanguageunderstandingDomainVersionPublishRequestTimeout

type PostLanguageunderstandingDomainVersionPublishRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishRequestTimeout 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 NewPostLanguageunderstandingDomainVersionPublishRequestTimeout

func NewPostLanguageunderstandingDomainVersionPublishRequestTimeout() *PostLanguageunderstandingDomainVersionPublishRequestTimeout

NewPostLanguageunderstandingDomainVersionPublishRequestTimeout creates a PostLanguageunderstandingDomainVersionPublishRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) Error

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version publish request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) String

type PostLanguageunderstandingDomainVersionPublishServiceUnavailable

type PostLanguageunderstandingDomainVersionPublishServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishServiceUnavailable 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 NewPostLanguageunderstandingDomainVersionPublishServiceUnavailable

func NewPostLanguageunderstandingDomainVersionPublishServiceUnavailable() *PostLanguageunderstandingDomainVersionPublishServiceUnavailable

NewPostLanguageunderstandingDomainVersionPublishServiceUnavailable creates a PostLanguageunderstandingDomainVersionPublishServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) Error

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domain version publish service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) String

type PostLanguageunderstandingDomainVersionPublishTooManyRequests

type PostLanguageunderstandingDomainVersionPublishTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionPublishTooManyRequests

func NewPostLanguageunderstandingDomainVersionPublishTooManyRequests() *PostLanguageunderstandingDomainVersionPublishTooManyRequests

NewPostLanguageunderstandingDomainVersionPublishTooManyRequests creates a PostLanguageunderstandingDomainVersionPublishTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) Error

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domain version publish too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) String

type PostLanguageunderstandingDomainVersionPublishUnauthorized

type PostLanguageunderstandingDomainVersionPublishUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainVersionPublishUnauthorized

func NewPostLanguageunderstandingDomainVersionPublishUnauthorized() *PostLanguageunderstandingDomainVersionPublishUnauthorized

NewPostLanguageunderstandingDomainVersionPublishUnauthorized creates a PostLanguageunderstandingDomainVersionPublishUnauthorized with default headers values

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) Error

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domain version publish unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) String

type PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType

type PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType 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 NewPostLanguageunderstandingDomainVersionPublishUnsupportedMediaType

func NewPostLanguageunderstandingDomainVersionPublishUnsupportedMediaType() *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType

NewPostLanguageunderstandingDomainVersionPublishUnsupportedMediaType creates a PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domain version publish unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domain version publish unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version publish unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domain version publish unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version publish unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) String

type PostLanguageunderstandingDomainVersionTrainAccepted

type PostLanguageunderstandingDomainVersionTrainAccepted struct {
	Payload *models.NluDomainVersionTrainingResponse
}

PostLanguageunderstandingDomainVersionTrainAccepted describes a response with status code 202, with default header values.

Issued training instruction for the draft NLU Domain Version

func NewPostLanguageunderstandingDomainVersionTrainAccepted

func NewPostLanguageunderstandingDomainVersionTrainAccepted() *PostLanguageunderstandingDomainVersionTrainAccepted

NewPostLanguageunderstandingDomainVersionTrainAccepted creates a PostLanguageunderstandingDomainVersionTrainAccepted with default headers values

func (*PostLanguageunderstandingDomainVersionTrainAccepted) Error

func (*PostLanguageunderstandingDomainVersionTrainAccepted) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsClientError

IsClientError returns true when this post languageunderstanding domain version train accepted response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsCode

IsCode returns true when this post languageunderstanding domain version train accepted response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train accepted response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsServerError

IsServerError returns true when this post languageunderstanding domain version train accepted response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train accepted response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainAccepted) String

type PostLanguageunderstandingDomainVersionTrainBadRequest

type PostLanguageunderstandingDomainVersionTrainBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainBadRequest 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 NewPostLanguageunderstandingDomainVersionTrainBadRequest

func NewPostLanguageunderstandingDomainVersionTrainBadRequest() *PostLanguageunderstandingDomainVersionTrainBadRequest

NewPostLanguageunderstandingDomainVersionTrainBadRequest creates a PostLanguageunderstandingDomainVersionTrainBadRequest with default headers values

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) Error

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domain version train bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsCode

IsCode returns true when this post languageunderstanding domain version train bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domain version train bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainBadRequest) String

type PostLanguageunderstandingDomainVersionTrainConflict

type PostLanguageunderstandingDomainVersionTrainConflict struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainConflict describes a response with status code 409, with default header values.

Conflict

func NewPostLanguageunderstandingDomainVersionTrainConflict

func NewPostLanguageunderstandingDomainVersionTrainConflict() *PostLanguageunderstandingDomainVersionTrainConflict

NewPostLanguageunderstandingDomainVersionTrainConflict creates a PostLanguageunderstandingDomainVersionTrainConflict with default headers values

func (*PostLanguageunderstandingDomainVersionTrainConflict) Error

func (*PostLanguageunderstandingDomainVersionTrainConflict) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainConflict) IsClientError

IsClientError returns true when this post languageunderstanding domain version train conflict response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainConflict) IsCode

IsCode returns true when this post languageunderstanding domain version train conflict response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainConflict) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train conflict response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainConflict) IsServerError

IsServerError returns true when this post languageunderstanding domain version train conflict response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainConflict) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train conflict response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainConflict) String

type PostLanguageunderstandingDomainVersionTrainForbidden

type PostLanguageunderstandingDomainVersionTrainForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainVersionTrainForbidden

func NewPostLanguageunderstandingDomainVersionTrainForbidden() *PostLanguageunderstandingDomainVersionTrainForbidden

NewPostLanguageunderstandingDomainVersionTrainForbidden creates a PostLanguageunderstandingDomainVersionTrainForbidden with default headers values

func (*PostLanguageunderstandingDomainVersionTrainForbidden) Error

func (*PostLanguageunderstandingDomainVersionTrainForbidden) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domain version train forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsCode

IsCode returns true when this post languageunderstanding domain version train forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domain version train forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainForbidden) String

type PostLanguageunderstandingDomainVersionTrainGatewayTimeout

type PostLanguageunderstandingDomainVersionTrainGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainVersionTrainGatewayTimeout

func NewPostLanguageunderstandingDomainVersionTrainGatewayTimeout() *PostLanguageunderstandingDomainVersionTrainGatewayTimeout

NewPostLanguageunderstandingDomainVersionTrainGatewayTimeout creates a PostLanguageunderstandingDomainVersionTrainGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) Error

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version train gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version train gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version train gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) String

type PostLanguageunderstandingDomainVersionTrainInternalServerError

type PostLanguageunderstandingDomainVersionTrainInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainInternalServerError 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 NewPostLanguageunderstandingDomainVersionTrainInternalServerError

func NewPostLanguageunderstandingDomainVersionTrainInternalServerError() *PostLanguageunderstandingDomainVersionTrainInternalServerError

NewPostLanguageunderstandingDomainVersionTrainInternalServerError creates a PostLanguageunderstandingDomainVersionTrainInternalServerError with default headers values

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) Error

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domain version train internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domain version train internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domain version train internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) String

type PostLanguageunderstandingDomainVersionTrainNotFound

type PostLanguageunderstandingDomainVersionTrainNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainVersionTrainNotFound

func NewPostLanguageunderstandingDomainVersionTrainNotFound() *PostLanguageunderstandingDomainVersionTrainNotFound

NewPostLanguageunderstandingDomainVersionTrainNotFound creates a PostLanguageunderstandingDomainVersionTrainNotFound with default headers values

func (*PostLanguageunderstandingDomainVersionTrainNotFound) Error

func (*PostLanguageunderstandingDomainVersionTrainNotFound) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domain version train not found response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsCode

IsCode returns true when this post languageunderstanding domain version train not found response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train not found response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domain version train not found response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train not found response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainNotFound) String

type PostLanguageunderstandingDomainVersionTrainOK

type PostLanguageunderstandingDomainVersionTrainOK struct {
	Payload *models.NluDomainVersionTrainingResponse
}

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

successful operation

func NewPostLanguageunderstandingDomainVersionTrainOK

func NewPostLanguageunderstandingDomainVersionTrainOK() *PostLanguageunderstandingDomainVersionTrainOK

NewPostLanguageunderstandingDomainVersionTrainOK creates a PostLanguageunderstandingDomainVersionTrainOK with default headers values

func (*PostLanguageunderstandingDomainVersionTrainOK) Error

func (*PostLanguageunderstandingDomainVersionTrainOK) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainOK) IsClientError

IsClientError returns true when this post languageunderstanding domain version train o k response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainOK) IsCode

IsCode returns true when this post languageunderstanding domain version train o k response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainOK) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train o k response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainOK) IsServerError

IsServerError returns true when this post languageunderstanding domain version train o k response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train o k response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainOK) String

type PostLanguageunderstandingDomainVersionTrainParams

type PostLanguageunderstandingDomainVersionTrainParams struct {

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

PostLanguageunderstandingDomainVersionTrainParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domain version train operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainVersionTrainParams

func NewPostLanguageunderstandingDomainVersionTrainParams() *PostLanguageunderstandingDomainVersionTrainParams

NewPostLanguageunderstandingDomainVersionTrainParams creates a new PostLanguageunderstandingDomainVersionTrainParams 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 NewPostLanguageunderstandingDomainVersionTrainParamsWithContext

func NewPostLanguageunderstandingDomainVersionTrainParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionTrainParams

NewPostLanguageunderstandingDomainVersionTrainParamsWithContext creates a new PostLanguageunderstandingDomainVersionTrainParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainVersionTrainParamsWithHTTPClient

func NewPostLanguageunderstandingDomainVersionTrainParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionTrainParams

NewPostLanguageunderstandingDomainVersionTrainParamsWithHTTPClient creates a new PostLanguageunderstandingDomainVersionTrainParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainVersionTrainParamsWithTimeout

func NewPostLanguageunderstandingDomainVersionTrainParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionTrainParams

NewPostLanguageunderstandingDomainVersionTrainParamsWithTimeout creates a new PostLanguageunderstandingDomainVersionTrainParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainVersionTrainParams) SetContext

SetContext adds the context to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding domain version train params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionTrainParams) SetDomainID

SetDomainID adds the domainId to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) SetDomainVersionID

func (o *PostLanguageunderstandingDomainVersionTrainParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WithContext

WithContext adds the context to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domain version train params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionTrainParams) WithDomainID

WithDomainID adds the domainID to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domain version train params

func (*PostLanguageunderstandingDomainVersionTrainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainVersionTrainReader

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

PostLanguageunderstandingDomainVersionTrainReader is a Reader for the PostLanguageunderstandingDomainVersionTrain structure.

func (*PostLanguageunderstandingDomainVersionTrainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge

type PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge

func NewPostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge() *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge

NewPostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge creates a PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domain version train request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domain version train request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domain version train request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) String

type PostLanguageunderstandingDomainVersionTrainRequestTimeout

type PostLanguageunderstandingDomainVersionTrainRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainRequestTimeout 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 NewPostLanguageunderstandingDomainVersionTrainRequestTimeout

func NewPostLanguageunderstandingDomainVersionTrainRequestTimeout() *PostLanguageunderstandingDomainVersionTrainRequestTimeout

NewPostLanguageunderstandingDomainVersionTrainRequestTimeout creates a PostLanguageunderstandingDomainVersionTrainRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) Error

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain version train request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domain version train request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain version train request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) String

type PostLanguageunderstandingDomainVersionTrainServiceUnavailable

type PostLanguageunderstandingDomainVersionTrainServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainServiceUnavailable 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 NewPostLanguageunderstandingDomainVersionTrainServiceUnavailable

func NewPostLanguageunderstandingDomainVersionTrainServiceUnavailable() *PostLanguageunderstandingDomainVersionTrainServiceUnavailable

NewPostLanguageunderstandingDomainVersionTrainServiceUnavailable creates a PostLanguageunderstandingDomainVersionTrainServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) Error

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domain version train service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domain version train service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domain version train service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) String

type PostLanguageunderstandingDomainVersionTrainTooManyRequests

type PostLanguageunderstandingDomainVersionTrainTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionTrainTooManyRequests

func NewPostLanguageunderstandingDomainVersionTrainTooManyRequests() *PostLanguageunderstandingDomainVersionTrainTooManyRequests

NewPostLanguageunderstandingDomainVersionTrainTooManyRequests creates a PostLanguageunderstandingDomainVersionTrainTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) Error

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domain version train too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domain version train too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domain version train too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) String

type PostLanguageunderstandingDomainVersionTrainUnauthorized

type PostLanguageunderstandingDomainVersionTrainUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainVersionTrainUnauthorized

func NewPostLanguageunderstandingDomainVersionTrainUnauthorized() *PostLanguageunderstandingDomainVersionTrainUnauthorized

NewPostLanguageunderstandingDomainVersionTrainUnauthorized creates a PostLanguageunderstandingDomainVersionTrainUnauthorized with default headers values

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) Error

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domain version train unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domain version train unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domain version train unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) String

type PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType

type PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType 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 NewPostLanguageunderstandingDomainVersionTrainUnsupportedMediaType

func NewPostLanguageunderstandingDomainVersionTrainUnsupportedMediaType() *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType

NewPostLanguageunderstandingDomainVersionTrainUnsupportedMediaType creates a PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domain version train unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domain version train unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domain version train unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domain version train unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domain version train unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) String

type PostLanguageunderstandingDomainVersionsBadRequest

type PostLanguageunderstandingDomainVersionsBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionsBadRequest 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 NewPostLanguageunderstandingDomainVersionsBadRequest

func NewPostLanguageunderstandingDomainVersionsBadRequest() *PostLanguageunderstandingDomainVersionsBadRequest

NewPostLanguageunderstandingDomainVersionsBadRequest creates a PostLanguageunderstandingDomainVersionsBadRequest with default headers values

func (*PostLanguageunderstandingDomainVersionsBadRequest) Error

func (*PostLanguageunderstandingDomainVersionsBadRequest) GetPayload

func (*PostLanguageunderstandingDomainVersionsBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domain versions bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsBadRequest) IsCode

IsCode returns true when this post languageunderstanding domain versions bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domain versions bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsBadRequest) String

type PostLanguageunderstandingDomainVersionsCreated

type PostLanguageunderstandingDomainVersionsCreated struct {
	Payload *models.NluDomainVersion
}

PostLanguageunderstandingDomainVersionsCreated describes a response with status code 201, with default header values.

Created an NLU Domain Version

func NewPostLanguageunderstandingDomainVersionsCreated

func NewPostLanguageunderstandingDomainVersionsCreated() *PostLanguageunderstandingDomainVersionsCreated

NewPostLanguageunderstandingDomainVersionsCreated creates a PostLanguageunderstandingDomainVersionsCreated with default headers values

func (*PostLanguageunderstandingDomainVersionsCreated) Error

func (*PostLanguageunderstandingDomainVersionsCreated) GetPayload

func (*PostLanguageunderstandingDomainVersionsCreated) IsClientError

IsClientError returns true when this post languageunderstanding domain versions created response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsCreated) IsCode

IsCode returns true when this post languageunderstanding domain versions created response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions created response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsCreated) IsServerError

IsServerError returns true when this post languageunderstanding domain versions created response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions created response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsCreated) String

type PostLanguageunderstandingDomainVersionsForbidden

type PostLanguageunderstandingDomainVersionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainVersionsForbidden

func NewPostLanguageunderstandingDomainVersionsForbidden() *PostLanguageunderstandingDomainVersionsForbidden

NewPostLanguageunderstandingDomainVersionsForbidden creates a PostLanguageunderstandingDomainVersionsForbidden with default headers values

func (*PostLanguageunderstandingDomainVersionsForbidden) Error

func (*PostLanguageunderstandingDomainVersionsForbidden) GetPayload

func (*PostLanguageunderstandingDomainVersionsForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domain versions forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsForbidden) IsCode

IsCode returns true when this post languageunderstanding domain versions forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domain versions forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsForbidden) String

type PostLanguageunderstandingDomainVersionsGatewayTimeout

type PostLanguageunderstandingDomainVersionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainVersionsGatewayTimeout

func NewPostLanguageunderstandingDomainVersionsGatewayTimeout() *PostLanguageunderstandingDomainVersionsGatewayTimeout

NewPostLanguageunderstandingDomainVersionsGatewayTimeout creates a PostLanguageunderstandingDomainVersionsGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) Error

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain versions gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domain versions gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain versions gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) String

type PostLanguageunderstandingDomainVersionsInternalServerError

type PostLanguageunderstandingDomainVersionsInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionsInternalServerError 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 NewPostLanguageunderstandingDomainVersionsInternalServerError

func NewPostLanguageunderstandingDomainVersionsInternalServerError() *PostLanguageunderstandingDomainVersionsInternalServerError

NewPostLanguageunderstandingDomainVersionsInternalServerError creates a PostLanguageunderstandingDomainVersionsInternalServerError with default headers values

func (*PostLanguageunderstandingDomainVersionsInternalServerError) Error

func (*PostLanguageunderstandingDomainVersionsInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domain versions internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domain versions internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domain versions internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsInternalServerError) String

type PostLanguageunderstandingDomainVersionsNotFound

type PostLanguageunderstandingDomainVersionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainVersionsNotFound

func NewPostLanguageunderstandingDomainVersionsNotFound() *PostLanguageunderstandingDomainVersionsNotFound

NewPostLanguageunderstandingDomainVersionsNotFound creates a PostLanguageunderstandingDomainVersionsNotFound with default headers values

func (*PostLanguageunderstandingDomainVersionsNotFound) Error

func (*PostLanguageunderstandingDomainVersionsNotFound) GetPayload

func (*PostLanguageunderstandingDomainVersionsNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domain versions not found response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsNotFound) IsCode

IsCode returns true when this post languageunderstanding domain versions not found response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions not found response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domain versions not found response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions not found response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsNotFound) String

type PostLanguageunderstandingDomainVersionsOK

type PostLanguageunderstandingDomainVersionsOK struct {
	Payload *models.NluDomainVersion
}

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

successful operation

func NewPostLanguageunderstandingDomainVersionsOK

func NewPostLanguageunderstandingDomainVersionsOK() *PostLanguageunderstandingDomainVersionsOK

NewPostLanguageunderstandingDomainVersionsOK creates a PostLanguageunderstandingDomainVersionsOK with default headers values

func (*PostLanguageunderstandingDomainVersionsOK) Error

func (*PostLanguageunderstandingDomainVersionsOK) GetPayload

func (*PostLanguageunderstandingDomainVersionsOK) IsClientError

IsClientError returns true when this post languageunderstanding domain versions o k response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsOK) IsCode

IsCode returns true when this post languageunderstanding domain versions o k response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsOK) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions o k response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsOK) IsServerError

IsServerError returns true when this post languageunderstanding domain versions o k response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions o k response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsOK) String

type PostLanguageunderstandingDomainVersionsParams

type PostLanguageunderstandingDomainVersionsParams struct {

	/* Body.

	   The NLU Domain Version to create.
	*/
	Body *models.NluDomainVersion

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* IncludeUtterances.

	   Whether utterances for intent definition should be included when marshalling response.
	*/
	IncludeUtterances *bool

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

PostLanguageunderstandingDomainVersionsParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domain versions operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainVersionsParams

func NewPostLanguageunderstandingDomainVersionsParams() *PostLanguageunderstandingDomainVersionsParams

NewPostLanguageunderstandingDomainVersionsParams creates a new PostLanguageunderstandingDomainVersionsParams 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 NewPostLanguageunderstandingDomainVersionsParamsWithContext

func NewPostLanguageunderstandingDomainVersionsParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionsParams

NewPostLanguageunderstandingDomainVersionsParamsWithContext creates a new PostLanguageunderstandingDomainVersionsParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainVersionsParamsWithHTTPClient

func NewPostLanguageunderstandingDomainVersionsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionsParams

NewPostLanguageunderstandingDomainVersionsParamsWithHTTPClient creates a new PostLanguageunderstandingDomainVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainVersionsParamsWithTimeout

func NewPostLanguageunderstandingDomainVersionsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionsParams

NewPostLanguageunderstandingDomainVersionsParamsWithTimeout creates a new PostLanguageunderstandingDomainVersionsParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainVersionsParams) SetBody

SetBody adds the body to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) SetContext

SetContext adds the context to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding domain versions params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionsParams) SetDomainID

func (o *PostLanguageunderstandingDomainVersionsParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) SetIncludeUtterances

func (o *PostLanguageunderstandingDomainVersionsParams) SetIncludeUtterances(includeUtterances *bool)

SetIncludeUtterances adds the includeUtterances to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithBody

WithBody adds the body to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithContext

WithContext adds the context to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domain versions params (not the query body).

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

func (*PostLanguageunderstandingDomainVersionsParams) WithDomainID

WithDomainID adds the domainID to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithIncludeUtterances

WithIncludeUtterances adds the includeUtterances to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domain versions params

func (*PostLanguageunderstandingDomainVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainVersionsReader

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

PostLanguageunderstandingDomainVersionsReader is a Reader for the PostLanguageunderstandingDomainVersions structure.

func (*PostLanguageunderstandingDomainVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainVersionsRequestEntityTooLarge

type PostLanguageunderstandingDomainVersionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionsRequestEntityTooLarge

func NewPostLanguageunderstandingDomainVersionsRequestEntityTooLarge() *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge

NewPostLanguageunderstandingDomainVersionsRequestEntityTooLarge creates a PostLanguageunderstandingDomainVersionsRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domain versions request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domain versions request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domain versions request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) String

type PostLanguageunderstandingDomainVersionsRequestTimeout

type PostLanguageunderstandingDomainVersionsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionsRequestTimeout 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 NewPostLanguageunderstandingDomainVersionsRequestTimeout

func NewPostLanguageunderstandingDomainVersionsRequestTimeout() *PostLanguageunderstandingDomainVersionsRequestTimeout

NewPostLanguageunderstandingDomainVersionsRequestTimeout creates a PostLanguageunderstandingDomainVersionsRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) Error

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domain versions request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domain versions request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domain versions request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsRequestTimeout) String

type PostLanguageunderstandingDomainVersionsServiceUnavailable

type PostLanguageunderstandingDomainVersionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionsServiceUnavailable 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 NewPostLanguageunderstandingDomainVersionsServiceUnavailable

func NewPostLanguageunderstandingDomainVersionsServiceUnavailable() *PostLanguageunderstandingDomainVersionsServiceUnavailable

NewPostLanguageunderstandingDomainVersionsServiceUnavailable creates a PostLanguageunderstandingDomainVersionsServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) Error

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domain versions service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domain versions service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domain versions service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) String

type PostLanguageunderstandingDomainVersionsTooManyRequests

type PostLanguageunderstandingDomainVersionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainVersionsTooManyRequests

func NewPostLanguageunderstandingDomainVersionsTooManyRequests() *PostLanguageunderstandingDomainVersionsTooManyRequests

NewPostLanguageunderstandingDomainVersionsTooManyRequests creates a PostLanguageunderstandingDomainVersionsTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) Error

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domain versions too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domain versions too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domain versions too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsTooManyRequests) String

type PostLanguageunderstandingDomainVersionsUnauthorized

type PostLanguageunderstandingDomainVersionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainVersionsUnauthorized

func NewPostLanguageunderstandingDomainVersionsUnauthorized() *PostLanguageunderstandingDomainVersionsUnauthorized

NewPostLanguageunderstandingDomainVersionsUnauthorized creates a PostLanguageunderstandingDomainVersionsUnauthorized with default headers values

func (*PostLanguageunderstandingDomainVersionsUnauthorized) Error

func (*PostLanguageunderstandingDomainVersionsUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domain versions unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domain versions unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domain versions unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsUnauthorized) String

type PostLanguageunderstandingDomainVersionsUnsupportedMediaType

type PostLanguageunderstandingDomainVersionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainVersionsUnsupportedMediaType 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 NewPostLanguageunderstandingDomainVersionsUnsupportedMediaType

func NewPostLanguageunderstandingDomainVersionsUnsupportedMediaType() *PostLanguageunderstandingDomainVersionsUnsupportedMediaType

NewPostLanguageunderstandingDomainVersionsUnsupportedMediaType creates a PostLanguageunderstandingDomainVersionsUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domain versions unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domain versions unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domain versions unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domain versions unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domain versions unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) String

type PostLanguageunderstandingDomainsBadRequest

type PostLanguageunderstandingDomainsBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainsBadRequest 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 NewPostLanguageunderstandingDomainsBadRequest

func NewPostLanguageunderstandingDomainsBadRequest() *PostLanguageunderstandingDomainsBadRequest

NewPostLanguageunderstandingDomainsBadRequest creates a PostLanguageunderstandingDomainsBadRequest with default headers values

func (*PostLanguageunderstandingDomainsBadRequest) Error

func (*PostLanguageunderstandingDomainsBadRequest) GetPayload

func (*PostLanguageunderstandingDomainsBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding domains bad request response has a 4xx status code

func (*PostLanguageunderstandingDomainsBadRequest) IsCode

IsCode returns true when this post languageunderstanding domains bad request response a status code equal to that given

func (*PostLanguageunderstandingDomainsBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding domains bad request response has a 3xx status code

func (*PostLanguageunderstandingDomainsBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding domains bad request response has a 5xx status code

func (*PostLanguageunderstandingDomainsBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding domains bad request response has a 2xx status code

func (*PostLanguageunderstandingDomainsBadRequest) String

type PostLanguageunderstandingDomainsCreated

type PostLanguageunderstandingDomainsCreated struct {
	Payload *models.NluDomain
}

PostLanguageunderstandingDomainsCreated describes a response with status code 201, with default header values.

PostLanguageunderstandingDomainsCreated post languageunderstanding domains created

func NewPostLanguageunderstandingDomainsCreated

func NewPostLanguageunderstandingDomainsCreated() *PostLanguageunderstandingDomainsCreated

NewPostLanguageunderstandingDomainsCreated creates a PostLanguageunderstandingDomainsCreated with default headers values

func (*PostLanguageunderstandingDomainsCreated) Error

func (*PostLanguageunderstandingDomainsCreated) GetPayload

func (*PostLanguageunderstandingDomainsCreated) IsClientError

func (o *PostLanguageunderstandingDomainsCreated) IsClientError() bool

IsClientError returns true when this post languageunderstanding domains created response has a 4xx status code

func (*PostLanguageunderstandingDomainsCreated) IsCode

IsCode returns true when this post languageunderstanding domains created response a status code equal to that given

func (*PostLanguageunderstandingDomainsCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding domains created response has a 3xx status code

func (*PostLanguageunderstandingDomainsCreated) IsServerError

func (o *PostLanguageunderstandingDomainsCreated) IsServerError() bool

IsServerError returns true when this post languageunderstanding domains created response has a 5xx status code

func (*PostLanguageunderstandingDomainsCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding domains created response has a 2xx status code

func (*PostLanguageunderstandingDomainsCreated) String

type PostLanguageunderstandingDomainsForbidden

type PostLanguageunderstandingDomainsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingDomainsForbidden

func NewPostLanguageunderstandingDomainsForbidden() *PostLanguageunderstandingDomainsForbidden

NewPostLanguageunderstandingDomainsForbidden creates a PostLanguageunderstandingDomainsForbidden with default headers values

func (*PostLanguageunderstandingDomainsForbidden) Error

func (*PostLanguageunderstandingDomainsForbidden) GetPayload

func (*PostLanguageunderstandingDomainsForbidden) IsClientError

IsClientError returns true when this post languageunderstanding domains forbidden response has a 4xx status code

func (*PostLanguageunderstandingDomainsForbidden) IsCode

IsCode returns true when this post languageunderstanding domains forbidden response a status code equal to that given

func (*PostLanguageunderstandingDomainsForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding domains forbidden response has a 3xx status code

func (*PostLanguageunderstandingDomainsForbidden) IsServerError

IsServerError returns true when this post languageunderstanding domains forbidden response has a 5xx status code

func (*PostLanguageunderstandingDomainsForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding domains forbidden response has a 2xx status code

func (*PostLanguageunderstandingDomainsForbidden) String

type PostLanguageunderstandingDomainsGatewayTimeout

type PostLanguageunderstandingDomainsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingDomainsGatewayTimeout

func NewPostLanguageunderstandingDomainsGatewayTimeout() *PostLanguageunderstandingDomainsGatewayTimeout

NewPostLanguageunderstandingDomainsGatewayTimeout creates a PostLanguageunderstandingDomainsGatewayTimeout with default headers values

func (*PostLanguageunderstandingDomainsGatewayTimeout) Error

func (*PostLanguageunderstandingDomainsGatewayTimeout) GetPayload

func (*PostLanguageunderstandingDomainsGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domains gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainsGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding domains gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainsGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domains gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainsGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domains gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainsGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domains gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainsGatewayTimeout) String

type PostLanguageunderstandingDomainsInternalServerError

type PostLanguageunderstandingDomainsInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainsInternalServerError 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 NewPostLanguageunderstandingDomainsInternalServerError

func NewPostLanguageunderstandingDomainsInternalServerError() *PostLanguageunderstandingDomainsInternalServerError

NewPostLanguageunderstandingDomainsInternalServerError creates a PostLanguageunderstandingDomainsInternalServerError with default headers values

func (*PostLanguageunderstandingDomainsInternalServerError) Error

func (*PostLanguageunderstandingDomainsInternalServerError) GetPayload

func (*PostLanguageunderstandingDomainsInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding domains internal server error response has a 4xx status code

func (*PostLanguageunderstandingDomainsInternalServerError) IsCode

IsCode returns true when this post languageunderstanding domains internal server error response a status code equal to that given

func (*PostLanguageunderstandingDomainsInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding domains internal server error response has a 3xx status code

func (*PostLanguageunderstandingDomainsInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding domains internal server error response has a 5xx status code

func (*PostLanguageunderstandingDomainsInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding domains internal server error response has a 2xx status code

func (*PostLanguageunderstandingDomainsInternalServerError) String

type PostLanguageunderstandingDomainsNotFound

type PostLanguageunderstandingDomainsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingDomainsNotFound

func NewPostLanguageunderstandingDomainsNotFound() *PostLanguageunderstandingDomainsNotFound

NewPostLanguageunderstandingDomainsNotFound creates a PostLanguageunderstandingDomainsNotFound with default headers values

func (*PostLanguageunderstandingDomainsNotFound) Error

func (*PostLanguageunderstandingDomainsNotFound) GetPayload

func (*PostLanguageunderstandingDomainsNotFound) IsClientError

IsClientError returns true when this post languageunderstanding domains not found response has a 4xx status code

func (*PostLanguageunderstandingDomainsNotFound) IsCode

IsCode returns true when this post languageunderstanding domains not found response a status code equal to that given

func (*PostLanguageunderstandingDomainsNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding domains not found response has a 3xx status code

func (*PostLanguageunderstandingDomainsNotFound) IsServerError

IsServerError returns true when this post languageunderstanding domains not found response has a 5xx status code

func (*PostLanguageunderstandingDomainsNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding domains not found response has a 2xx status code

func (*PostLanguageunderstandingDomainsNotFound) String

type PostLanguageunderstandingDomainsOK

type PostLanguageunderstandingDomainsOK struct {
	Payload *models.NluDomain
}

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

successful operation

func NewPostLanguageunderstandingDomainsOK

func NewPostLanguageunderstandingDomainsOK() *PostLanguageunderstandingDomainsOK

NewPostLanguageunderstandingDomainsOK creates a PostLanguageunderstandingDomainsOK with default headers values

func (*PostLanguageunderstandingDomainsOK) Error

func (*PostLanguageunderstandingDomainsOK) GetPayload

func (*PostLanguageunderstandingDomainsOK) IsClientError

func (o *PostLanguageunderstandingDomainsOK) IsClientError() bool

IsClientError returns true when this post languageunderstanding domains o k response has a 4xx status code

func (*PostLanguageunderstandingDomainsOK) IsCode

IsCode returns true when this post languageunderstanding domains o k response a status code equal to that given

func (*PostLanguageunderstandingDomainsOK) IsRedirect

func (o *PostLanguageunderstandingDomainsOK) IsRedirect() bool

IsRedirect returns true when this post languageunderstanding domains o k response has a 3xx status code

func (*PostLanguageunderstandingDomainsOK) IsServerError

func (o *PostLanguageunderstandingDomainsOK) IsServerError() bool

IsServerError returns true when this post languageunderstanding domains o k response has a 5xx status code

func (*PostLanguageunderstandingDomainsOK) IsSuccess

IsSuccess returns true when this post languageunderstanding domains o k response has a 2xx status code

func (*PostLanguageunderstandingDomainsOK) String

type PostLanguageunderstandingDomainsParams

type PostLanguageunderstandingDomainsParams struct {

	/* Body.

	   The NLU Domain to create.
	*/
	Body *models.NluDomain

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

PostLanguageunderstandingDomainsParams contains all the parameters to send to the API endpoint

for the post languageunderstanding domains operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingDomainsParams

func NewPostLanguageunderstandingDomainsParams() *PostLanguageunderstandingDomainsParams

NewPostLanguageunderstandingDomainsParams creates a new PostLanguageunderstandingDomainsParams 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 NewPostLanguageunderstandingDomainsParamsWithContext

func NewPostLanguageunderstandingDomainsParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainsParams

NewPostLanguageunderstandingDomainsParamsWithContext creates a new PostLanguageunderstandingDomainsParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingDomainsParamsWithHTTPClient

func NewPostLanguageunderstandingDomainsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainsParams

NewPostLanguageunderstandingDomainsParamsWithHTTPClient creates a new PostLanguageunderstandingDomainsParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingDomainsParamsWithTimeout

func NewPostLanguageunderstandingDomainsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainsParams

NewPostLanguageunderstandingDomainsParamsWithTimeout creates a new PostLanguageunderstandingDomainsParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingDomainsParams) SetBody

SetBody adds the body to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) SetContext

SetContext adds the context to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) SetDefaults

func (o *PostLanguageunderstandingDomainsParams) SetDefaults()

SetDefaults hydrates default values in the post languageunderstanding domains params (not the query body).

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

func (*PostLanguageunderstandingDomainsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) SetTimeout

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

SetTimeout adds the timeout to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) WithBody

WithBody adds the body to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) WithContext

WithContext adds the context to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding domains params (not the query body).

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

func (*PostLanguageunderstandingDomainsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding domains params

func (*PostLanguageunderstandingDomainsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingDomainsReader

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

PostLanguageunderstandingDomainsReader is a Reader for the PostLanguageunderstandingDomains structure.

func (*PostLanguageunderstandingDomainsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingDomainsRequestEntityTooLarge

type PostLanguageunderstandingDomainsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainsRequestEntityTooLarge

func NewPostLanguageunderstandingDomainsRequestEntityTooLarge() *PostLanguageunderstandingDomainsRequestEntityTooLarge

NewPostLanguageunderstandingDomainsRequestEntityTooLarge creates a PostLanguageunderstandingDomainsRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) Error

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding domains request entity too large response has a 4xx status code

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding domains request entity too large response a status code equal to that given

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding domains request entity too large response has a 3xx status code

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding domains request entity too large response has a 5xx status code

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding domains request entity too large response has a 2xx status code

func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) String

type PostLanguageunderstandingDomainsRequestTimeout

type PostLanguageunderstandingDomainsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainsRequestTimeout 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 NewPostLanguageunderstandingDomainsRequestTimeout

func NewPostLanguageunderstandingDomainsRequestTimeout() *PostLanguageunderstandingDomainsRequestTimeout

NewPostLanguageunderstandingDomainsRequestTimeout creates a PostLanguageunderstandingDomainsRequestTimeout with default headers values

func (*PostLanguageunderstandingDomainsRequestTimeout) Error

func (*PostLanguageunderstandingDomainsRequestTimeout) GetPayload

func (*PostLanguageunderstandingDomainsRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding domains request timeout response has a 4xx status code

func (*PostLanguageunderstandingDomainsRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding domains request timeout response a status code equal to that given

func (*PostLanguageunderstandingDomainsRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding domains request timeout response has a 3xx status code

func (*PostLanguageunderstandingDomainsRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding domains request timeout response has a 5xx status code

func (*PostLanguageunderstandingDomainsRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding domains request timeout response has a 2xx status code

func (*PostLanguageunderstandingDomainsRequestTimeout) String

type PostLanguageunderstandingDomainsServiceUnavailable

type PostLanguageunderstandingDomainsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainsServiceUnavailable 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 NewPostLanguageunderstandingDomainsServiceUnavailable

func NewPostLanguageunderstandingDomainsServiceUnavailable() *PostLanguageunderstandingDomainsServiceUnavailable

NewPostLanguageunderstandingDomainsServiceUnavailable creates a PostLanguageunderstandingDomainsServiceUnavailable with default headers values

func (*PostLanguageunderstandingDomainsServiceUnavailable) Error

func (*PostLanguageunderstandingDomainsServiceUnavailable) GetPayload

func (*PostLanguageunderstandingDomainsServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding domains service unavailable response has a 4xx status code

func (*PostLanguageunderstandingDomainsServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding domains service unavailable response a status code equal to that given

func (*PostLanguageunderstandingDomainsServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding domains service unavailable response has a 3xx status code

func (*PostLanguageunderstandingDomainsServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding domains service unavailable response has a 5xx status code

func (*PostLanguageunderstandingDomainsServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding domains service unavailable response has a 2xx status code

func (*PostLanguageunderstandingDomainsServiceUnavailable) String

type PostLanguageunderstandingDomainsTooManyRequests

type PostLanguageunderstandingDomainsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingDomainsTooManyRequests

func NewPostLanguageunderstandingDomainsTooManyRequests() *PostLanguageunderstandingDomainsTooManyRequests

NewPostLanguageunderstandingDomainsTooManyRequests creates a PostLanguageunderstandingDomainsTooManyRequests with default headers values

func (*PostLanguageunderstandingDomainsTooManyRequests) Error

func (*PostLanguageunderstandingDomainsTooManyRequests) GetPayload

func (*PostLanguageunderstandingDomainsTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding domains too many requests response has a 4xx status code

func (*PostLanguageunderstandingDomainsTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding domains too many requests response a status code equal to that given

func (*PostLanguageunderstandingDomainsTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding domains too many requests response has a 3xx status code

func (*PostLanguageunderstandingDomainsTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding domains too many requests response has a 5xx status code

func (*PostLanguageunderstandingDomainsTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding domains too many requests response has a 2xx status code

func (*PostLanguageunderstandingDomainsTooManyRequests) String

type PostLanguageunderstandingDomainsUnauthorized

type PostLanguageunderstandingDomainsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingDomainsUnauthorized

func NewPostLanguageunderstandingDomainsUnauthorized() *PostLanguageunderstandingDomainsUnauthorized

NewPostLanguageunderstandingDomainsUnauthorized creates a PostLanguageunderstandingDomainsUnauthorized with default headers values

func (*PostLanguageunderstandingDomainsUnauthorized) Error

func (*PostLanguageunderstandingDomainsUnauthorized) GetPayload

func (*PostLanguageunderstandingDomainsUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding domains unauthorized response has a 4xx status code

func (*PostLanguageunderstandingDomainsUnauthorized) IsCode

IsCode returns true when this post languageunderstanding domains unauthorized response a status code equal to that given

func (*PostLanguageunderstandingDomainsUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding domains unauthorized response has a 3xx status code

func (*PostLanguageunderstandingDomainsUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding domains unauthorized response has a 5xx status code

func (*PostLanguageunderstandingDomainsUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding domains unauthorized response has a 2xx status code

func (*PostLanguageunderstandingDomainsUnauthorized) String

type PostLanguageunderstandingDomainsUnsupportedMediaType

type PostLanguageunderstandingDomainsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingDomainsUnsupportedMediaType 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 NewPostLanguageunderstandingDomainsUnsupportedMediaType

func NewPostLanguageunderstandingDomainsUnsupportedMediaType() *PostLanguageunderstandingDomainsUnsupportedMediaType

NewPostLanguageunderstandingDomainsUnsupportedMediaType creates a PostLanguageunderstandingDomainsUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) Error

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding domains unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding domains unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding domains unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding domains unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding domains unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingDomainsUnsupportedMediaType) String

type PostLanguageunderstandingMinerDraftsBadRequest

type PostLanguageunderstandingMinerDraftsBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerDraftsBadRequest 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 NewPostLanguageunderstandingMinerDraftsBadRequest

func NewPostLanguageunderstandingMinerDraftsBadRequest() *PostLanguageunderstandingMinerDraftsBadRequest

NewPostLanguageunderstandingMinerDraftsBadRequest creates a PostLanguageunderstandingMinerDraftsBadRequest with default headers values

func (*PostLanguageunderstandingMinerDraftsBadRequest) Error

func (*PostLanguageunderstandingMinerDraftsBadRequest) GetPayload

func (*PostLanguageunderstandingMinerDraftsBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts bad request response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsBadRequest) IsCode

IsCode returns true when this post languageunderstanding miner drafts bad request response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts bad request response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts bad request response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts bad request response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsBadRequest) String

type PostLanguageunderstandingMinerDraftsCreated

type PostLanguageunderstandingMinerDraftsCreated struct {
	Payload *models.Draft
}

PostLanguageunderstandingMinerDraftsCreated describes a response with status code 201, with default header values.

Draft created successfully

func NewPostLanguageunderstandingMinerDraftsCreated

func NewPostLanguageunderstandingMinerDraftsCreated() *PostLanguageunderstandingMinerDraftsCreated

NewPostLanguageunderstandingMinerDraftsCreated creates a PostLanguageunderstandingMinerDraftsCreated with default headers values

func (*PostLanguageunderstandingMinerDraftsCreated) Error

func (*PostLanguageunderstandingMinerDraftsCreated) GetPayload

func (*PostLanguageunderstandingMinerDraftsCreated) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts created response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsCreated) IsCode

IsCode returns true when this post languageunderstanding miner drafts created response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts created response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsCreated) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts created response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts created response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsCreated) String

type PostLanguageunderstandingMinerDraftsForbidden

type PostLanguageunderstandingMinerDraftsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingMinerDraftsForbidden

func NewPostLanguageunderstandingMinerDraftsForbidden() *PostLanguageunderstandingMinerDraftsForbidden

NewPostLanguageunderstandingMinerDraftsForbidden creates a PostLanguageunderstandingMinerDraftsForbidden with default headers values

func (*PostLanguageunderstandingMinerDraftsForbidden) Error

func (*PostLanguageunderstandingMinerDraftsForbidden) GetPayload

func (*PostLanguageunderstandingMinerDraftsForbidden) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts forbidden response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsForbidden) IsCode

IsCode returns true when this post languageunderstanding miner drafts forbidden response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts forbidden response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsForbidden) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts forbidden response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts forbidden response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsForbidden) String

type PostLanguageunderstandingMinerDraftsGatewayTimeout

type PostLanguageunderstandingMinerDraftsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingMinerDraftsGatewayTimeout

func NewPostLanguageunderstandingMinerDraftsGatewayTimeout() *PostLanguageunderstandingMinerDraftsGatewayTimeout

NewPostLanguageunderstandingMinerDraftsGatewayTimeout creates a PostLanguageunderstandingMinerDraftsGatewayTimeout with default headers values

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) Error

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding miner drafts gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) String

type PostLanguageunderstandingMinerDraftsInternalServerError

type PostLanguageunderstandingMinerDraftsInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerDraftsInternalServerError 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 NewPostLanguageunderstandingMinerDraftsInternalServerError

func NewPostLanguageunderstandingMinerDraftsInternalServerError() *PostLanguageunderstandingMinerDraftsInternalServerError

NewPostLanguageunderstandingMinerDraftsInternalServerError creates a PostLanguageunderstandingMinerDraftsInternalServerError with default headers values

func (*PostLanguageunderstandingMinerDraftsInternalServerError) Error

func (*PostLanguageunderstandingMinerDraftsInternalServerError) GetPayload

func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts internal server error response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsCode

IsCode returns true when this post languageunderstanding miner drafts internal server error response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts internal server error response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts internal server error response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts internal server error response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsInternalServerError) String

type PostLanguageunderstandingMinerDraftsNotFound

type PostLanguageunderstandingMinerDraftsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingMinerDraftsNotFound

func NewPostLanguageunderstandingMinerDraftsNotFound() *PostLanguageunderstandingMinerDraftsNotFound

NewPostLanguageunderstandingMinerDraftsNotFound creates a PostLanguageunderstandingMinerDraftsNotFound with default headers values

func (*PostLanguageunderstandingMinerDraftsNotFound) Error

func (*PostLanguageunderstandingMinerDraftsNotFound) GetPayload

func (*PostLanguageunderstandingMinerDraftsNotFound) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts not found response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsNotFound) IsCode

IsCode returns true when this post languageunderstanding miner drafts not found response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts not found response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsNotFound) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts not found response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts not found response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsNotFound) String

type PostLanguageunderstandingMinerDraftsOK

type PostLanguageunderstandingMinerDraftsOK struct {
	Payload *models.Draft
}

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

successful operation

func NewPostLanguageunderstandingMinerDraftsOK

func NewPostLanguageunderstandingMinerDraftsOK() *PostLanguageunderstandingMinerDraftsOK

NewPostLanguageunderstandingMinerDraftsOK creates a PostLanguageunderstandingMinerDraftsOK with default headers values

func (*PostLanguageunderstandingMinerDraftsOK) Error

func (*PostLanguageunderstandingMinerDraftsOK) GetPayload

func (*PostLanguageunderstandingMinerDraftsOK) IsClientError

func (o *PostLanguageunderstandingMinerDraftsOK) IsClientError() bool

IsClientError returns true when this post languageunderstanding miner drafts o k response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsOK) IsCode

IsCode returns true when this post languageunderstanding miner drafts o k response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsOK) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts o k response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsOK) IsServerError

func (o *PostLanguageunderstandingMinerDraftsOK) IsServerError() bool

IsServerError returns true when this post languageunderstanding miner drafts o k response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsOK) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts o k response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsOK) String

type PostLanguageunderstandingMinerDraftsParams

type PostLanguageunderstandingMinerDraftsParams struct {

	/* Body.

	   Details for creating draft resource
	*/
	Body *models.Draft

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

PostLanguageunderstandingMinerDraftsParams contains all the parameters to send to the API endpoint

for the post languageunderstanding miner drafts operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingMinerDraftsParams

func NewPostLanguageunderstandingMinerDraftsParams() *PostLanguageunderstandingMinerDraftsParams

NewPostLanguageunderstandingMinerDraftsParams creates a new PostLanguageunderstandingMinerDraftsParams 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 NewPostLanguageunderstandingMinerDraftsParamsWithContext

func NewPostLanguageunderstandingMinerDraftsParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinerDraftsParams

NewPostLanguageunderstandingMinerDraftsParamsWithContext creates a new PostLanguageunderstandingMinerDraftsParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingMinerDraftsParamsWithHTTPClient

func NewPostLanguageunderstandingMinerDraftsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerDraftsParams

NewPostLanguageunderstandingMinerDraftsParamsWithHTTPClient creates a new PostLanguageunderstandingMinerDraftsParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingMinerDraftsParamsWithTimeout

func NewPostLanguageunderstandingMinerDraftsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerDraftsParams

NewPostLanguageunderstandingMinerDraftsParamsWithTimeout creates a new PostLanguageunderstandingMinerDraftsParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingMinerDraftsParams) SetBody

SetBody adds the body to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) SetContext

SetContext adds the context to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding miner drafts params (not the query body).

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

func (*PostLanguageunderstandingMinerDraftsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) SetMinerID

func (o *PostLanguageunderstandingMinerDraftsParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WithBody

WithBody adds the body to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WithContext

WithContext adds the context to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding miner drafts params (not the query body).

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

func (*PostLanguageunderstandingMinerDraftsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WithMinerID

WithMinerID adds the minerID to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding miner drafts params

func (*PostLanguageunderstandingMinerDraftsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingMinerDraftsReader

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

PostLanguageunderstandingMinerDraftsReader is a Reader for the PostLanguageunderstandingMinerDrafts structure.

func (*PostLanguageunderstandingMinerDraftsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingMinerDraftsRequestEntityTooLarge

type PostLanguageunderstandingMinerDraftsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinerDraftsRequestEntityTooLarge

func NewPostLanguageunderstandingMinerDraftsRequestEntityTooLarge() *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge

NewPostLanguageunderstandingMinerDraftsRequestEntityTooLarge creates a PostLanguageunderstandingMinerDraftsRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts request entity too large response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding miner drafts request entity too large response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts request entity too large response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts request entity too large response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts request entity too large response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) String

type PostLanguageunderstandingMinerDraftsRequestTimeout

type PostLanguageunderstandingMinerDraftsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerDraftsRequestTimeout 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 NewPostLanguageunderstandingMinerDraftsRequestTimeout

func NewPostLanguageunderstandingMinerDraftsRequestTimeout() *PostLanguageunderstandingMinerDraftsRequestTimeout

NewPostLanguageunderstandingMinerDraftsRequestTimeout creates a PostLanguageunderstandingMinerDraftsRequestTimeout with default headers values

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) Error

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) GetPayload

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts request timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding miner drafts request timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts request timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts request timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts request timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsRequestTimeout) String

type PostLanguageunderstandingMinerDraftsServiceUnavailable

type PostLanguageunderstandingMinerDraftsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerDraftsServiceUnavailable 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 NewPostLanguageunderstandingMinerDraftsServiceUnavailable

func NewPostLanguageunderstandingMinerDraftsServiceUnavailable() *PostLanguageunderstandingMinerDraftsServiceUnavailable

NewPostLanguageunderstandingMinerDraftsServiceUnavailable creates a PostLanguageunderstandingMinerDraftsServiceUnavailable with default headers values

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) Error

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts service unavailable response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding miner drafts service unavailable response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts service unavailable response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts service unavailable response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts service unavailable response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) String

type PostLanguageunderstandingMinerDraftsTooManyRequests

type PostLanguageunderstandingMinerDraftsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinerDraftsTooManyRequests

func NewPostLanguageunderstandingMinerDraftsTooManyRequests() *PostLanguageunderstandingMinerDraftsTooManyRequests

NewPostLanguageunderstandingMinerDraftsTooManyRequests creates a PostLanguageunderstandingMinerDraftsTooManyRequests with default headers values

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) Error

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) GetPayload

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts too many requests response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding miner drafts too many requests response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts too many requests response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts too many requests response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts too many requests response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsTooManyRequests) String

type PostLanguageunderstandingMinerDraftsUnauthorized

type PostLanguageunderstandingMinerDraftsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingMinerDraftsUnauthorized

func NewPostLanguageunderstandingMinerDraftsUnauthorized() *PostLanguageunderstandingMinerDraftsUnauthorized

NewPostLanguageunderstandingMinerDraftsUnauthorized creates a PostLanguageunderstandingMinerDraftsUnauthorized with default headers values

func (*PostLanguageunderstandingMinerDraftsUnauthorized) Error

func (*PostLanguageunderstandingMinerDraftsUnauthorized) GetPayload

func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts unauthorized response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsCode

IsCode returns true when this post languageunderstanding miner drafts unauthorized response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts unauthorized response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts unauthorized response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts unauthorized response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsUnauthorized) String

type PostLanguageunderstandingMinerDraftsUnsupportedMediaType

type PostLanguageunderstandingMinerDraftsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerDraftsUnsupportedMediaType 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 NewPostLanguageunderstandingMinerDraftsUnsupportedMediaType

func NewPostLanguageunderstandingMinerDraftsUnsupportedMediaType() *PostLanguageunderstandingMinerDraftsUnsupportedMediaType

NewPostLanguageunderstandingMinerDraftsUnsupportedMediaType creates a PostLanguageunderstandingMinerDraftsUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) Error

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding miner drafts unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding miner drafts unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding miner drafts unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding miner drafts unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding miner drafts unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) String

type PostLanguageunderstandingMinerExecuteAccepted

type PostLanguageunderstandingMinerExecuteAccepted struct {
	Payload *models.Miner
}

PostLanguageunderstandingMinerExecuteAccepted describes a response with status code 202, with default header values.

Processing request

func NewPostLanguageunderstandingMinerExecuteAccepted

func NewPostLanguageunderstandingMinerExecuteAccepted() *PostLanguageunderstandingMinerExecuteAccepted

NewPostLanguageunderstandingMinerExecuteAccepted creates a PostLanguageunderstandingMinerExecuteAccepted with default headers values

func (*PostLanguageunderstandingMinerExecuteAccepted) Error

func (*PostLanguageunderstandingMinerExecuteAccepted) GetPayload

func (*PostLanguageunderstandingMinerExecuteAccepted) IsClientError

IsClientError returns true when this post languageunderstanding miner execute accepted response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteAccepted) IsCode

IsCode returns true when this post languageunderstanding miner execute accepted response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteAccepted) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute accepted response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteAccepted) IsServerError

IsServerError returns true when this post languageunderstanding miner execute accepted response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteAccepted) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute accepted response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteAccepted) String

type PostLanguageunderstandingMinerExecuteBadRequest

type PostLanguageunderstandingMinerExecuteBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerExecuteBadRequest 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 NewPostLanguageunderstandingMinerExecuteBadRequest

func NewPostLanguageunderstandingMinerExecuteBadRequest() *PostLanguageunderstandingMinerExecuteBadRequest

NewPostLanguageunderstandingMinerExecuteBadRequest creates a PostLanguageunderstandingMinerExecuteBadRequest with default headers values

func (*PostLanguageunderstandingMinerExecuteBadRequest) Error

func (*PostLanguageunderstandingMinerExecuteBadRequest) GetPayload

func (*PostLanguageunderstandingMinerExecuteBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding miner execute bad request response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteBadRequest) IsCode

IsCode returns true when this post languageunderstanding miner execute bad request response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute bad request response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding miner execute bad request response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute bad request response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteBadRequest) String

type PostLanguageunderstandingMinerExecuteForbidden

type PostLanguageunderstandingMinerExecuteForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingMinerExecuteForbidden

func NewPostLanguageunderstandingMinerExecuteForbidden() *PostLanguageunderstandingMinerExecuteForbidden

NewPostLanguageunderstandingMinerExecuteForbidden creates a PostLanguageunderstandingMinerExecuteForbidden with default headers values

func (*PostLanguageunderstandingMinerExecuteForbidden) Error

func (*PostLanguageunderstandingMinerExecuteForbidden) GetPayload

func (*PostLanguageunderstandingMinerExecuteForbidden) IsClientError

IsClientError returns true when this post languageunderstanding miner execute forbidden response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteForbidden) IsCode

IsCode returns true when this post languageunderstanding miner execute forbidden response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute forbidden response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteForbidden) IsServerError

IsServerError returns true when this post languageunderstanding miner execute forbidden response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute forbidden response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteForbidden) String

type PostLanguageunderstandingMinerExecuteGatewayTimeout

type PostLanguageunderstandingMinerExecuteGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingMinerExecuteGatewayTimeout

func NewPostLanguageunderstandingMinerExecuteGatewayTimeout() *PostLanguageunderstandingMinerExecuteGatewayTimeout

NewPostLanguageunderstandingMinerExecuteGatewayTimeout creates a PostLanguageunderstandingMinerExecuteGatewayTimeout with default headers values

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) Error

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) GetPayload

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner execute gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding miner execute gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner execute gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) String

type PostLanguageunderstandingMinerExecuteInternalServerError

type PostLanguageunderstandingMinerExecuteInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerExecuteInternalServerError 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 NewPostLanguageunderstandingMinerExecuteInternalServerError

func NewPostLanguageunderstandingMinerExecuteInternalServerError() *PostLanguageunderstandingMinerExecuteInternalServerError

NewPostLanguageunderstandingMinerExecuteInternalServerError creates a PostLanguageunderstandingMinerExecuteInternalServerError with default headers values

func (*PostLanguageunderstandingMinerExecuteInternalServerError) Error

func (*PostLanguageunderstandingMinerExecuteInternalServerError) GetPayload

func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding miner execute internal server error response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsCode

IsCode returns true when this post languageunderstanding miner execute internal server error response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute internal server error response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding miner execute internal server error response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute internal server error response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteInternalServerError) String

type PostLanguageunderstandingMinerExecuteNotFound

type PostLanguageunderstandingMinerExecuteNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingMinerExecuteNotFound

func NewPostLanguageunderstandingMinerExecuteNotFound() *PostLanguageunderstandingMinerExecuteNotFound

NewPostLanguageunderstandingMinerExecuteNotFound creates a PostLanguageunderstandingMinerExecuteNotFound with default headers values

func (*PostLanguageunderstandingMinerExecuteNotFound) Error

func (*PostLanguageunderstandingMinerExecuteNotFound) GetPayload

func (*PostLanguageunderstandingMinerExecuteNotFound) IsClientError

IsClientError returns true when this post languageunderstanding miner execute not found response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteNotFound) IsCode

IsCode returns true when this post languageunderstanding miner execute not found response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute not found response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteNotFound) IsServerError

IsServerError returns true when this post languageunderstanding miner execute not found response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute not found response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteNotFound) String

type PostLanguageunderstandingMinerExecuteOK

type PostLanguageunderstandingMinerExecuteOK struct {
	Payload *models.Miner
}

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

successful operation

func NewPostLanguageunderstandingMinerExecuteOK

func NewPostLanguageunderstandingMinerExecuteOK() *PostLanguageunderstandingMinerExecuteOK

NewPostLanguageunderstandingMinerExecuteOK creates a PostLanguageunderstandingMinerExecuteOK with default headers values

func (*PostLanguageunderstandingMinerExecuteOK) Error

func (*PostLanguageunderstandingMinerExecuteOK) GetPayload

func (*PostLanguageunderstandingMinerExecuteOK) IsClientError

func (o *PostLanguageunderstandingMinerExecuteOK) IsClientError() bool

IsClientError returns true when this post languageunderstanding miner execute o k response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteOK) IsCode

IsCode returns true when this post languageunderstanding miner execute o k response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteOK) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute o k response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteOK) IsServerError

func (o *PostLanguageunderstandingMinerExecuteOK) IsServerError() bool

IsServerError returns true when this post languageunderstanding miner execute o k response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteOK) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute o k response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteOK) String

type PostLanguageunderstandingMinerExecuteParams

type PostLanguageunderstandingMinerExecuteParams struct {

	// Body.
	Body *models.MinerExecuteRequest

	/* MinerID.

	   Miner ID
	*/
	MinerID string

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

PostLanguageunderstandingMinerExecuteParams contains all the parameters to send to the API endpoint

for the post languageunderstanding miner execute operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingMinerExecuteParams

func NewPostLanguageunderstandingMinerExecuteParams() *PostLanguageunderstandingMinerExecuteParams

NewPostLanguageunderstandingMinerExecuteParams creates a new PostLanguageunderstandingMinerExecuteParams 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 NewPostLanguageunderstandingMinerExecuteParamsWithContext

func NewPostLanguageunderstandingMinerExecuteParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinerExecuteParams

NewPostLanguageunderstandingMinerExecuteParamsWithContext creates a new PostLanguageunderstandingMinerExecuteParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingMinerExecuteParamsWithHTTPClient

func NewPostLanguageunderstandingMinerExecuteParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerExecuteParams

NewPostLanguageunderstandingMinerExecuteParamsWithHTTPClient creates a new PostLanguageunderstandingMinerExecuteParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingMinerExecuteParamsWithTimeout

func NewPostLanguageunderstandingMinerExecuteParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerExecuteParams

NewPostLanguageunderstandingMinerExecuteParamsWithTimeout creates a new PostLanguageunderstandingMinerExecuteParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingMinerExecuteParams) SetBody

SetBody adds the body to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) SetContext

SetContext adds the context to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding miner execute params (not the query body).

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

func (*PostLanguageunderstandingMinerExecuteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) SetMinerID

func (o *PostLanguageunderstandingMinerExecuteParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WithBody

WithBody adds the body to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WithContext

WithContext adds the context to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding miner execute params (not the query body).

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

func (*PostLanguageunderstandingMinerExecuteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WithMinerID

WithMinerID adds the minerID to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding miner execute params

func (*PostLanguageunderstandingMinerExecuteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingMinerExecuteReader

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

PostLanguageunderstandingMinerExecuteReader is a Reader for the PostLanguageunderstandingMinerExecute structure.

func (*PostLanguageunderstandingMinerExecuteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingMinerExecuteRequestEntityTooLarge

type PostLanguageunderstandingMinerExecuteRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinerExecuteRequestEntityTooLarge

func NewPostLanguageunderstandingMinerExecuteRequestEntityTooLarge() *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge

NewPostLanguageunderstandingMinerExecuteRequestEntityTooLarge creates a PostLanguageunderstandingMinerExecuteRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) Error

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding miner execute request entity too large response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding miner execute request entity too large response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute request entity too large response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding miner execute request entity too large response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute request entity too large response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) String

type PostLanguageunderstandingMinerExecuteRequestTimeout

type PostLanguageunderstandingMinerExecuteRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerExecuteRequestTimeout 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 NewPostLanguageunderstandingMinerExecuteRequestTimeout

func NewPostLanguageunderstandingMinerExecuteRequestTimeout() *PostLanguageunderstandingMinerExecuteRequestTimeout

NewPostLanguageunderstandingMinerExecuteRequestTimeout creates a PostLanguageunderstandingMinerExecuteRequestTimeout with default headers values

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) Error

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) GetPayload

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner execute request timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding miner execute request timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute request timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner execute request timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute request timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteRequestTimeout) String

type PostLanguageunderstandingMinerExecuteServiceUnavailable

type PostLanguageunderstandingMinerExecuteServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerExecuteServiceUnavailable 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 NewPostLanguageunderstandingMinerExecuteServiceUnavailable

func NewPostLanguageunderstandingMinerExecuteServiceUnavailable() *PostLanguageunderstandingMinerExecuteServiceUnavailable

NewPostLanguageunderstandingMinerExecuteServiceUnavailable creates a PostLanguageunderstandingMinerExecuteServiceUnavailable with default headers values

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) Error

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) GetPayload

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding miner execute service unavailable response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding miner execute service unavailable response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute service unavailable response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding miner execute service unavailable response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute service unavailable response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) String

type PostLanguageunderstandingMinerExecuteTooManyRequests

type PostLanguageunderstandingMinerExecuteTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinerExecuteTooManyRequests

func NewPostLanguageunderstandingMinerExecuteTooManyRequests() *PostLanguageunderstandingMinerExecuteTooManyRequests

NewPostLanguageunderstandingMinerExecuteTooManyRequests creates a PostLanguageunderstandingMinerExecuteTooManyRequests with default headers values

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) Error

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) GetPayload

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding miner execute too many requests response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding miner execute too many requests response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute too many requests response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding miner execute too many requests response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute too many requests response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteTooManyRequests) String

type PostLanguageunderstandingMinerExecuteUnauthorized

type PostLanguageunderstandingMinerExecuteUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingMinerExecuteUnauthorized

func NewPostLanguageunderstandingMinerExecuteUnauthorized() *PostLanguageunderstandingMinerExecuteUnauthorized

NewPostLanguageunderstandingMinerExecuteUnauthorized creates a PostLanguageunderstandingMinerExecuteUnauthorized with default headers values

func (*PostLanguageunderstandingMinerExecuteUnauthorized) Error

func (*PostLanguageunderstandingMinerExecuteUnauthorized) GetPayload

func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding miner execute unauthorized response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsCode

IsCode returns true when this post languageunderstanding miner execute unauthorized response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute unauthorized response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding miner execute unauthorized response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute unauthorized response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteUnauthorized) String

type PostLanguageunderstandingMinerExecuteUnsupportedMediaType

type PostLanguageunderstandingMinerExecuteUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerExecuteUnsupportedMediaType 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 NewPostLanguageunderstandingMinerExecuteUnsupportedMediaType

func NewPostLanguageunderstandingMinerExecuteUnsupportedMediaType() *PostLanguageunderstandingMinerExecuteUnsupportedMediaType

NewPostLanguageunderstandingMinerExecuteUnsupportedMediaType creates a PostLanguageunderstandingMinerExecuteUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) Error

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding miner execute unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding miner execute unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding miner execute unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding miner execute unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding miner execute unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) String

type PostLanguageunderstandingMinersBadRequest

type PostLanguageunderstandingMinersBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinersBadRequest 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 NewPostLanguageunderstandingMinersBadRequest

func NewPostLanguageunderstandingMinersBadRequest() *PostLanguageunderstandingMinersBadRequest

NewPostLanguageunderstandingMinersBadRequest creates a PostLanguageunderstandingMinersBadRequest with default headers values

func (*PostLanguageunderstandingMinersBadRequest) Error

func (*PostLanguageunderstandingMinersBadRequest) GetPayload

func (*PostLanguageunderstandingMinersBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding miners bad request response has a 4xx status code

func (*PostLanguageunderstandingMinersBadRequest) IsCode

IsCode returns true when this post languageunderstanding miners bad request response a status code equal to that given

func (*PostLanguageunderstandingMinersBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding miners bad request response has a 3xx status code

func (*PostLanguageunderstandingMinersBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding miners bad request response has a 5xx status code

func (*PostLanguageunderstandingMinersBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding miners bad request response has a 2xx status code

func (*PostLanguageunderstandingMinersBadRequest) String

type PostLanguageunderstandingMinersCreated

type PostLanguageunderstandingMinersCreated struct {
	Payload *models.Miner
}

PostLanguageunderstandingMinersCreated describes a response with status code 201, with default header values.

Miner created successfully

func NewPostLanguageunderstandingMinersCreated

func NewPostLanguageunderstandingMinersCreated() *PostLanguageunderstandingMinersCreated

NewPostLanguageunderstandingMinersCreated creates a PostLanguageunderstandingMinersCreated with default headers values

func (*PostLanguageunderstandingMinersCreated) Error

func (*PostLanguageunderstandingMinersCreated) GetPayload

func (*PostLanguageunderstandingMinersCreated) IsClientError

func (o *PostLanguageunderstandingMinersCreated) IsClientError() bool

IsClientError returns true when this post languageunderstanding miners created response has a 4xx status code

func (*PostLanguageunderstandingMinersCreated) IsCode

IsCode returns true when this post languageunderstanding miners created response a status code equal to that given

func (*PostLanguageunderstandingMinersCreated) IsRedirect

IsRedirect returns true when this post languageunderstanding miners created response has a 3xx status code

func (*PostLanguageunderstandingMinersCreated) IsServerError

func (o *PostLanguageunderstandingMinersCreated) IsServerError() bool

IsServerError returns true when this post languageunderstanding miners created response has a 5xx status code

func (*PostLanguageunderstandingMinersCreated) IsSuccess

IsSuccess returns true when this post languageunderstanding miners created response has a 2xx status code

func (*PostLanguageunderstandingMinersCreated) String

type PostLanguageunderstandingMinersForbidden

type PostLanguageunderstandingMinersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingMinersForbidden

func NewPostLanguageunderstandingMinersForbidden() *PostLanguageunderstandingMinersForbidden

NewPostLanguageunderstandingMinersForbidden creates a PostLanguageunderstandingMinersForbidden with default headers values

func (*PostLanguageunderstandingMinersForbidden) Error

func (*PostLanguageunderstandingMinersForbidden) GetPayload

func (*PostLanguageunderstandingMinersForbidden) IsClientError

IsClientError returns true when this post languageunderstanding miners forbidden response has a 4xx status code

func (*PostLanguageunderstandingMinersForbidden) IsCode

IsCode returns true when this post languageunderstanding miners forbidden response a status code equal to that given

func (*PostLanguageunderstandingMinersForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding miners forbidden response has a 3xx status code

func (*PostLanguageunderstandingMinersForbidden) IsServerError

IsServerError returns true when this post languageunderstanding miners forbidden response has a 5xx status code

func (*PostLanguageunderstandingMinersForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding miners forbidden response has a 2xx status code

func (*PostLanguageunderstandingMinersForbidden) String

type PostLanguageunderstandingMinersGatewayTimeout

type PostLanguageunderstandingMinersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostLanguageunderstandingMinersGatewayTimeout

func NewPostLanguageunderstandingMinersGatewayTimeout() *PostLanguageunderstandingMinersGatewayTimeout

NewPostLanguageunderstandingMinersGatewayTimeout creates a PostLanguageunderstandingMinersGatewayTimeout with default headers values

func (*PostLanguageunderstandingMinersGatewayTimeout) Error

func (*PostLanguageunderstandingMinersGatewayTimeout) GetPayload

func (*PostLanguageunderstandingMinersGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miners gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingMinersGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding miners gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingMinersGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miners gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingMinersGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miners gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingMinersGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miners gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingMinersGatewayTimeout) String

type PostLanguageunderstandingMinersInternalServerError

type PostLanguageunderstandingMinersInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinersInternalServerError 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 NewPostLanguageunderstandingMinersInternalServerError

func NewPostLanguageunderstandingMinersInternalServerError() *PostLanguageunderstandingMinersInternalServerError

NewPostLanguageunderstandingMinersInternalServerError creates a PostLanguageunderstandingMinersInternalServerError with default headers values

func (*PostLanguageunderstandingMinersInternalServerError) Error

func (*PostLanguageunderstandingMinersInternalServerError) GetPayload

func (*PostLanguageunderstandingMinersInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding miners internal server error response has a 4xx status code

func (*PostLanguageunderstandingMinersInternalServerError) IsCode

IsCode returns true when this post languageunderstanding miners internal server error response a status code equal to that given

func (*PostLanguageunderstandingMinersInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding miners internal server error response has a 3xx status code

func (*PostLanguageunderstandingMinersInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding miners internal server error response has a 5xx status code

func (*PostLanguageunderstandingMinersInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding miners internal server error response has a 2xx status code

func (*PostLanguageunderstandingMinersInternalServerError) String

type PostLanguageunderstandingMinersNotFound

type PostLanguageunderstandingMinersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostLanguageunderstandingMinersNotFound

func NewPostLanguageunderstandingMinersNotFound() *PostLanguageunderstandingMinersNotFound

NewPostLanguageunderstandingMinersNotFound creates a PostLanguageunderstandingMinersNotFound with default headers values

func (*PostLanguageunderstandingMinersNotFound) Error

func (*PostLanguageunderstandingMinersNotFound) GetPayload

func (*PostLanguageunderstandingMinersNotFound) IsClientError

func (o *PostLanguageunderstandingMinersNotFound) IsClientError() bool

IsClientError returns true when this post languageunderstanding miners not found response has a 4xx status code

func (*PostLanguageunderstandingMinersNotFound) IsCode

IsCode returns true when this post languageunderstanding miners not found response a status code equal to that given

func (*PostLanguageunderstandingMinersNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding miners not found response has a 3xx status code

func (*PostLanguageunderstandingMinersNotFound) IsServerError

func (o *PostLanguageunderstandingMinersNotFound) IsServerError() bool

IsServerError returns true when this post languageunderstanding miners not found response has a 5xx status code

func (*PostLanguageunderstandingMinersNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding miners not found response has a 2xx status code

func (*PostLanguageunderstandingMinersNotFound) String

type PostLanguageunderstandingMinersOK

type PostLanguageunderstandingMinersOK struct {
	Payload *models.Miner
}

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

successful operation

func NewPostLanguageunderstandingMinersOK

func NewPostLanguageunderstandingMinersOK() *PostLanguageunderstandingMinersOK

NewPostLanguageunderstandingMinersOK creates a PostLanguageunderstandingMinersOK with default headers values

func (*PostLanguageunderstandingMinersOK) Error

func (*PostLanguageunderstandingMinersOK) GetPayload

func (*PostLanguageunderstandingMinersOK) IsClientError

func (o *PostLanguageunderstandingMinersOK) IsClientError() bool

IsClientError returns true when this post languageunderstanding miners o k response has a 4xx status code

func (*PostLanguageunderstandingMinersOK) IsCode

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

IsCode returns true when this post languageunderstanding miners o k response a status code equal to that given

func (*PostLanguageunderstandingMinersOK) IsRedirect

func (o *PostLanguageunderstandingMinersOK) IsRedirect() bool

IsRedirect returns true when this post languageunderstanding miners o k response has a 3xx status code

func (*PostLanguageunderstandingMinersOK) IsServerError

func (o *PostLanguageunderstandingMinersOK) IsServerError() bool

IsServerError returns true when this post languageunderstanding miners o k response has a 5xx status code

func (*PostLanguageunderstandingMinersOK) IsSuccess

func (o *PostLanguageunderstandingMinersOK) IsSuccess() bool

IsSuccess returns true when this post languageunderstanding miners o k response has a 2xx status code

func (*PostLanguageunderstandingMinersOK) String

type PostLanguageunderstandingMinersParams

type PostLanguageunderstandingMinersParams struct {

	/* Body.

	   Details for creating a new miner resource.
	*/
	Body *models.Miner

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

PostLanguageunderstandingMinersParams contains all the parameters to send to the API endpoint

for the post languageunderstanding miners operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingMinersParams

func NewPostLanguageunderstandingMinersParams() *PostLanguageunderstandingMinersParams

NewPostLanguageunderstandingMinersParams creates a new PostLanguageunderstandingMinersParams 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 NewPostLanguageunderstandingMinersParamsWithContext

func NewPostLanguageunderstandingMinersParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinersParams

NewPostLanguageunderstandingMinersParamsWithContext creates a new PostLanguageunderstandingMinersParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingMinersParamsWithHTTPClient

func NewPostLanguageunderstandingMinersParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinersParams

NewPostLanguageunderstandingMinersParamsWithHTTPClient creates a new PostLanguageunderstandingMinersParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingMinersParamsWithTimeout

func NewPostLanguageunderstandingMinersParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinersParams

NewPostLanguageunderstandingMinersParamsWithTimeout creates a new PostLanguageunderstandingMinersParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingMinersParams) SetBody

SetBody adds the body to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) SetContext

SetContext adds the context to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) SetDefaults

func (o *PostLanguageunderstandingMinersParams) SetDefaults()

SetDefaults hydrates default values in the post languageunderstanding miners params (not the query body).

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

func (*PostLanguageunderstandingMinersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) SetTimeout

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

SetTimeout adds the timeout to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) WithBody

WithBody adds the body to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) WithContext

WithContext adds the context to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding miners params (not the query body).

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

func (*PostLanguageunderstandingMinersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding miners params

func (*PostLanguageunderstandingMinersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingMinersReader

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

PostLanguageunderstandingMinersReader is a Reader for the PostLanguageunderstandingMiners structure.

func (*PostLanguageunderstandingMinersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingMinersRequestEntityTooLarge

type PostLanguageunderstandingMinersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinersRequestEntityTooLarge

func NewPostLanguageunderstandingMinersRequestEntityTooLarge() *PostLanguageunderstandingMinersRequestEntityTooLarge

NewPostLanguageunderstandingMinersRequestEntityTooLarge creates a PostLanguageunderstandingMinersRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) Error

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding miners request entity too large response has a 4xx status code

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding miners request entity too large response a status code equal to that given

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding miners request entity too large response has a 3xx status code

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding miners request entity too large response has a 5xx status code

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding miners request entity too large response has a 2xx status code

func (*PostLanguageunderstandingMinersRequestEntityTooLarge) String

type PostLanguageunderstandingMinersRequestTimeout

type PostLanguageunderstandingMinersRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinersRequestTimeout 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 NewPostLanguageunderstandingMinersRequestTimeout

func NewPostLanguageunderstandingMinersRequestTimeout() *PostLanguageunderstandingMinersRequestTimeout

NewPostLanguageunderstandingMinersRequestTimeout creates a PostLanguageunderstandingMinersRequestTimeout with default headers values

func (*PostLanguageunderstandingMinersRequestTimeout) Error

func (*PostLanguageunderstandingMinersRequestTimeout) GetPayload

func (*PostLanguageunderstandingMinersRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miners request timeout response has a 4xx status code

func (*PostLanguageunderstandingMinersRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding miners request timeout response a status code equal to that given

func (*PostLanguageunderstandingMinersRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miners request timeout response has a 3xx status code

func (*PostLanguageunderstandingMinersRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miners request timeout response has a 5xx status code

func (*PostLanguageunderstandingMinersRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miners request timeout response has a 2xx status code

func (*PostLanguageunderstandingMinersRequestTimeout) String

type PostLanguageunderstandingMinersServiceUnavailable

type PostLanguageunderstandingMinersServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinersServiceUnavailable 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 NewPostLanguageunderstandingMinersServiceUnavailable

func NewPostLanguageunderstandingMinersServiceUnavailable() *PostLanguageunderstandingMinersServiceUnavailable

NewPostLanguageunderstandingMinersServiceUnavailable creates a PostLanguageunderstandingMinersServiceUnavailable with default headers values

func (*PostLanguageunderstandingMinersServiceUnavailable) Error

func (*PostLanguageunderstandingMinersServiceUnavailable) GetPayload

func (*PostLanguageunderstandingMinersServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding miners service unavailable response has a 4xx status code

func (*PostLanguageunderstandingMinersServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding miners service unavailable response a status code equal to that given

func (*PostLanguageunderstandingMinersServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding miners service unavailable response has a 3xx status code

func (*PostLanguageunderstandingMinersServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding miners service unavailable response has a 5xx status code

func (*PostLanguageunderstandingMinersServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding miners service unavailable response has a 2xx status code

func (*PostLanguageunderstandingMinersServiceUnavailable) String

type PostLanguageunderstandingMinersTooManyRequests

type PostLanguageunderstandingMinersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostLanguageunderstandingMinersTooManyRequests

func NewPostLanguageunderstandingMinersTooManyRequests() *PostLanguageunderstandingMinersTooManyRequests

NewPostLanguageunderstandingMinersTooManyRequests creates a PostLanguageunderstandingMinersTooManyRequests with default headers values

func (*PostLanguageunderstandingMinersTooManyRequests) Error

func (*PostLanguageunderstandingMinersTooManyRequests) GetPayload

func (*PostLanguageunderstandingMinersTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding miners too many requests response has a 4xx status code

func (*PostLanguageunderstandingMinersTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding miners too many requests response a status code equal to that given

func (*PostLanguageunderstandingMinersTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding miners too many requests response has a 3xx status code

func (*PostLanguageunderstandingMinersTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding miners too many requests response has a 5xx status code

func (*PostLanguageunderstandingMinersTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding miners too many requests response has a 2xx status code

func (*PostLanguageunderstandingMinersTooManyRequests) String

type PostLanguageunderstandingMinersUnauthorized

type PostLanguageunderstandingMinersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingMinersUnauthorized

func NewPostLanguageunderstandingMinersUnauthorized() *PostLanguageunderstandingMinersUnauthorized

NewPostLanguageunderstandingMinersUnauthorized creates a PostLanguageunderstandingMinersUnauthorized with default headers values

func (*PostLanguageunderstandingMinersUnauthorized) Error

func (*PostLanguageunderstandingMinersUnauthorized) GetPayload

func (*PostLanguageunderstandingMinersUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding miners unauthorized response has a 4xx status code

func (*PostLanguageunderstandingMinersUnauthorized) IsCode

IsCode returns true when this post languageunderstanding miners unauthorized response a status code equal to that given

func (*PostLanguageunderstandingMinersUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding miners unauthorized response has a 3xx status code

func (*PostLanguageunderstandingMinersUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding miners unauthorized response has a 5xx status code

func (*PostLanguageunderstandingMinersUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding miners unauthorized response has a 2xx status code

func (*PostLanguageunderstandingMinersUnauthorized) String

type PostLanguageunderstandingMinersUnsupportedMediaType

type PostLanguageunderstandingMinersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinersUnsupportedMediaType 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 NewPostLanguageunderstandingMinersUnsupportedMediaType

func NewPostLanguageunderstandingMinersUnsupportedMediaType() *PostLanguageunderstandingMinersUnsupportedMediaType

NewPostLanguageunderstandingMinersUnsupportedMediaType creates a PostLanguageunderstandingMinersUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingMinersUnsupportedMediaType) Error

func (*PostLanguageunderstandingMinersUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding miners unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding miners unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding miners unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding miners unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding miners unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingMinersUnsupportedMediaType) String

type PutLanguageunderstandingDomainVersionBadRequest

type PutLanguageunderstandingDomainVersionBadRequest struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionBadRequest 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 NewPutLanguageunderstandingDomainVersionBadRequest

func NewPutLanguageunderstandingDomainVersionBadRequest() *PutLanguageunderstandingDomainVersionBadRequest

NewPutLanguageunderstandingDomainVersionBadRequest creates a PutLanguageunderstandingDomainVersionBadRequest with default headers values

func (*PutLanguageunderstandingDomainVersionBadRequest) Error

func (*PutLanguageunderstandingDomainVersionBadRequest) GetPayload

func (*PutLanguageunderstandingDomainVersionBadRequest) IsClientError

IsClientError returns true when this put languageunderstanding domain version bad request response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionBadRequest) IsCode

IsCode returns true when this put languageunderstanding domain version bad request response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionBadRequest) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version bad request response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionBadRequest) IsServerError

IsServerError returns true when this put languageunderstanding domain version bad request response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionBadRequest) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version bad request response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionBadRequest) String

type PutLanguageunderstandingDomainVersionConflict

type PutLanguageunderstandingDomainVersionConflict struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionConflict describes a response with status code 409, with default header values.

Conflict

func NewPutLanguageunderstandingDomainVersionConflict

func NewPutLanguageunderstandingDomainVersionConflict() *PutLanguageunderstandingDomainVersionConflict

NewPutLanguageunderstandingDomainVersionConflict creates a PutLanguageunderstandingDomainVersionConflict with default headers values

func (*PutLanguageunderstandingDomainVersionConflict) Error

func (*PutLanguageunderstandingDomainVersionConflict) GetPayload

func (*PutLanguageunderstandingDomainVersionConflict) IsClientError

IsClientError returns true when this put languageunderstanding domain version conflict response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionConflict) IsCode

IsCode returns true when this put languageunderstanding domain version conflict response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionConflict) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version conflict response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionConflict) IsServerError

IsServerError returns true when this put languageunderstanding domain version conflict response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionConflict) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version conflict response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionConflict) String

type PutLanguageunderstandingDomainVersionForbidden

type PutLanguageunderstandingDomainVersionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutLanguageunderstandingDomainVersionForbidden

func NewPutLanguageunderstandingDomainVersionForbidden() *PutLanguageunderstandingDomainVersionForbidden

NewPutLanguageunderstandingDomainVersionForbidden creates a PutLanguageunderstandingDomainVersionForbidden with default headers values

func (*PutLanguageunderstandingDomainVersionForbidden) Error

func (*PutLanguageunderstandingDomainVersionForbidden) GetPayload

func (*PutLanguageunderstandingDomainVersionForbidden) IsClientError

IsClientError returns true when this put languageunderstanding domain version forbidden response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionForbidden) IsCode

IsCode returns true when this put languageunderstanding domain version forbidden response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionForbidden) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version forbidden response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionForbidden) IsServerError

IsServerError returns true when this put languageunderstanding domain version forbidden response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionForbidden) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version forbidden response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionForbidden) String

type PutLanguageunderstandingDomainVersionGatewayTimeout

type PutLanguageunderstandingDomainVersionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPutLanguageunderstandingDomainVersionGatewayTimeout

func NewPutLanguageunderstandingDomainVersionGatewayTimeout() *PutLanguageunderstandingDomainVersionGatewayTimeout

NewPutLanguageunderstandingDomainVersionGatewayTimeout creates a PutLanguageunderstandingDomainVersionGatewayTimeout with default headers values

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) Error

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) GetPayload

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsClientError

IsClientError returns true when this put languageunderstanding domain version gateway timeout response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsCode

IsCode returns true when this put languageunderstanding domain version gateway timeout response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version gateway timeout response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsServerError

IsServerError returns true when this put languageunderstanding domain version gateway timeout response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version gateway timeout response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionGatewayTimeout) String

type PutLanguageunderstandingDomainVersionInternalServerError

type PutLanguageunderstandingDomainVersionInternalServerError struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionInternalServerError 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 NewPutLanguageunderstandingDomainVersionInternalServerError

func NewPutLanguageunderstandingDomainVersionInternalServerError() *PutLanguageunderstandingDomainVersionInternalServerError

NewPutLanguageunderstandingDomainVersionInternalServerError creates a PutLanguageunderstandingDomainVersionInternalServerError with default headers values

func (*PutLanguageunderstandingDomainVersionInternalServerError) Error

func (*PutLanguageunderstandingDomainVersionInternalServerError) GetPayload

func (*PutLanguageunderstandingDomainVersionInternalServerError) IsClientError

IsClientError returns true when this put languageunderstanding domain version internal server error response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionInternalServerError) IsCode

IsCode returns true when this put languageunderstanding domain version internal server error response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionInternalServerError) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version internal server error response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionInternalServerError) IsServerError

IsServerError returns true when this put languageunderstanding domain version internal server error response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionInternalServerError) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version internal server error response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionInternalServerError) String

type PutLanguageunderstandingDomainVersionNotFound

type PutLanguageunderstandingDomainVersionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutLanguageunderstandingDomainVersionNotFound

func NewPutLanguageunderstandingDomainVersionNotFound() *PutLanguageunderstandingDomainVersionNotFound

NewPutLanguageunderstandingDomainVersionNotFound creates a PutLanguageunderstandingDomainVersionNotFound with default headers values

func (*PutLanguageunderstandingDomainVersionNotFound) Error

func (*PutLanguageunderstandingDomainVersionNotFound) GetPayload

func (*PutLanguageunderstandingDomainVersionNotFound) IsClientError

IsClientError returns true when this put languageunderstanding domain version not found response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionNotFound) IsCode

IsCode returns true when this put languageunderstanding domain version not found response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionNotFound) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version not found response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionNotFound) IsServerError

IsServerError returns true when this put languageunderstanding domain version not found response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionNotFound) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version not found response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionNotFound) String

type PutLanguageunderstandingDomainVersionOK

type PutLanguageunderstandingDomainVersionOK struct {
	Payload *models.NluDomainVersion
}

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

Updated the specified NLU Domain Version

func NewPutLanguageunderstandingDomainVersionOK

func NewPutLanguageunderstandingDomainVersionOK() *PutLanguageunderstandingDomainVersionOK

NewPutLanguageunderstandingDomainVersionOK creates a PutLanguageunderstandingDomainVersionOK with default headers values

func (*PutLanguageunderstandingDomainVersionOK) Error

func (*PutLanguageunderstandingDomainVersionOK) GetPayload

func (*PutLanguageunderstandingDomainVersionOK) IsClientError

func (o *PutLanguageunderstandingDomainVersionOK) IsClientError() bool

IsClientError returns true when this put languageunderstanding domain version o k response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionOK) IsCode

IsCode returns true when this put languageunderstanding domain version o k response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionOK) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version o k response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionOK) IsServerError

func (o *PutLanguageunderstandingDomainVersionOK) IsServerError() bool

IsServerError returns true when this put languageunderstanding domain version o k response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionOK) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version o k response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionOK) String

type PutLanguageunderstandingDomainVersionParams

type PutLanguageunderstandingDomainVersionParams struct {

	/* Body.

	   The updated NLU Domain Version.
	*/
	Body *models.NluDomainVersion

	/* DomainID.

	   ID of the NLU domain.
	*/
	DomainID string

	/* DomainVersionID.

	   ID of the NLU domain version.
	*/
	DomainVersionID string

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

PutLanguageunderstandingDomainVersionParams contains all the parameters to send to the API endpoint

for the put languageunderstanding domain version operation.

Typically these are written to a http.Request.

func NewPutLanguageunderstandingDomainVersionParams

func NewPutLanguageunderstandingDomainVersionParams() *PutLanguageunderstandingDomainVersionParams

NewPutLanguageunderstandingDomainVersionParams creates a new PutLanguageunderstandingDomainVersionParams 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 NewPutLanguageunderstandingDomainVersionParamsWithContext

func NewPutLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *PutLanguageunderstandingDomainVersionParams

NewPutLanguageunderstandingDomainVersionParamsWithContext creates a new PutLanguageunderstandingDomainVersionParams object with the ability to set a context for a request.

func NewPutLanguageunderstandingDomainVersionParamsWithHTTPClient

func NewPutLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *PutLanguageunderstandingDomainVersionParams

NewPutLanguageunderstandingDomainVersionParamsWithHTTPClient creates a new PutLanguageunderstandingDomainVersionParams object with the ability to set a custom HTTPClient for a request.

func NewPutLanguageunderstandingDomainVersionParamsWithTimeout

func NewPutLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *PutLanguageunderstandingDomainVersionParams

NewPutLanguageunderstandingDomainVersionParamsWithTimeout creates a new PutLanguageunderstandingDomainVersionParams object with the ability to set a timeout on a request.

func (*PutLanguageunderstandingDomainVersionParams) SetBody

SetBody adds the body to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) SetContext

SetContext adds the context to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) SetDefaults

SetDefaults hydrates default values in the put languageunderstanding domain version params (not the query body).

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

func (*PutLanguageunderstandingDomainVersionParams) SetDomainID

func (o *PutLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) SetDomainVersionID

func (o *PutLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)

SetDomainVersionID adds the domainVersionId to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) SetTimeout

SetTimeout adds the timeout to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithBody

WithBody adds the body to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithContext

WithContext adds the context to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithDefaults

WithDefaults hydrates default values in the put languageunderstanding domain version params (not the query body).

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

func (*PutLanguageunderstandingDomainVersionParams) WithDomainID

WithDomainID adds the domainID to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithDomainVersionID

WithDomainVersionID adds the domainVersionID to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WithTimeout

WithTimeout adds the timeout to the put languageunderstanding domain version params

func (*PutLanguageunderstandingDomainVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutLanguageunderstandingDomainVersionReader

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

PutLanguageunderstandingDomainVersionReader is a Reader for the PutLanguageunderstandingDomainVersion structure.

func (*PutLanguageunderstandingDomainVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutLanguageunderstandingDomainVersionRequestEntityTooLarge

type PutLanguageunderstandingDomainVersionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPutLanguageunderstandingDomainVersionRequestEntityTooLarge

func NewPutLanguageunderstandingDomainVersionRequestEntityTooLarge() *PutLanguageunderstandingDomainVersionRequestEntityTooLarge

NewPutLanguageunderstandingDomainVersionRequestEntityTooLarge creates a PutLanguageunderstandingDomainVersionRequestEntityTooLarge with default headers values

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) Error

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError

IsClientError returns true when this put languageunderstanding domain version request entity too large response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode

IsCode returns true when this put languageunderstanding domain version request entity too large response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version request entity too large response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError

IsServerError returns true when this put languageunderstanding domain version request entity too large response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version request entity too large response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) String

type PutLanguageunderstandingDomainVersionRequestTimeout

type PutLanguageunderstandingDomainVersionRequestTimeout struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionRequestTimeout 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 NewPutLanguageunderstandingDomainVersionRequestTimeout

func NewPutLanguageunderstandingDomainVersionRequestTimeout() *PutLanguageunderstandingDomainVersionRequestTimeout

NewPutLanguageunderstandingDomainVersionRequestTimeout creates a PutLanguageunderstandingDomainVersionRequestTimeout with default headers values

func (*PutLanguageunderstandingDomainVersionRequestTimeout) Error

func (*PutLanguageunderstandingDomainVersionRequestTimeout) GetPayload

func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsClientError

IsClientError returns true when this put languageunderstanding domain version request timeout response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsCode

IsCode returns true when this put languageunderstanding domain version request timeout response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version request timeout response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsServerError

IsServerError returns true when this put languageunderstanding domain version request timeout response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version request timeout response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionRequestTimeout) String

type PutLanguageunderstandingDomainVersionServiceUnavailable

type PutLanguageunderstandingDomainVersionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionServiceUnavailable 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 NewPutLanguageunderstandingDomainVersionServiceUnavailable

func NewPutLanguageunderstandingDomainVersionServiceUnavailable() *PutLanguageunderstandingDomainVersionServiceUnavailable

NewPutLanguageunderstandingDomainVersionServiceUnavailable creates a PutLanguageunderstandingDomainVersionServiceUnavailable with default headers values

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) Error

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) GetPayload

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsClientError

IsClientError returns true when this put languageunderstanding domain version service unavailable response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsCode

IsCode returns true when this put languageunderstanding domain version service unavailable response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version service unavailable response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsServerError

IsServerError returns true when this put languageunderstanding domain version service unavailable response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version service unavailable response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionServiceUnavailable) String

type PutLanguageunderstandingDomainVersionTooManyRequests

type PutLanguageunderstandingDomainVersionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPutLanguageunderstandingDomainVersionTooManyRequests

func NewPutLanguageunderstandingDomainVersionTooManyRequests() *PutLanguageunderstandingDomainVersionTooManyRequests

NewPutLanguageunderstandingDomainVersionTooManyRequests creates a PutLanguageunderstandingDomainVersionTooManyRequests with default headers values

func (*PutLanguageunderstandingDomainVersionTooManyRequests) Error

func (*PutLanguageunderstandingDomainVersionTooManyRequests) GetPayload

func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsClientError

IsClientError returns true when this put languageunderstanding domain version too many requests response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsCode

IsCode returns true when this put languageunderstanding domain version too many requests response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version too many requests response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsServerError

IsServerError returns true when this put languageunderstanding domain version too many requests response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version too many requests response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionTooManyRequests) String

type PutLanguageunderstandingDomainVersionUnauthorized

type PutLanguageunderstandingDomainVersionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutLanguageunderstandingDomainVersionUnauthorized

func NewPutLanguageunderstandingDomainVersionUnauthorized() *PutLanguageunderstandingDomainVersionUnauthorized

NewPutLanguageunderstandingDomainVersionUnauthorized creates a PutLanguageunderstandingDomainVersionUnauthorized with default headers values

func (*PutLanguageunderstandingDomainVersionUnauthorized) Error

func (*PutLanguageunderstandingDomainVersionUnauthorized) GetPayload

func (*PutLanguageunderstandingDomainVersionUnauthorized) IsClientError

IsClientError returns true when this put languageunderstanding domain version unauthorized response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionUnauthorized) IsCode

IsCode returns true when this put languageunderstanding domain version unauthorized response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionUnauthorized) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version unauthorized response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionUnauthorized) IsServerError

IsServerError returns true when this put languageunderstanding domain version unauthorized response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionUnauthorized) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version unauthorized response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionUnauthorized) String

type PutLanguageunderstandingDomainVersionUnsupportedMediaType

type PutLanguageunderstandingDomainVersionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutLanguageunderstandingDomainVersionUnsupportedMediaType 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 NewPutLanguageunderstandingDomainVersionUnsupportedMediaType

func NewPutLanguageunderstandingDomainVersionUnsupportedMediaType() *PutLanguageunderstandingDomainVersionUnsupportedMediaType

NewPutLanguageunderstandingDomainVersionUnsupportedMediaType creates a PutLanguageunderstandingDomainVersionUnsupportedMediaType with default headers values

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) Error

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError

IsClientError returns true when this put languageunderstanding domain version unsupported media type response has a 4xx status code

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode

IsCode returns true when this put languageunderstanding domain version unsupported media type response a status code equal to that given

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put languageunderstanding domain version unsupported media type response has a 3xx status code

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError

IsServerError returns true when this put languageunderstanding domain version unsupported media type response has a 5xx status code

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put languageunderstanding domain version unsupported media type response has a 2xx status code

func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL