Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteLanguageunderstandingDomain(ctx context.Context, params *DeleteLanguageunderstandingDomainParams) (*DeleteLanguageunderstandingDomainNoContent, error)
- func (a *Client) DeleteLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, ...) (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent, error)
- func (a *Client) DeleteLanguageunderstandingDomainVersion(ctx context.Context, params *DeleteLanguageunderstandingDomainVersionParams) (*DeleteLanguageunderstandingDomainVersionNoContent, error)
- func (a *Client) DeleteLanguageunderstandingMiner(ctx context.Context, params *DeleteLanguageunderstandingMinerParams) (*DeleteLanguageunderstandingMinerNoContent, error)
- func (a *Client) DeleteLanguageunderstandingMinerDraft(ctx context.Context, params *DeleteLanguageunderstandingMinerDraftParams) (*DeleteLanguageunderstandingMinerDraftNoContent, error)
- func (a *Client) GetLanguageunderstandingDomain(ctx context.Context, params *GetLanguageunderstandingDomainParams) (*GetLanguageunderstandingDomainOK, error)
- func (a *Client) GetLanguageunderstandingDomainFeedback(ctx context.Context, params *GetLanguageunderstandingDomainFeedbackParams) (*GetLanguageunderstandingDomainFeedbackOK, error)
- func (a *Client) GetLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, ...) (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK, error)
- func (a *Client) GetLanguageunderstandingDomainVersion(ctx context.Context, params *GetLanguageunderstandingDomainVersionParams) (*GetLanguageunderstandingDomainVersionOK, error)
- func (a *Client) GetLanguageunderstandingDomainVersionReport(ctx context.Context, params *GetLanguageunderstandingDomainVersionReportParams) (*GetLanguageunderstandingDomainVersionReportOK, error)
- func (a *Client) GetLanguageunderstandingDomainVersions(ctx context.Context, params *GetLanguageunderstandingDomainVersionsParams) (*GetLanguageunderstandingDomainVersionsOK, error)
- func (a *Client) GetLanguageunderstandingDomains(ctx context.Context, params *GetLanguageunderstandingDomainsParams) (*GetLanguageunderstandingDomainsOK, error)
- func (a *Client) GetLanguageunderstandingMiner(ctx context.Context, params *GetLanguageunderstandingMinerParams) (*GetLanguageunderstandingMinerOK, error)
- func (a *Client) GetLanguageunderstandingMinerDraft(ctx context.Context, params *GetLanguageunderstandingMinerDraftParams) (*GetLanguageunderstandingMinerDraftOK, error)
- func (a *Client) GetLanguageunderstandingMinerDrafts(ctx context.Context, params *GetLanguageunderstandingMinerDraftsParams) (*GetLanguageunderstandingMinerDraftsOK, error)
- func (a *Client) GetLanguageunderstandingMinerIntent(ctx context.Context, params *GetLanguageunderstandingMinerIntentParams) (*GetLanguageunderstandingMinerIntentOK, error)
- func (a *Client) GetLanguageunderstandingMinerIntents(ctx context.Context, params *GetLanguageunderstandingMinerIntentsParams) (*GetLanguageunderstandingMinerIntentsOK, error)
- func (a *Client) GetLanguageunderstandingMinerTopic(ctx context.Context, params *GetLanguageunderstandingMinerTopicParams) (*GetLanguageunderstandingMinerTopicOK, error)
- func (a *Client) GetLanguageunderstandingMinerTopicPhrase(ctx context.Context, params *GetLanguageunderstandingMinerTopicPhraseParams) (*GetLanguageunderstandingMinerTopicPhraseOK, error)
- func (a *Client) GetLanguageunderstandingMinerTopics(ctx context.Context, params *GetLanguageunderstandingMinerTopicsParams) (*GetLanguageunderstandingMinerTopicsOK, error)
- func (a *Client) GetLanguageunderstandingMiners(ctx context.Context, params *GetLanguageunderstandingMinersParams) (*GetLanguageunderstandingMinersOK, error)
- func (a *Client) PatchLanguageunderstandingDomain(ctx context.Context, params *PatchLanguageunderstandingDomainParams) (*PatchLanguageunderstandingDomainOK, error)
- func (a *Client) PatchLanguageunderstandingMinerDraft(ctx context.Context, params *PatchLanguageunderstandingMinerDraftParams) (*PatchLanguageunderstandingMinerDraftOK, error)
- func (a *Client) PostLanguageunderstandingDomainFeedback(ctx context.Context, params *PostLanguageunderstandingDomainFeedbackParams) (*PostLanguageunderstandingDomainFeedbackOK, ...)
- func (a *Client) PostLanguageunderstandingDomainVersionDetect(ctx context.Context, ...) (*PostLanguageunderstandingDomainVersionDetectOK, error)
- func (a *Client) PostLanguageunderstandingDomainVersionPublish(ctx context.Context, ...) (*PostLanguageunderstandingDomainVersionPublishOK, ...)
- func (a *Client) PostLanguageunderstandingDomainVersionTrain(ctx context.Context, params *PostLanguageunderstandingDomainVersionTrainParams) (*PostLanguageunderstandingDomainVersionTrainOK, ...)
- func (a *Client) PostLanguageunderstandingDomainVersions(ctx context.Context, params *PostLanguageunderstandingDomainVersionsParams) (*PostLanguageunderstandingDomainVersionsOK, ...)
- func (a *Client) PostLanguageunderstandingDomains(ctx context.Context, params *PostLanguageunderstandingDomainsParams) (*PostLanguageunderstandingDomainsOK, *PostLanguageunderstandingDomainsCreated, ...)
- func (a *Client) PostLanguageunderstandingMinerDrafts(ctx context.Context, params *PostLanguageunderstandingMinerDraftsParams) (*PostLanguageunderstandingMinerDraftsOK, ...)
- func (a *Client) PostLanguageunderstandingMinerExecute(ctx context.Context, params *PostLanguageunderstandingMinerExecuteParams) (*PostLanguageunderstandingMinerExecuteOK, ...)
- func (a *Client) PostLanguageunderstandingMiners(ctx context.Context, params *PostLanguageunderstandingMinersParams) (*PostLanguageunderstandingMinersOK, *PostLanguageunderstandingMinersCreated, ...)
- func (a *Client) PutLanguageunderstandingDomainVersion(ctx context.Context, params *PutLanguageunderstandingDomainVersionParams) (*PutLanguageunderstandingDomainVersionOK, error)
- type DeleteLanguageunderstandingDomainBadRequest
- func (o *DeleteLanguageunderstandingDomainBadRequest) Error() string
- func (o *DeleteLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainBadRequest) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainBadRequest) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainBadRequest) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainBadRequest) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainBadRequest) String() string
- type DeleteLanguageunderstandingDomainConflict
- func (o *DeleteLanguageunderstandingDomainConflict) Error() string
- func (o *DeleteLanguageunderstandingDomainConflict) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainConflict) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainConflict) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainConflict) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainConflict) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainConflict) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainConflict) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParams() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewDeleteLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults()
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID(domainID string)
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID(feedbackID string)
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID(feedbackID string) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDReader
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String() string
- type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) Error() string
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String() string
- type DeleteLanguageunderstandingDomainForbidden
- func (o *DeleteLanguageunderstandingDomainForbidden) Error() string
- func (o *DeleteLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainForbidden) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainForbidden) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainForbidden) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainForbidden) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainForbidden) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainForbidden) String() string
- type DeleteLanguageunderstandingDomainGatewayTimeout
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainGatewayTimeout) String() string
- type DeleteLanguageunderstandingDomainInternalServerError
- func (o *DeleteLanguageunderstandingDomainInternalServerError) Error() string
- func (o *DeleteLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainInternalServerError) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainInternalServerError) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainInternalServerError) String() string
- type DeleteLanguageunderstandingDomainNoContent
- func (o *DeleteLanguageunderstandingDomainNoContent) Error() string
- func (o *DeleteLanguageunderstandingDomainNoContent) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainNoContent) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainNoContent) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainNoContent) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainNoContent) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainNoContent) String() string
- type DeleteLanguageunderstandingDomainNotFound
- func (o *DeleteLanguageunderstandingDomainNotFound) Error() string
- func (o *DeleteLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainNotFound) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainNotFound) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainNotFound) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainNotFound) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainNotFound) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainNotFound) String() string
- type DeleteLanguageunderstandingDomainParams
- func NewDeleteLanguageunderstandingDomainParams() *DeleteLanguageunderstandingDomainParams
- func NewDeleteLanguageunderstandingDomainParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainParams
- func NewDeleteLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainParams
- func NewDeleteLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageunderstandingDomainParams) SetDefaults()
- func (o *DeleteLanguageunderstandingDomainParams) SetDomainID(domainID string)
- func (o *DeleteLanguageunderstandingDomainParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageunderstandingDomainParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageunderstandingDomainParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) WithDefaults() *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainParams
- func (o *DeleteLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageunderstandingDomainReader
- type DeleteLanguageunderstandingDomainRequestEntityTooLarge
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) String() string
- type DeleteLanguageunderstandingDomainRequestTimeout
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainRequestTimeout) String() string
- type DeleteLanguageunderstandingDomainServiceUnavailable
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) Error() string
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainServiceUnavailable) String() string
- type DeleteLanguageunderstandingDomainTooManyRequests
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) Error() string
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainTooManyRequests) String() string
- type DeleteLanguageunderstandingDomainUnauthorized
- func (o *DeleteLanguageunderstandingDomainUnauthorized) Error() string
- func (o *DeleteLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainUnauthorized) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainUnauthorized) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainUnauthorized) String() string
- type DeleteLanguageunderstandingDomainUnsupportedMediaType
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) Error() string
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) String() string
- type DeleteLanguageunderstandingDomainVersionBadRequest
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionBadRequest) String() string
- type DeleteLanguageunderstandingDomainVersionConflict
- func (o *DeleteLanguageunderstandingDomainVersionConflict) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionConflict) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionConflict) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionConflict) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionConflict) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionConflict) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionConflict) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionConflict) String() string
- type DeleteLanguageunderstandingDomainVersionForbidden
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionForbidden) String() string
- type DeleteLanguageunderstandingDomainVersionGatewayTimeout
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) String() string
- type DeleteLanguageunderstandingDomainVersionInternalServerError
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) String() string
- type DeleteLanguageunderstandingDomainVersionNoContent
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionNoContent) String() string
- type DeleteLanguageunderstandingDomainVersionNotFound
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionNotFound) String() string
- type DeleteLanguageunderstandingDomainVersionParams
- func NewDeleteLanguageunderstandingDomainVersionParams() *DeleteLanguageunderstandingDomainVersionParams
- func NewDeleteLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingDomainVersionParams
- func NewDeleteLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainVersionParams
- func NewDeleteLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetDefaults()
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithDefaults() *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainVersionParams
- func (o *DeleteLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageunderstandingDomainVersionReader
- type DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
- type DeleteLanguageunderstandingDomainVersionRequestTimeout
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) String() string
- type DeleteLanguageunderstandingDomainVersionServiceUnavailable
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) String() string
- type DeleteLanguageunderstandingDomainVersionTooManyRequests
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) String() string
- type DeleteLanguageunderstandingDomainVersionUnauthorized
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) String() string
- type DeleteLanguageunderstandingDomainVersionUnsupportedMediaType
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
- type DeleteLanguageunderstandingMinerBadRequest
- func (o *DeleteLanguageunderstandingMinerBadRequest) Error() string
- func (o *DeleteLanguageunderstandingMinerBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerBadRequest) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerBadRequest) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerBadRequest) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerBadRequest) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerBadRequest) String() string
- type DeleteLanguageunderstandingMinerDraftBadRequest
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftBadRequest) String() string
- type DeleteLanguageunderstandingMinerDraftForbidden
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftForbidden) String() string
- type DeleteLanguageunderstandingMinerDraftGatewayTimeout
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) String() string
- type DeleteLanguageunderstandingMinerDraftInternalServerError
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) String() string
- type DeleteLanguageunderstandingMinerDraftNoContent
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftNoContent) String() string
- type DeleteLanguageunderstandingMinerDraftNotFound
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftNotFound) String() string
- type DeleteLanguageunderstandingMinerDraftParams
- func NewDeleteLanguageunderstandingMinerDraftParams() *DeleteLanguageunderstandingMinerDraftParams
- func NewDeleteLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingMinerDraftParams
- func NewDeleteLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerDraftParams
- func NewDeleteLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetDefaults()
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)
- func (o *DeleteLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithDefaults() *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerDraftParams
- func (o *DeleteLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageunderstandingMinerDraftReader
- type DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
- type DeleteLanguageunderstandingMinerDraftRequestTimeout
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) String() string
- type DeleteLanguageunderstandingMinerDraftServiceUnavailable
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) String() string
- type DeleteLanguageunderstandingMinerDraftTooManyRequests
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) String() string
- type DeleteLanguageunderstandingMinerDraftUnauthorized
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) String() string
- type DeleteLanguageunderstandingMinerDraftUnsupportedMediaType
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
- type DeleteLanguageunderstandingMinerForbidden
- func (o *DeleteLanguageunderstandingMinerForbidden) Error() string
- func (o *DeleteLanguageunderstandingMinerForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerForbidden) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerForbidden) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerForbidden) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerForbidden) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerForbidden) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerForbidden) String() string
- type DeleteLanguageunderstandingMinerGatewayTimeout
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) Error() string
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerGatewayTimeout) String() string
- type DeleteLanguageunderstandingMinerInternalServerError
- func (o *DeleteLanguageunderstandingMinerInternalServerError) Error() string
- func (o *DeleteLanguageunderstandingMinerInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerInternalServerError) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerInternalServerError) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerInternalServerError) String() string
- type DeleteLanguageunderstandingMinerNoContent
- func (o *DeleteLanguageunderstandingMinerNoContent) Error() string
- func (o *DeleteLanguageunderstandingMinerNoContent) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerNoContent) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerNoContent) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerNoContent) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerNoContent) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerNoContent) String() string
- type DeleteLanguageunderstandingMinerNotFound
- func (o *DeleteLanguageunderstandingMinerNotFound) Error() string
- func (o *DeleteLanguageunderstandingMinerNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerNotFound) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerNotFound) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerNotFound) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerNotFound) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerNotFound) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerNotFound) String() string
- type DeleteLanguageunderstandingMinerParams
- func NewDeleteLanguageunderstandingMinerParams() *DeleteLanguageunderstandingMinerParams
- func NewDeleteLanguageunderstandingMinerParamsWithContext(ctx context.Context) *DeleteLanguageunderstandingMinerParams
- func NewDeleteLanguageunderstandingMinerParamsWithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerParams
- func NewDeleteLanguageunderstandingMinerParamsWithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageunderstandingMinerParams) SetDefaults()
- func (o *DeleteLanguageunderstandingMinerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageunderstandingMinerParams) SetMinerID(minerID string)
- func (o *DeleteLanguageunderstandingMinerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageunderstandingMinerParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) WithDefaults() *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) WithMinerID(minerID string) *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerParams
- func (o *DeleteLanguageunderstandingMinerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageunderstandingMinerReader
- type DeleteLanguageunderstandingMinerRequestEntityTooLarge
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) String() string
- type DeleteLanguageunderstandingMinerRequestTimeout
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) Error() string
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerRequestTimeout) String() string
- type DeleteLanguageunderstandingMinerServiceUnavailable
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) Error() string
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerServiceUnavailable) String() string
- type DeleteLanguageunderstandingMinerTooManyRequests
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) Error() string
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerTooManyRequests) String() string
- type DeleteLanguageunderstandingMinerUnauthorized
- func (o *DeleteLanguageunderstandingMinerUnauthorized) Error() string
- func (o *DeleteLanguageunderstandingMinerUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerUnauthorized) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerUnauthorized) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerUnauthorized) String() string
- type DeleteLanguageunderstandingMinerUnsupportedMediaType
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) Error() string
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainBadRequest
- func (o *GetLanguageunderstandingDomainBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainBadRequest) String() string
- type GetLanguageunderstandingDomainFeedbackBadRequest
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackBadRequest) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDOK
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) GetPayload() *models.NluFeedbackResponse
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParams() *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func NewGetLanguageunderstandingDomainFeedbackFeedbackIDParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID(feedbackID string)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFields(fields []string)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults() *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID(feedbackID string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFields(fields []string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainFeedbackFeedbackIDReader
- type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String() string
- type GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainFeedbackForbidden
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackForbidden) String() string
- type GetLanguageunderstandingDomainFeedbackGatewayTimeout
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) String() string
- type GetLanguageunderstandingDomainFeedbackInternalServerError
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) String() string
- type GetLanguageunderstandingDomainFeedbackNotFound
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackNotFound) String() string
- type GetLanguageunderstandingDomainFeedbackOK
- func (o *GetLanguageunderstandingDomainFeedbackOK) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackOK) GetPayload() *models.NluFeedbackListing
- func (o *GetLanguageunderstandingDomainFeedbackOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackOK) String() string
- type GetLanguageunderstandingDomainFeedbackParams
- func NewGetLanguageunderstandingDomainFeedbackParams() *GetLanguageunderstandingDomainFeedbackParams
- func NewGetLanguageunderstandingDomainFeedbackParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackParams
- func NewGetLanguageunderstandingDomainFeedbackParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackParams
- func NewGetLanguageunderstandingDomainFeedbackParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetAfter(after *string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetAssessment(assessment *string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetDateEnd(dateEnd *strfmt.Date)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetDateStart(dateStart *strfmt.Date)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetEnableCursorPagination(enableCursorPagination *bool)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetFields(fields []string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetIncludeDeleted(includeDeleted *bool)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetIncludeTrainingUtterances(includeTrainingUtterances *bool)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetIntentName(intentName *string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetLanguage(language *string)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetPageNumber(pageNumber *int32)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetPageSize(pageSize *int32)
- func (o *GetLanguageunderstandingDomainFeedbackParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithAfter(after *string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithAssessment(assessment *string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithDateEnd(dateEnd *strfmt.Date) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithDateStart(dateStart *strfmt.Date) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithDefaults() *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithEnableCursorPagination(enableCursorPagination *bool) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithFields(fields []string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithIncludeDeleted(includeDeleted *bool) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithIncludeTrainingUtterances(includeTrainingUtterances *bool) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithIntentName(intentName *string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithLanguage(language *string) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackParams
- func (o *GetLanguageunderstandingDomainFeedbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainFeedbackReader
- type GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainFeedbackRequestTimeout
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) String() string
- type GetLanguageunderstandingDomainFeedbackServiceUnavailable
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) String() string
- type GetLanguageunderstandingDomainFeedbackTooManyRequests
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) String() string
- type GetLanguageunderstandingDomainFeedbackUnauthorized
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) String() string
- type GetLanguageunderstandingDomainFeedbackUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainForbidden
- func (o *GetLanguageunderstandingDomainForbidden) Error() string
- func (o *GetLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainForbidden) String() string
- type GetLanguageunderstandingDomainGatewayTimeout
- func (o *GetLanguageunderstandingDomainGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainGatewayTimeout) String() string
- type GetLanguageunderstandingDomainInternalServerError
- func (o *GetLanguageunderstandingDomainInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainInternalServerError) String() string
- type GetLanguageunderstandingDomainNotFound
- func (o *GetLanguageunderstandingDomainNotFound) Error() string
- func (o *GetLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainNotFound) String() string
- type GetLanguageunderstandingDomainOK
- func (o *GetLanguageunderstandingDomainOK) Error() string
- func (o *GetLanguageunderstandingDomainOK) GetPayload() *models.NluDomain
- func (o *GetLanguageunderstandingDomainOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainOK) String() string
- type GetLanguageunderstandingDomainParams
- func NewGetLanguageunderstandingDomainParams() *GetLanguageunderstandingDomainParams
- func NewGetLanguageunderstandingDomainParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainParams
- func NewGetLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainParams
- func NewGetLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) WithDefaults() *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainParams
- func (o *GetLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainReader
- type GetLanguageunderstandingDomainRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainRequestTimeout
- func (o *GetLanguageunderstandingDomainRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainRequestTimeout) String() string
- type GetLanguageunderstandingDomainServiceUnavailable
- func (o *GetLanguageunderstandingDomainServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainServiceUnavailable) String() string
- type GetLanguageunderstandingDomainTooManyRequests
- func (o *GetLanguageunderstandingDomainTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainTooManyRequests) String() string
- type GetLanguageunderstandingDomainUnauthorized
- func (o *GetLanguageunderstandingDomainUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainUnauthorized) String() string
- type GetLanguageunderstandingDomainUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainVersionBadRequest
- func (o *GetLanguageunderstandingDomainVersionBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionBadRequest) String() string
- type GetLanguageunderstandingDomainVersionForbidden
- func (o *GetLanguageunderstandingDomainVersionForbidden) Error() string
- func (o *GetLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionForbidden) String() string
- type GetLanguageunderstandingDomainVersionGatewayTimeout
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) String() string
- type GetLanguageunderstandingDomainVersionInternalServerError
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionInternalServerError) String() string
- type GetLanguageunderstandingDomainVersionNotFound
- func (o *GetLanguageunderstandingDomainVersionNotFound) Error() string
- func (o *GetLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionNotFound) String() string
- type GetLanguageunderstandingDomainVersionOK
- func (o *GetLanguageunderstandingDomainVersionOK) Error() string
- func (o *GetLanguageunderstandingDomainVersionOK) GetPayload() *models.NluDomainVersion
- func (o *GetLanguageunderstandingDomainVersionOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionOK) String() string
- type GetLanguageunderstandingDomainVersionParams
- func NewGetLanguageunderstandingDomainVersionParams() *GetLanguageunderstandingDomainVersionParams
- func NewGetLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionParams
- func NewGetLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionParams
- func NewGetLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainVersionParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)
- func (o *GetLanguageunderstandingDomainVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainVersionParams) SetIncludeUtterances(includeUtterances *bool)
- func (o *GetLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithDefaults() *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithIncludeUtterances(includeUtterances *bool) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionParams
- func (o *GetLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainVersionReader
- type GetLanguageunderstandingDomainVersionReportBadRequest
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportBadRequest) String() string
- type GetLanguageunderstandingDomainVersionReportForbidden
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportForbidden) String() string
- type GetLanguageunderstandingDomainVersionReportGatewayTimeout
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) String() string
- type GetLanguageunderstandingDomainVersionReportInternalServerError
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) String() string
- type GetLanguageunderstandingDomainVersionReportNotFound
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportNotFound) String() string
- type GetLanguageunderstandingDomainVersionReportOK
- func (o *GetLanguageunderstandingDomainVersionReportOK) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportOK) GetPayload() *models.NluDomainVersionQualityReport
- func (o *GetLanguageunderstandingDomainVersionReportOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportOK) String() string
- type GetLanguageunderstandingDomainVersionReportParams
- func NewGetLanguageunderstandingDomainVersionReportParams() *GetLanguageunderstandingDomainVersionReportParams
- func NewGetLanguageunderstandingDomainVersionReportParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionReportParams
- func NewGetLanguageunderstandingDomainVersionReportParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionReportParams
- func NewGetLanguageunderstandingDomainVersionReportParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetDomainVersionID(domainVersionID string)
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainVersionReportParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithDefaults() *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithDomainVersionID(domainVersionID string) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionReportParams
- func (o *GetLanguageunderstandingDomainVersionReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainVersionReportReader
- type GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainVersionReportRequestTimeout
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) String() string
- type GetLanguageunderstandingDomainVersionReportServiceUnavailable
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) String() string
- type GetLanguageunderstandingDomainVersionReportTooManyRequests
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) String() string
- type GetLanguageunderstandingDomainVersionReportUnauthorized
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) String() string
- type GetLanguageunderstandingDomainVersionReportUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainVersionRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainVersionRequestTimeout
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionRequestTimeout) String() string
- type GetLanguageunderstandingDomainVersionServiceUnavailable
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) String() string
- type GetLanguageunderstandingDomainVersionTooManyRequests
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionTooManyRequests) String() string
- type GetLanguageunderstandingDomainVersionUnauthorized
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionUnauthorized) String() string
- type GetLanguageunderstandingDomainVersionUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainVersionsBadRequest
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsBadRequest) String() string
- type GetLanguageunderstandingDomainVersionsForbidden
- func (o *GetLanguageunderstandingDomainVersionsForbidden) Error() string
- func (o *GetLanguageunderstandingDomainVersionsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsForbidden) String() string
- type GetLanguageunderstandingDomainVersionsGatewayTimeout
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) String() string
- type GetLanguageunderstandingDomainVersionsInternalServerError
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsInternalServerError) String() string
- type GetLanguageunderstandingDomainVersionsNotFound
- func (o *GetLanguageunderstandingDomainVersionsNotFound) Error() string
- func (o *GetLanguageunderstandingDomainVersionsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsNotFound) String() string
- type GetLanguageunderstandingDomainVersionsOK
- func (o *GetLanguageunderstandingDomainVersionsOK) Error() string
- func (o *GetLanguageunderstandingDomainVersionsOK) GetPayload() *models.NluDomainVersionListing
- func (o *GetLanguageunderstandingDomainVersionsOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsOK) String() string
- type GetLanguageunderstandingDomainVersionsParams
- func NewGetLanguageunderstandingDomainVersionsParams() *GetLanguageunderstandingDomainVersionsParams
- func NewGetLanguageunderstandingDomainVersionsParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionsParams
- func NewGetLanguageunderstandingDomainVersionsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionsParams
- func NewGetLanguageunderstandingDomainVersionsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainVersionsParams) SetDomainID(domainID string)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetIncludeUtterances(includeUtterances *bool)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetPageNumber(pageNumber *int32)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetPageSize(pageSize *int32)
- func (o *GetLanguageunderstandingDomainVersionsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainVersionsParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithDefaults() *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithIncludeUtterances(includeUtterances *bool) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionsParams
- func (o *GetLanguageunderstandingDomainVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainVersionsReader
- type GetLanguageunderstandingDomainVersionsRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainVersionsRequestTimeout
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) String() string
- type GetLanguageunderstandingDomainVersionsServiceUnavailable
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) String() string
- type GetLanguageunderstandingDomainVersionsTooManyRequests
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) String() string
- type GetLanguageunderstandingDomainVersionsUnauthorized
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsUnauthorized) String() string
- type GetLanguageunderstandingDomainVersionsUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) String() string
- type GetLanguageunderstandingDomainsBadRequest
- func (o *GetLanguageunderstandingDomainsBadRequest) Error() string
- func (o *GetLanguageunderstandingDomainsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsBadRequest) String() string
- type GetLanguageunderstandingDomainsForbidden
- func (o *GetLanguageunderstandingDomainsForbidden) Error() string
- func (o *GetLanguageunderstandingDomainsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsForbidden) String() string
- type GetLanguageunderstandingDomainsGatewayTimeout
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsGatewayTimeout) String() string
- type GetLanguageunderstandingDomainsInternalServerError
- func (o *GetLanguageunderstandingDomainsInternalServerError) Error() string
- func (o *GetLanguageunderstandingDomainsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsInternalServerError) String() string
- type GetLanguageunderstandingDomainsNotFound
- func (o *GetLanguageunderstandingDomainsNotFound) Error() string
- func (o *GetLanguageunderstandingDomainsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsNotFound) String() string
- type GetLanguageunderstandingDomainsOK
- func (o *GetLanguageunderstandingDomainsOK) Error() string
- func (o *GetLanguageunderstandingDomainsOK) GetPayload() *models.NluDomainListing
- func (o *GetLanguageunderstandingDomainsOK) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsOK) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsOK) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsOK) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsOK) String() string
- type GetLanguageunderstandingDomainsParams
- func NewGetLanguageunderstandingDomainsParams() *GetLanguageunderstandingDomainsParams
- func NewGetLanguageunderstandingDomainsParamsWithContext(ctx context.Context) *GetLanguageunderstandingDomainsParams
- func NewGetLanguageunderstandingDomainsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainsParams
- func NewGetLanguageunderstandingDomainsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingDomainsParams) SetDefaults()
- func (o *GetLanguageunderstandingDomainsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingDomainsParams) SetPageNumber(pageNumber *int32)
- func (o *GetLanguageunderstandingDomainsParams) SetPageSize(pageSize *int32)
- func (o *GetLanguageunderstandingDomainsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingDomainsParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WithDefaults() *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainsParams
- func (o *GetLanguageunderstandingDomainsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingDomainsReader
- type GetLanguageunderstandingDomainsRequestEntityTooLarge
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) String() string
- type GetLanguageunderstandingDomainsRequestTimeout
- func (o *GetLanguageunderstandingDomainsRequestTimeout) Error() string
- func (o *GetLanguageunderstandingDomainsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsRequestTimeout) String() string
- type GetLanguageunderstandingDomainsServiceUnavailable
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsServiceUnavailable) String() string
- type GetLanguageunderstandingDomainsTooManyRequests
- func (o *GetLanguageunderstandingDomainsTooManyRequests) Error() string
- func (o *GetLanguageunderstandingDomainsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsTooManyRequests) String() string
- type GetLanguageunderstandingDomainsUnauthorized
- func (o *GetLanguageunderstandingDomainsUnauthorized) Error() string
- func (o *GetLanguageunderstandingDomainsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsUnauthorized) String() string
- type GetLanguageunderstandingDomainsUnsupportedMediaType
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerBadRequest
- func (o *GetLanguageunderstandingMinerBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerBadRequest) String() string
- type GetLanguageunderstandingMinerDraftBadRequest
- func (o *GetLanguageunderstandingMinerDraftBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftBadRequest) String() string
- type GetLanguageunderstandingMinerDraftForbidden
- func (o *GetLanguageunderstandingMinerDraftForbidden) Error() string
- func (o *GetLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftForbidden) String() string
- type GetLanguageunderstandingMinerDraftGatewayTimeout
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) String() string
- type GetLanguageunderstandingMinerDraftInternalServerError
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftInternalServerError) String() string
- type GetLanguageunderstandingMinerDraftNotFound
- func (o *GetLanguageunderstandingMinerDraftNotFound) Error() string
- func (o *GetLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftNotFound) String() string
- type GetLanguageunderstandingMinerDraftOK
- func (o *GetLanguageunderstandingMinerDraftOK) Error() string
- func (o *GetLanguageunderstandingMinerDraftOK) GetPayload() *models.Draft
- func (o *GetLanguageunderstandingMinerDraftOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftOK) String() string
- type GetLanguageunderstandingMinerDraftParams
- func NewGetLanguageunderstandingMinerDraftParams() *GetLanguageunderstandingMinerDraftParams
- func NewGetLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftParams
- func NewGetLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftParams
- func NewGetLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerDraftParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)
- func (o *GetLanguageunderstandingMinerDraftParams) SetDraftIntentID(draftIntentID *string)
- func (o *GetLanguageunderstandingMinerDraftParams) SetDraftTopicID(draftTopicID *string)
- func (o *GetLanguageunderstandingMinerDraftParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithDefaults() *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithDraftIntentID(draftIntentID *string) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithDraftTopicID(draftTopicID *string) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftParams
- func (o *GetLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerDraftReader
- type GetLanguageunderstandingMinerDraftRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerDraftRequestTimeout
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftRequestTimeout) String() string
- type GetLanguageunderstandingMinerDraftServiceUnavailable
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) String() string
- type GetLanguageunderstandingMinerDraftTooManyRequests
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftTooManyRequests) String() string
- type GetLanguageunderstandingMinerDraftUnauthorized
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftUnauthorized) String() string
- type GetLanguageunderstandingMinerDraftUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerDraftsBadRequest
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsBadRequest) String() string
- type GetLanguageunderstandingMinerDraftsForbidden
- func (o *GetLanguageunderstandingMinerDraftsForbidden) Error() string
- func (o *GetLanguageunderstandingMinerDraftsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsForbidden) String() string
- type GetLanguageunderstandingMinerDraftsGatewayTimeout
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) String() string
- type GetLanguageunderstandingMinerDraftsInternalServerError
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsInternalServerError) String() string
- type GetLanguageunderstandingMinerDraftsNotFound
- func (o *GetLanguageunderstandingMinerDraftsNotFound) Error() string
- func (o *GetLanguageunderstandingMinerDraftsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsNotFound) String() string
- type GetLanguageunderstandingMinerDraftsOK
- func (o *GetLanguageunderstandingMinerDraftsOK) Error() string
- func (o *GetLanguageunderstandingMinerDraftsOK) GetPayload() *models.DraftListing
- func (o *GetLanguageunderstandingMinerDraftsOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsOK) String() string
- type GetLanguageunderstandingMinerDraftsParams
- func NewGetLanguageunderstandingMinerDraftsParams() *GetLanguageunderstandingMinerDraftsParams
- func NewGetLanguageunderstandingMinerDraftsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftsParams
- func NewGetLanguageunderstandingMinerDraftsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftsParams
- func NewGetLanguageunderstandingMinerDraftsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerDraftsParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerDraftsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerDraftsParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerDraftsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerDraftsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) WithDefaults() *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftsParams
- func (o *GetLanguageunderstandingMinerDraftsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerDraftsReader
- type GetLanguageunderstandingMinerDraftsRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerDraftsRequestTimeout
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) String() string
- type GetLanguageunderstandingMinerDraftsServiceUnavailable
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) String() string
- type GetLanguageunderstandingMinerDraftsTooManyRequests
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) String() string
- type GetLanguageunderstandingMinerDraftsUnauthorized
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsUnauthorized) String() string
- type GetLanguageunderstandingMinerDraftsUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerForbidden
- func (o *GetLanguageunderstandingMinerForbidden) Error() string
- func (o *GetLanguageunderstandingMinerForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerForbidden) String() string
- type GetLanguageunderstandingMinerGatewayTimeout
- func (o *GetLanguageunderstandingMinerGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerGatewayTimeout) String() string
- type GetLanguageunderstandingMinerIntentBadRequest
- func (o *GetLanguageunderstandingMinerIntentBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerIntentBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentBadRequest) String() string
- type GetLanguageunderstandingMinerIntentForbidden
- func (o *GetLanguageunderstandingMinerIntentForbidden) Error() string
- func (o *GetLanguageunderstandingMinerIntentForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentForbidden) String() string
- type GetLanguageunderstandingMinerIntentGatewayTimeout
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) String() string
- type GetLanguageunderstandingMinerIntentInternalServerError
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentInternalServerError) String() string
- type GetLanguageunderstandingMinerIntentNotFound
- func (o *GetLanguageunderstandingMinerIntentNotFound) Error() string
- func (o *GetLanguageunderstandingMinerIntentNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentNotFound) String() string
- type GetLanguageunderstandingMinerIntentOK
- func (o *GetLanguageunderstandingMinerIntentOK) Error() string
- func (o *GetLanguageunderstandingMinerIntentOK) GetPayload() *models.MinerIntent
- func (o *GetLanguageunderstandingMinerIntentOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentOK) String() string
- type GetLanguageunderstandingMinerIntentParams
- func NewGetLanguageunderstandingMinerIntentParams() *GetLanguageunderstandingMinerIntentParams
- func NewGetLanguageunderstandingMinerIntentParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentParams
- func NewGetLanguageunderstandingMinerIntentParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentParams
- func NewGetLanguageunderstandingMinerIntentParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerIntentParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerIntentParams) SetExpand(expand *string)
- func (o *GetLanguageunderstandingMinerIntentParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerIntentParams) SetIntentID(intentID string)
- func (o *GetLanguageunderstandingMinerIntentParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerIntentParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerIntentParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithDefaults() *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithExpand(expand *string) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithIntentID(intentID string) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentParams
- func (o *GetLanguageunderstandingMinerIntentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerIntentReader
- type GetLanguageunderstandingMinerIntentRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerIntentRequestTimeout
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentRequestTimeout) String() string
- type GetLanguageunderstandingMinerIntentServiceUnavailable
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) String() string
- type GetLanguageunderstandingMinerIntentTooManyRequests
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentTooManyRequests) String() string
- type GetLanguageunderstandingMinerIntentUnauthorized
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentUnauthorized) String() string
- type GetLanguageunderstandingMinerIntentUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerIntentsBadRequest
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsBadRequest) String() string
- type GetLanguageunderstandingMinerIntentsForbidden
- func (o *GetLanguageunderstandingMinerIntentsForbidden) Error() string
- func (o *GetLanguageunderstandingMinerIntentsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsForbidden) String() string
- type GetLanguageunderstandingMinerIntentsGatewayTimeout
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) String() string
- type GetLanguageunderstandingMinerIntentsInternalServerError
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsInternalServerError) String() string
- type GetLanguageunderstandingMinerIntentsNotFound
- func (o *GetLanguageunderstandingMinerIntentsNotFound) Error() string
- func (o *GetLanguageunderstandingMinerIntentsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsNotFound) String() string
- type GetLanguageunderstandingMinerIntentsOK
- func (o *GetLanguageunderstandingMinerIntentsOK) Error() string
- func (o *GetLanguageunderstandingMinerIntentsOK) GetPayload() *models.MinedIntentsListing
- func (o *GetLanguageunderstandingMinerIntentsOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsOK) String() string
- type GetLanguageunderstandingMinerIntentsParams
- func NewGetLanguageunderstandingMinerIntentsParams() *GetLanguageunderstandingMinerIntentsParams
- func NewGetLanguageunderstandingMinerIntentsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentsParams
- func NewGetLanguageunderstandingMinerIntentsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentsParams
- func NewGetLanguageunderstandingMinerIntentsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerIntentsParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerIntentsParams) SetExpand(expand *string)
- func (o *GetLanguageunderstandingMinerIntentsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerIntentsParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerIntentsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerIntentsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WithDefaults() *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WithExpand(expand *string) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentsParams
- func (o *GetLanguageunderstandingMinerIntentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerIntentsReader
- type GetLanguageunderstandingMinerIntentsRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerIntentsRequestTimeout
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) String() string
- type GetLanguageunderstandingMinerIntentsServiceUnavailable
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) String() string
- type GetLanguageunderstandingMinerIntentsTooManyRequests
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) String() string
- type GetLanguageunderstandingMinerIntentsUnauthorized
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsUnauthorized) String() string
- type GetLanguageunderstandingMinerIntentsUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerInternalServerError
- func (o *GetLanguageunderstandingMinerInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerInternalServerError) String() string
- type GetLanguageunderstandingMinerNotFound
- func (o *GetLanguageunderstandingMinerNotFound) Error() string
- func (o *GetLanguageunderstandingMinerNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerNotFound) String() string
- type GetLanguageunderstandingMinerOK
- func (o *GetLanguageunderstandingMinerOK) Error() string
- func (o *GetLanguageunderstandingMinerOK) GetPayload() *models.Miner
- func (o *GetLanguageunderstandingMinerOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerOK) String() string
- type GetLanguageunderstandingMinerParams
- func NewGetLanguageunderstandingMinerParams() *GetLanguageunderstandingMinerParams
- func NewGetLanguageunderstandingMinerParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerParams
- func NewGetLanguageunderstandingMinerParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerParams
- func NewGetLanguageunderstandingMinerParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) WithDefaults() *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerParams
- func (o *GetLanguageunderstandingMinerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerReader
- type GetLanguageunderstandingMinerRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerRequestTimeout
- func (o *GetLanguageunderstandingMinerRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerRequestTimeout) String() string
- type GetLanguageunderstandingMinerServiceUnavailable
- func (o *GetLanguageunderstandingMinerServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerServiceUnavailable) String() string
- type GetLanguageunderstandingMinerTooManyRequests
- func (o *GetLanguageunderstandingMinerTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTooManyRequests) String() string
- type GetLanguageunderstandingMinerTopicBadRequest
- func (o *GetLanguageunderstandingMinerTopicBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerTopicBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicBadRequest) String() string
- type GetLanguageunderstandingMinerTopicForbidden
- func (o *GetLanguageunderstandingMinerTopicForbidden) Error() string
- func (o *GetLanguageunderstandingMinerTopicForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicForbidden) String() string
- type GetLanguageunderstandingMinerTopicGatewayTimeout
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) String() string
- type GetLanguageunderstandingMinerTopicInternalServerError
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicInternalServerError) String() string
- type GetLanguageunderstandingMinerTopicNotFound
- func (o *GetLanguageunderstandingMinerTopicNotFound) Error() string
- func (o *GetLanguageunderstandingMinerTopicNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicNotFound) String() string
- type GetLanguageunderstandingMinerTopicOK
- func (o *GetLanguageunderstandingMinerTopicOK) Error() string
- func (o *GetLanguageunderstandingMinerTopicOK) GetPayload() *models.MinerTopic
- func (o *GetLanguageunderstandingMinerTopicOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicOK) String() string
- type GetLanguageunderstandingMinerTopicParams
- func NewGetLanguageunderstandingMinerTopicParams() *GetLanguageunderstandingMinerTopicParams
- func NewGetLanguageunderstandingMinerTopicParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicParams
- func NewGetLanguageunderstandingMinerTopicParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicParams
- func NewGetLanguageunderstandingMinerTopicParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerTopicParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerTopicParams) SetExpand(expand *string)
- func (o *GetLanguageunderstandingMinerTopicParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerTopicParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerTopicParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerTopicParams) SetTopicID(topicID string)
- func (o *GetLanguageunderstandingMinerTopicParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithDefaults() *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithExpand(expand *string) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WithTopicID(topicID string) *GetLanguageunderstandingMinerTopicParams
- func (o *GetLanguageunderstandingMinerTopicParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerTopicPhraseBadRequest
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) String() string
- type GetLanguageunderstandingMinerTopicPhraseForbidden
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) String() string
- type GetLanguageunderstandingMinerTopicPhraseGatewayTimeout
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) String() string
- type GetLanguageunderstandingMinerTopicPhraseInternalServerError
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) String() string
- type GetLanguageunderstandingMinerTopicPhraseNotFound
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) String() string
- type GetLanguageunderstandingMinerTopicPhraseOK
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) GetPayload() *models.MinerTopicPhrase
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseOK) String() string
- type GetLanguageunderstandingMinerTopicPhraseParams
- func NewGetLanguageunderstandingMinerTopicPhraseParams() *GetLanguageunderstandingMinerTopicPhraseParams
- func NewGetLanguageunderstandingMinerTopicPhraseParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicPhraseParams
- func NewGetLanguageunderstandingMinerTopicPhraseParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicPhraseParams
- func NewGetLanguageunderstandingMinerTopicPhraseParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetPhraseID(phraseID string)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetTopicID(topicID string)
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithDefaults() *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithPhraseID(phraseID string) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithTopicID(topicID string) *GetLanguageunderstandingMinerTopicPhraseParams
- func (o *GetLanguageunderstandingMinerTopicPhraseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerTopicPhraseReader
- type GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerTopicPhraseRequestTimeout
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) String() string
- type GetLanguageunderstandingMinerTopicPhraseServiceUnavailable
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) String() string
- type GetLanguageunderstandingMinerTopicPhraseTooManyRequests
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) String() string
- type GetLanguageunderstandingMinerTopicPhraseUnauthorized
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) String() string
- type GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerTopicReader
- type GetLanguageunderstandingMinerTopicRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerTopicRequestTimeout
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicRequestTimeout) String() string
- type GetLanguageunderstandingMinerTopicServiceUnavailable
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) String() string
- type GetLanguageunderstandingMinerTopicTooManyRequests
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicTooManyRequests) String() string
- type GetLanguageunderstandingMinerTopicUnauthorized
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicUnauthorized) String() string
- type GetLanguageunderstandingMinerTopicUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerTopicsBadRequest
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) Error() string
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsBadRequest) String() string
- type GetLanguageunderstandingMinerTopicsForbidden
- func (o *GetLanguageunderstandingMinerTopicsForbidden) Error() string
- func (o *GetLanguageunderstandingMinerTopicsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsForbidden) String() string
- type GetLanguageunderstandingMinerTopicsGatewayTimeout
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) String() string
- type GetLanguageunderstandingMinerTopicsInternalServerError
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsInternalServerError) String() string
- type GetLanguageunderstandingMinerTopicsNotFound
- func (o *GetLanguageunderstandingMinerTopicsNotFound) Error() string
- func (o *GetLanguageunderstandingMinerTopicsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsNotFound) String() string
- type GetLanguageunderstandingMinerTopicsOK
- func (o *GetLanguageunderstandingMinerTopicsOK) Error() string
- func (o *GetLanguageunderstandingMinerTopicsOK) GetPayload() *models.MinerTopicsListing
- func (o *GetLanguageunderstandingMinerTopicsOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsOK) String() string
- type GetLanguageunderstandingMinerTopicsParams
- func NewGetLanguageunderstandingMinerTopicsParams() *GetLanguageunderstandingMinerTopicsParams
- func NewGetLanguageunderstandingMinerTopicsParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicsParams
- func NewGetLanguageunderstandingMinerTopicsParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicsParams
- func NewGetLanguageunderstandingMinerTopicsParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinerTopicsParams) SetDefaults()
- func (o *GetLanguageunderstandingMinerTopicsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinerTopicsParams) SetMinerID(minerID string)
- func (o *GetLanguageunderstandingMinerTopicsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinerTopicsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) WithDefaults() *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicsParams
- func (o *GetLanguageunderstandingMinerTopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinerTopicsReader
- type GetLanguageunderstandingMinerTopicsRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinerTopicsRequestTimeout
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) String() string
- type GetLanguageunderstandingMinerTopicsServiceUnavailable
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) String() string
- type GetLanguageunderstandingMinerTopicsTooManyRequests
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) String() string
- type GetLanguageunderstandingMinerTopicsUnauthorized
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsUnauthorized) String() string
- type GetLanguageunderstandingMinerTopicsUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinerUnauthorized
- func (o *GetLanguageunderstandingMinerUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinerUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinerUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinerUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerUnauthorized) String() string
- type GetLanguageunderstandingMinerUnsupportedMediaType
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinerUnsupportedMediaType) String() string
- type GetLanguageunderstandingMinersBadRequest
- func (o *GetLanguageunderstandingMinersBadRequest) Error() string
- func (o *GetLanguageunderstandingMinersBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersBadRequest) IsClientError() bool
- func (o *GetLanguageunderstandingMinersBadRequest) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersBadRequest) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersBadRequest) IsServerError() bool
- func (o *GetLanguageunderstandingMinersBadRequest) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersBadRequest) String() string
- type GetLanguageunderstandingMinersForbidden
- func (o *GetLanguageunderstandingMinersForbidden) Error() string
- func (o *GetLanguageunderstandingMinersForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersForbidden) IsClientError() bool
- func (o *GetLanguageunderstandingMinersForbidden) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersForbidden) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersForbidden) IsServerError() bool
- func (o *GetLanguageunderstandingMinersForbidden) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersForbidden) String() string
- type GetLanguageunderstandingMinersGatewayTimeout
- func (o *GetLanguageunderstandingMinersGatewayTimeout) Error() string
- func (o *GetLanguageunderstandingMinersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersGatewayTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinersGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersGatewayTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinersGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersGatewayTimeout) String() string
- type GetLanguageunderstandingMinersInternalServerError
- func (o *GetLanguageunderstandingMinersInternalServerError) Error() string
- func (o *GetLanguageunderstandingMinersInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersInternalServerError) IsClientError() bool
- func (o *GetLanguageunderstandingMinersInternalServerError) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersInternalServerError) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersInternalServerError) IsServerError() bool
- func (o *GetLanguageunderstandingMinersInternalServerError) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersInternalServerError) String() string
- type GetLanguageunderstandingMinersNotFound
- func (o *GetLanguageunderstandingMinersNotFound) Error() string
- func (o *GetLanguageunderstandingMinersNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersNotFound) IsClientError() bool
- func (o *GetLanguageunderstandingMinersNotFound) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersNotFound) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersNotFound) IsServerError() bool
- func (o *GetLanguageunderstandingMinersNotFound) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersNotFound) String() string
- type GetLanguageunderstandingMinersOK
- func (o *GetLanguageunderstandingMinersOK) Error() string
- func (o *GetLanguageunderstandingMinersOK) GetPayload() *models.MinerListing
- func (o *GetLanguageunderstandingMinersOK) IsClientError() bool
- func (o *GetLanguageunderstandingMinersOK) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersOK) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersOK) IsServerError() bool
- func (o *GetLanguageunderstandingMinersOK) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersOK) String() string
- type GetLanguageunderstandingMinersParams
- func NewGetLanguageunderstandingMinersParams() *GetLanguageunderstandingMinersParams
- func NewGetLanguageunderstandingMinersParamsWithContext(ctx context.Context) *GetLanguageunderstandingMinersParams
- func NewGetLanguageunderstandingMinersParamsWithHTTPClient(client *http.Client) *GetLanguageunderstandingMinersParams
- func NewGetLanguageunderstandingMinersParamsWithTimeout(timeout time.Duration) *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) SetContext(ctx context.Context)
- func (o *GetLanguageunderstandingMinersParams) SetDefaults()
- func (o *GetLanguageunderstandingMinersParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageunderstandingMinersParams) SetMinerType(minerType *string)
- func (o *GetLanguageunderstandingMinersParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageunderstandingMinersParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) WithDefaults() *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) WithMinerType(minerType *string) *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinersParams
- func (o *GetLanguageunderstandingMinersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageunderstandingMinersReader
- type GetLanguageunderstandingMinersRequestEntityTooLarge
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) Error() string
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) String() string
- type GetLanguageunderstandingMinersRequestTimeout
- func (o *GetLanguageunderstandingMinersRequestTimeout) Error() string
- func (o *GetLanguageunderstandingMinersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersRequestTimeout) IsClientError() bool
- func (o *GetLanguageunderstandingMinersRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersRequestTimeout) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersRequestTimeout) IsServerError() bool
- func (o *GetLanguageunderstandingMinersRequestTimeout) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersRequestTimeout) String() string
- type GetLanguageunderstandingMinersServiceUnavailable
- func (o *GetLanguageunderstandingMinersServiceUnavailable) Error() string
- func (o *GetLanguageunderstandingMinersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersServiceUnavailable) IsClientError() bool
- func (o *GetLanguageunderstandingMinersServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersServiceUnavailable) IsServerError() bool
- func (o *GetLanguageunderstandingMinersServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersServiceUnavailable) String() string
- type GetLanguageunderstandingMinersTooManyRequests
- func (o *GetLanguageunderstandingMinersTooManyRequests) Error() string
- func (o *GetLanguageunderstandingMinersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersTooManyRequests) IsClientError() bool
- func (o *GetLanguageunderstandingMinersTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersTooManyRequests) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersTooManyRequests) IsServerError() bool
- func (o *GetLanguageunderstandingMinersTooManyRequests) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersTooManyRequests) String() string
- type GetLanguageunderstandingMinersUnauthorized
- func (o *GetLanguageunderstandingMinersUnauthorized) Error() string
- func (o *GetLanguageunderstandingMinersUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersUnauthorized) IsClientError() bool
- func (o *GetLanguageunderstandingMinersUnauthorized) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersUnauthorized) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersUnauthorized) IsServerError() bool
- func (o *GetLanguageunderstandingMinersUnauthorized) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersUnauthorized) String() string
- type GetLanguageunderstandingMinersUnsupportedMediaType
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) Error() string
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageunderstandingMinersUnsupportedMediaType) String() string
- type PatchLanguageunderstandingDomainBadRequest
- func (o *PatchLanguageunderstandingDomainBadRequest) Error() string
- func (o *PatchLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainBadRequest) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainBadRequest) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainBadRequest) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainBadRequest) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainBadRequest) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainBadRequest) String() string
- type PatchLanguageunderstandingDomainForbidden
- func (o *PatchLanguageunderstandingDomainForbidden) Error() string
- func (o *PatchLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainForbidden) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainForbidden) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainForbidden) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainForbidden) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainForbidden) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainForbidden) String() string
- type PatchLanguageunderstandingDomainGatewayTimeout
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) Error() string
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainGatewayTimeout) String() string
- type PatchLanguageunderstandingDomainInternalServerError
- func (o *PatchLanguageunderstandingDomainInternalServerError) Error() string
- func (o *PatchLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainInternalServerError) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainInternalServerError) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainInternalServerError) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainInternalServerError) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainInternalServerError) String() string
- type PatchLanguageunderstandingDomainNotFound
- func (o *PatchLanguageunderstandingDomainNotFound) Error() string
- func (o *PatchLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainNotFound) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainNotFound) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainNotFound) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainNotFound) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainNotFound) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainNotFound) String() string
- type PatchLanguageunderstandingDomainOK
- func (o *PatchLanguageunderstandingDomainOK) Error() string
- func (o *PatchLanguageunderstandingDomainOK) GetPayload() *models.NluDomain
- func (o *PatchLanguageunderstandingDomainOK) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainOK) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainOK) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainOK) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainOK) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainOK) String() string
- type PatchLanguageunderstandingDomainParams
- func NewPatchLanguageunderstandingDomainParams() *PatchLanguageunderstandingDomainParams
- func NewPatchLanguageunderstandingDomainParamsWithContext(ctx context.Context) *PatchLanguageunderstandingDomainParams
- func NewPatchLanguageunderstandingDomainParamsWithHTTPClient(client *http.Client) *PatchLanguageunderstandingDomainParams
- func NewPatchLanguageunderstandingDomainParamsWithTimeout(timeout time.Duration) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) SetBody(body *models.NluDomain)
- func (o *PatchLanguageunderstandingDomainParams) SetContext(ctx context.Context)
- func (o *PatchLanguageunderstandingDomainParams) SetDefaults()
- func (o *PatchLanguageunderstandingDomainParams) SetDomainID(domainID string)
- func (o *PatchLanguageunderstandingDomainParams) SetHTTPClient(client *http.Client)
- func (o *PatchLanguageunderstandingDomainParams) SetTimeout(timeout time.Duration)
- func (o *PatchLanguageunderstandingDomainParams) WithBody(body *models.NluDomain) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WithContext(ctx context.Context) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WithDefaults() *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WithDomainID(domainID string) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *PatchLanguageunderstandingDomainParams
- func (o *PatchLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchLanguageunderstandingDomainReader
- type PatchLanguageunderstandingDomainRequestEntityTooLarge
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) Error() string
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) String() string
- type PatchLanguageunderstandingDomainRequestTimeout
- func (o *PatchLanguageunderstandingDomainRequestTimeout) Error() string
- func (o *PatchLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainRequestTimeout) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainRequestTimeout) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainRequestTimeout) String() string
- type PatchLanguageunderstandingDomainServiceUnavailable
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) Error() string
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainServiceUnavailable) String() string
- type PatchLanguageunderstandingDomainTooManyRequests
- func (o *PatchLanguageunderstandingDomainTooManyRequests) Error() string
- func (o *PatchLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainTooManyRequests) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainTooManyRequests) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainTooManyRequests) String() string
- type PatchLanguageunderstandingDomainUnauthorized
- func (o *PatchLanguageunderstandingDomainUnauthorized) Error() string
- func (o *PatchLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainUnauthorized) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainUnauthorized) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainUnauthorized) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainUnauthorized) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainUnauthorized) String() string
- type PatchLanguageunderstandingDomainUnsupportedMediaType
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) Error() string
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
- func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) String() string
- type PatchLanguageunderstandingMinerDraftBadRequest
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) Error() string
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftBadRequest) String() string
- type PatchLanguageunderstandingMinerDraftForbidden
- func (o *PatchLanguageunderstandingMinerDraftForbidden) Error() string
- func (o *PatchLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftForbidden) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftForbidden) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftForbidden) String() string
- type PatchLanguageunderstandingMinerDraftGatewayTimeout
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) Error() string
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) String() string
- type PatchLanguageunderstandingMinerDraftInternalServerError
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) Error() string
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftInternalServerError) String() string
- type PatchLanguageunderstandingMinerDraftNotFound
- func (o *PatchLanguageunderstandingMinerDraftNotFound) Error() string
- func (o *PatchLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftNotFound) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftNotFound) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftNotFound) String() string
- type PatchLanguageunderstandingMinerDraftOK
- func (o *PatchLanguageunderstandingMinerDraftOK) Error() string
- func (o *PatchLanguageunderstandingMinerDraftOK) GetPayload() *models.Draft
- func (o *PatchLanguageunderstandingMinerDraftOK) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftOK) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftOK) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftOK) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftOK) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftOK) String() string
- type PatchLanguageunderstandingMinerDraftParams
- func NewPatchLanguageunderstandingMinerDraftParams() *PatchLanguageunderstandingMinerDraftParams
- func NewPatchLanguageunderstandingMinerDraftParamsWithContext(ctx context.Context) *PatchLanguageunderstandingMinerDraftParams
- func NewPatchLanguageunderstandingMinerDraftParamsWithHTTPClient(client *http.Client) *PatchLanguageunderstandingMinerDraftParams
- func NewPatchLanguageunderstandingMinerDraftParamsWithTimeout(timeout time.Duration) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) SetBody(body *models.DraftRequest)
- func (o *PatchLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
- func (o *PatchLanguageunderstandingMinerDraftParams) SetDefaults()
- func (o *PatchLanguageunderstandingMinerDraftParams) SetDraftID(draftID string)
- func (o *PatchLanguageunderstandingMinerDraftParams) SetHTTPClient(client *http.Client)
- func (o *PatchLanguageunderstandingMinerDraftParams) SetMinerID(minerID string)
- func (o *PatchLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
- func (o *PatchLanguageunderstandingMinerDraftParams) WithBody(body *models.DraftRequest) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithDefaults() *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *PatchLanguageunderstandingMinerDraftParams
- func (o *PatchLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchLanguageunderstandingMinerDraftReader
- type PatchLanguageunderstandingMinerDraftRequestEntityTooLarge
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
- type PatchLanguageunderstandingMinerDraftRequestTimeout
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) Error() string
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) String() string
- type PatchLanguageunderstandingMinerDraftServiceUnavailable
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) Error() string
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) String() string
- type PatchLanguageunderstandingMinerDraftTooManyRequests
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) Error() string
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) String() string
- type PatchLanguageunderstandingMinerDraftUnauthorized
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) Error() string
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftUnauthorized) String() string
- type PatchLanguageunderstandingMinerDraftUnsupportedMediaType
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
- func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainFeedbackBadRequest
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackBadRequest) String() string
- type PostLanguageunderstandingDomainFeedbackCreated
- func (o *PostLanguageunderstandingDomainFeedbackCreated) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackCreated) GetPayload() *models.NluFeedbackResponse
- func (o *PostLanguageunderstandingDomainFeedbackCreated) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackCreated) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackCreated) String() string
- type PostLanguageunderstandingDomainFeedbackForbidden
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackForbidden) String() string
- type PostLanguageunderstandingDomainFeedbackGatewayTimeout
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) String() string
- type PostLanguageunderstandingDomainFeedbackInternalServerError
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) String() string
- type PostLanguageunderstandingDomainFeedbackNotFound
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackNotFound) String() string
- type PostLanguageunderstandingDomainFeedbackOK
- func (o *PostLanguageunderstandingDomainFeedbackOK) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackOK) GetPayload() *models.NluFeedbackResponse
- func (o *PostLanguageunderstandingDomainFeedbackOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackOK) String() string
- type PostLanguageunderstandingDomainFeedbackParams
- func NewPostLanguageunderstandingDomainFeedbackParams() *PostLanguageunderstandingDomainFeedbackParams
- func NewPostLanguageunderstandingDomainFeedbackParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainFeedbackParams
- func NewPostLanguageunderstandingDomainFeedbackParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainFeedbackParams
- func NewPostLanguageunderstandingDomainFeedbackParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetBody(body *models.NluFeedbackRequest)
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetDomainID(domainID string)
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainFeedbackParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithBody(body *models.NluFeedbackRequest) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithDefaults() *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainFeedbackParams
- func (o *PostLanguageunderstandingDomainFeedbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainFeedbackReader
- type PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainFeedbackRequestTimeout
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) String() string
- type PostLanguageunderstandingDomainFeedbackServiceUnavailable
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) String() string
- type PostLanguageunderstandingDomainFeedbackTooManyRequests
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) String() string
- type PostLanguageunderstandingDomainFeedbackUnauthorized
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) String() string
- type PostLanguageunderstandingDomainFeedbackUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainVersionDetectBadRequest
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) String() string
- type PostLanguageunderstandingDomainVersionDetectForbidden
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectForbidden) String() string
- type PostLanguageunderstandingDomainVersionDetectGatewayTimeout
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) String() string
- type PostLanguageunderstandingDomainVersionDetectInternalServerError
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) String() string
- type PostLanguageunderstandingDomainVersionDetectNotFound
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectNotFound) String() string
- type PostLanguageunderstandingDomainVersionDetectOK
- func (o *PostLanguageunderstandingDomainVersionDetectOK) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectOK) GetPayload() *models.NluDetectionResponse
- func (o *PostLanguageunderstandingDomainVersionDetectOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectOK) String() string
- type PostLanguageunderstandingDomainVersionDetectParams
- func NewPostLanguageunderstandingDomainVersionDetectParams() *PostLanguageunderstandingDomainVersionDetectParams
- func NewPostLanguageunderstandingDomainVersionDetectParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionDetectParams
- func NewPostLanguageunderstandingDomainVersionDetectParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionDetectParams
- func NewPostLanguageunderstandingDomainVersionDetectParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetBody(body *models.NluDetectionRequest)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetDomainID(domainID string)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetDomainVersionID(domainVersionID string)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithBody(body *models.NluDetectionRequest) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDefaults() *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionDetectParams
- func (o *PostLanguageunderstandingDomainVersionDetectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainVersionDetectReader
- type PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainVersionDetectRequestTimeout
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) String() string
- type PostLanguageunderstandingDomainVersionDetectServiceUnavailable
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) String() string
- type PostLanguageunderstandingDomainVersionDetectTooManyRequests
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) String() string
- type PostLanguageunderstandingDomainVersionDetectUnauthorized
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) String() string
- type PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainVersionPublishBadRequest
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) String() string
- type PostLanguageunderstandingDomainVersionPublishConflict
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishConflict) String() string
- type PostLanguageunderstandingDomainVersionPublishCreated
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) GetPayload() *models.NluDomainVersion
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishCreated) String() string
- type PostLanguageunderstandingDomainVersionPublishForbidden
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishForbidden) String() string
- type PostLanguageunderstandingDomainVersionPublishGatewayTimeout
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) String() string
- type PostLanguageunderstandingDomainVersionPublishInternalServerError
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) String() string
- type PostLanguageunderstandingDomainVersionPublishNotFound
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishNotFound) String() string
- type PostLanguageunderstandingDomainVersionPublishOK
- func (o *PostLanguageunderstandingDomainVersionPublishOK) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishOK) GetPayload() *models.NluDomainVersion
- func (o *PostLanguageunderstandingDomainVersionPublishOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishOK) String() string
- type PostLanguageunderstandingDomainVersionPublishParams
- func NewPostLanguageunderstandingDomainVersionPublishParams() *PostLanguageunderstandingDomainVersionPublishParams
- func NewPostLanguageunderstandingDomainVersionPublishParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionPublishParams
- func NewPostLanguageunderstandingDomainVersionPublishParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionPublishParams
- func NewPostLanguageunderstandingDomainVersionPublishParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetDomainID(domainID string)
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetDomainVersionID(domainVersionID string)
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainVersionPublishParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDefaults() *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionPublishParams
- func (o *PostLanguageunderstandingDomainVersionPublishParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainVersionPublishReader
- type PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainVersionPublishRequestTimeout
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) String() string
- type PostLanguageunderstandingDomainVersionPublishServiceUnavailable
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) String() string
- type PostLanguageunderstandingDomainVersionPublishTooManyRequests
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) String() string
- type PostLanguageunderstandingDomainVersionPublishUnauthorized
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) String() string
- type PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainVersionTrainAccepted
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) GetPayload() *models.NluDomainVersionTrainingResponse
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainAccepted) String() string
- type PostLanguageunderstandingDomainVersionTrainBadRequest
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) String() string
- type PostLanguageunderstandingDomainVersionTrainConflict
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainConflict) String() string
- type PostLanguageunderstandingDomainVersionTrainForbidden
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainForbidden) String() string
- type PostLanguageunderstandingDomainVersionTrainGatewayTimeout
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) String() string
- type PostLanguageunderstandingDomainVersionTrainInternalServerError
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) String() string
- type PostLanguageunderstandingDomainVersionTrainNotFound
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainNotFound) String() string
- type PostLanguageunderstandingDomainVersionTrainOK
- func (o *PostLanguageunderstandingDomainVersionTrainOK) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainOK) GetPayload() *models.NluDomainVersionTrainingResponse
- func (o *PostLanguageunderstandingDomainVersionTrainOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainOK) String() string
- type PostLanguageunderstandingDomainVersionTrainParams
- func NewPostLanguageunderstandingDomainVersionTrainParams() *PostLanguageunderstandingDomainVersionTrainParams
- func NewPostLanguageunderstandingDomainVersionTrainParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionTrainParams
- func NewPostLanguageunderstandingDomainVersionTrainParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionTrainParams
- func NewPostLanguageunderstandingDomainVersionTrainParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetDomainID(domainID string)
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetDomainVersionID(domainVersionID string)
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainVersionTrainParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDefaults() *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionTrainParams
- func (o *PostLanguageunderstandingDomainVersionTrainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainVersionTrainReader
- type PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainVersionTrainRequestTimeout
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) String() string
- type PostLanguageunderstandingDomainVersionTrainServiceUnavailable
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) String() string
- type PostLanguageunderstandingDomainVersionTrainTooManyRequests
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) String() string
- type PostLanguageunderstandingDomainVersionTrainUnauthorized
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) String() string
- type PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainVersionsBadRequest
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsBadRequest) String() string
- type PostLanguageunderstandingDomainVersionsCreated
- func (o *PostLanguageunderstandingDomainVersionsCreated) Error() string
- func (o *PostLanguageunderstandingDomainVersionsCreated) GetPayload() *models.NluDomainVersion
- func (o *PostLanguageunderstandingDomainVersionsCreated) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsCreated) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsCreated) String() string
- type PostLanguageunderstandingDomainVersionsForbidden
- func (o *PostLanguageunderstandingDomainVersionsForbidden) Error() string
- func (o *PostLanguageunderstandingDomainVersionsForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsForbidden) String() string
- type PostLanguageunderstandingDomainVersionsGatewayTimeout
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) String() string
- type PostLanguageunderstandingDomainVersionsInternalServerError
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsInternalServerError) String() string
- type PostLanguageunderstandingDomainVersionsNotFound
- func (o *PostLanguageunderstandingDomainVersionsNotFound) Error() string
- func (o *PostLanguageunderstandingDomainVersionsNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsNotFound) String() string
- type PostLanguageunderstandingDomainVersionsOK
- func (o *PostLanguageunderstandingDomainVersionsOK) Error() string
- func (o *PostLanguageunderstandingDomainVersionsOK) GetPayload() *models.NluDomainVersion
- func (o *PostLanguageunderstandingDomainVersionsOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsOK) String() string
- type PostLanguageunderstandingDomainVersionsParams
- func NewPostLanguageunderstandingDomainVersionsParams() *PostLanguageunderstandingDomainVersionsParams
- func NewPostLanguageunderstandingDomainVersionsParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionsParams
- func NewPostLanguageunderstandingDomainVersionsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionsParams
- func NewPostLanguageunderstandingDomainVersionsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) SetBody(body *models.NluDomainVersion)
- func (o *PostLanguageunderstandingDomainVersionsParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainVersionsParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainVersionsParams) SetDomainID(domainID string)
- func (o *PostLanguageunderstandingDomainVersionsParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainVersionsParams) SetIncludeUtterances(includeUtterances *bool)
- func (o *PostLanguageunderstandingDomainVersionsParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainVersionsParams) WithBody(body *models.NluDomainVersion) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithDefaults() *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithIncludeUtterances(includeUtterances *bool) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionsParams
- func (o *PostLanguageunderstandingDomainVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainVersionsReader
- type PostLanguageunderstandingDomainVersionsRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainVersionsRequestTimeout
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) String() string
- type PostLanguageunderstandingDomainVersionsServiceUnavailable
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) String() string
- type PostLanguageunderstandingDomainVersionsTooManyRequests
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) String() string
- type PostLanguageunderstandingDomainVersionsUnauthorized
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsUnauthorized) String() string
- type PostLanguageunderstandingDomainVersionsUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) String() string
- type PostLanguageunderstandingDomainsBadRequest
- func (o *PostLanguageunderstandingDomainsBadRequest) Error() string
- func (o *PostLanguageunderstandingDomainsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsBadRequest) String() string
- type PostLanguageunderstandingDomainsCreated
- func (o *PostLanguageunderstandingDomainsCreated) Error() string
- func (o *PostLanguageunderstandingDomainsCreated) GetPayload() *models.NluDomain
- func (o *PostLanguageunderstandingDomainsCreated) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsCreated) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsCreated) String() string
- type PostLanguageunderstandingDomainsForbidden
- func (o *PostLanguageunderstandingDomainsForbidden) Error() string
- func (o *PostLanguageunderstandingDomainsForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsForbidden) String() string
- type PostLanguageunderstandingDomainsGatewayTimeout
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsGatewayTimeout) String() string
- type PostLanguageunderstandingDomainsInternalServerError
- func (o *PostLanguageunderstandingDomainsInternalServerError) Error() string
- func (o *PostLanguageunderstandingDomainsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsInternalServerError) String() string
- type PostLanguageunderstandingDomainsNotFound
- func (o *PostLanguageunderstandingDomainsNotFound) Error() string
- func (o *PostLanguageunderstandingDomainsNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsNotFound) String() string
- type PostLanguageunderstandingDomainsOK
- func (o *PostLanguageunderstandingDomainsOK) Error() string
- func (o *PostLanguageunderstandingDomainsOK) GetPayload() *models.NluDomain
- func (o *PostLanguageunderstandingDomainsOK) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsOK) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsOK) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsOK) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsOK) String() string
- type PostLanguageunderstandingDomainsParams
- func NewPostLanguageunderstandingDomainsParams() *PostLanguageunderstandingDomainsParams
- func NewPostLanguageunderstandingDomainsParamsWithContext(ctx context.Context) *PostLanguageunderstandingDomainsParams
- func NewPostLanguageunderstandingDomainsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainsParams
- func NewPostLanguageunderstandingDomainsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) SetBody(body *models.NluDomain)
- func (o *PostLanguageunderstandingDomainsParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingDomainsParams) SetDefaults()
- func (o *PostLanguageunderstandingDomainsParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingDomainsParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingDomainsParams) WithBody(body *models.NluDomain) *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) WithDefaults() *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainsParams
- func (o *PostLanguageunderstandingDomainsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingDomainsReader
- type PostLanguageunderstandingDomainsRequestEntityTooLarge
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) String() string
- type PostLanguageunderstandingDomainsRequestTimeout
- func (o *PostLanguageunderstandingDomainsRequestTimeout) Error() string
- func (o *PostLanguageunderstandingDomainsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsRequestTimeout) String() string
- type PostLanguageunderstandingDomainsServiceUnavailable
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsServiceUnavailable) String() string
- type PostLanguageunderstandingDomainsTooManyRequests
- func (o *PostLanguageunderstandingDomainsTooManyRequests) Error() string
- func (o *PostLanguageunderstandingDomainsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsTooManyRequests) String() string
- type PostLanguageunderstandingDomainsUnauthorized
- func (o *PostLanguageunderstandingDomainsUnauthorized) Error() string
- func (o *PostLanguageunderstandingDomainsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsUnauthorized) String() string
- type PostLanguageunderstandingDomainsUnsupportedMediaType
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) String() string
- type PostLanguageunderstandingMinerDraftsBadRequest
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) Error() string
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsBadRequest) String() string
- type PostLanguageunderstandingMinerDraftsCreated
- func (o *PostLanguageunderstandingMinerDraftsCreated) Error() string
- func (o *PostLanguageunderstandingMinerDraftsCreated) GetPayload() *models.Draft
- func (o *PostLanguageunderstandingMinerDraftsCreated) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsCreated) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsCreated) String() string
- type PostLanguageunderstandingMinerDraftsForbidden
- func (o *PostLanguageunderstandingMinerDraftsForbidden) Error() string
- func (o *PostLanguageunderstandingMinerDraftsForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsForbidden) String() string
- type PostLanguageunderstandingMinerDraftsGatewayTimeout
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) String() string
- type PostLanguageunderstandingMinerDraftsInternalServerError
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) Error() string
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsInternalServerError) String() string
- type PostLanguageunderstandingMinerDraftsNotFound
- func (o *PostLanguageunderstandingMinerDraftsNotFound) Error() string
- func (o *PostLanguageunderstandingMinerDraftsNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsNotFound) String() string
- type PostLanguageunderstandingMinerDraftsOK
- func (o *PostLanguageunderstandingMinerDraftsOK) Error() string
- func (o *PostLanguageunderstandingMinerDraftsOK) GetPayload() *models.Draft
- func (o *PostLanguageunderstandingMinerDraftsOK) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsOK) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsOK) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsOK) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsOK) String() string
- type PostLanguageunderstandingMinerDraftsParams
- func NewPostLanguageunderstandingMinerDraftsParams() *PostLanguageunderstandingMinerDraftsParams
- func NewPostLanguageunderstandingMinerDraftsParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinerDraftsParams
- func NewPostLanguageunderstandingMinerDraftsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerDraftsParams
- func NewPostLanguageunderstandingMinerDraftsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) SetBody(body *models.Draft)
- func (o *PostLanguageunderstandingMinerDraftsParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingMinerDraftsParams) SetDefaults()
- func (o *PostLanguageunderstandingMinerDraftsParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingMinerDraftsParams) SetMinerID(minerID string)
- func (o *PostLanguageunderstandingMinerDraftsParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingMinerDraftsParams) WithBody(body *models.Draft) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WithDefaults() *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WithMinerID(minerID string) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerDraftsParams
- func (o *PostLanguageunderstandingMinerDraftsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingMinerDraftsReader
- type PostLanguageunderstandingMinerDraftsRequestEntityTooLarge
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) String() string
- type PostLanguageunderstandingMinerDraftsRequestTimeout
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) Error() string
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) String() string
- type PostLanguageunderstandingMinerDraftsServiceUnavailable
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) String() string
- type PostLanguageunderstandingMinerDraftsTooManyRequests
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) Error() string
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) String() string
- type PostLanguageunderstandingMinerDraftsUnauthorized
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) Error() string
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsUnauthorized) String() string
- type PostLanguageunderstandingMinerDraftsUnsupportedMediaType
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) String() string
- type PostLanguageunderstandingMinerExecuteAccepted
- func (o *PostLanguageunderstandingMinerExecuteAccepted) Error() string
- func (o *PostLanguageunderstandingMinerExecuteAccepted) GetPayload() *models.Miner
- func (o *PostLanguageunderstandingMinerExecuteAccepted) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteAccepted) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteAccepted) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteAccepted) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteAccepted) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteAccepted) String() string
- type PostLanguageunderstandingMinerExecuteBadRequest
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) Error() string
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteBadRequest) String() string
- type PostLanguageunderstandingMinerExecuteForbidden
- func (o *PostLanguageunderstandingMinerExecuteForbidden) Error() string
- func (o *PostLanguageunderstandingMinerExecuteForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteForbidden) String() string
- type PostLanguageunderstandingMinerExecuteGatewayTimeout
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) String() string
- type PostLanguageunderstandingMinerExecuteInternalServerError
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) Error() string
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteInternalServerError) String() string
- type PostLanguageunderstandingMinerExecuteNotFound
- func (o *PostLanguageunderstandingMinerExecuteNotFound) Error() string
- func (o *PostLanguageunderstandingMinerExecuteNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteNotFound) String() string
- type PostLanguageunderstandingMinerExecuteOK
- func (o *PostLanguageunderstandingMinerExecuteOK) Error() string
- func (o *PostLanguageunderstandingMinerExecuteOK) GetPayload() *models.Miner
- func (o *PostLanguageunderstandingMinerExecuteOK) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteOK) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteOK) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteOK) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteOK) String() string
- type PostLanguageunderstandingMinerExecuteParams
- func NewPostLanguageunderstandingMinerExecuteParams() *PostLanguageunderstandingMinerExecuteParams
- func NewPostLanguageunderstandingMinerExecuteParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinerExecuteParams
- func NewPostLanguageunderstandingMinerExecuteParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerExecuteParams
- func NewPostLanguageunderstandingMinerExecuteParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) SetBody(body *models.MinerExecuteRequest)
- func (o *PostLanguageunderstandingMinerExecuteParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingMinerExecuteParams) SetDefaults()
- func (o *PostLanguageunderstandingMinerExecuteParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingMinerExecuteParams) SetMinerID(minerID string)
- func (o *PostLanguageunderstandingMinerExecuteParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingMinerExecuteParams) WithBody(body *models.MinerExecuteRequest) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WithDefaults() *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WithMinerID(minerID string) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerExecuteParams
- func (o *PostLanguageunderstandingMinerExecuteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingMinerExecuteReader
- type PostLanguageunderstandingMinerExecuteRequestEntityTooLarge
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) String() string
- type PostLanguageunderstandingMinerExecuteRequestTimeout
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) Error() string
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) String() string
- type PostLanguageunderstandingMinerExecuteServiceUnavailable
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) String() string
- type PostLanguageunderstandingMinerExecuteTooManyRequests
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) Error() string
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) String() string
- type PostLanguageunderstandingMinerExecuteUnauthorized
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) Error() string
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteUnauthorized) String() string
- type PostLanguageunderstandingMinerExecuteUnsupportedMediaType
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) String() string
- type PostLanguageunderstandingMinersBadRequest
- func (o *PostLanguageunderstandingMinersBadRequest) Error() string
- func (o *PostLanguageunderstandingMinersBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersBadRequest) IsClientError() bool
- func (o *PostLanguageunderstandingMinersBadRequest) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersBadRequest) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersBadRequest) IsServerError() bool
- func (o *PostLanguageunderstandingMinersBadRequest) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersBadRequest) String() string
- type PostLanguageunderstandingMinersCreated
- func (o *PostLanguageunderstandingMinersCreated) Error() string
- func (o *PostLanguageunderstandingMinersCreated) GetPayload() *models.Miner
- func (o *PostLanguageunderstandingMinersCreated) IsClientError() bool
- func (o *PostLanguageunderstandingMinersCreated) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersCreated) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersCreated) IsServerError() bool
- func (o *PostLanguageunderstandingMinersCreated) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersCreated) String() string
- type PostLanguageunderstandingMinersForbidden
- func (o *PostLanguageunderstandingMinersForbidden) Error() string
- func (o *PostLanguageunderstandingMinersForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersForbidden) IsClientError() bool
- func (o *PostLanguageunderstandingMinersForbidden) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersForbidden) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersForbidden) IsServerError() bool
- func (o *PostLanguageunderstandingMinersForbidden) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersForbidden) String() string
- type PostLanguageunderstandingMinersGatewayTimeout
- func (o *PostLanguageunderstandingMinersGatewayTimeout) Error() string
- func (o *PostLanguageunderstandingMinersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersGatewayTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinersGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersGatewayTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersGatewayTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinersGatewayTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersGatewayTimeout) String() string
- type PostLanguageunderstandingMinersInternalServerError
- func (o *PostLanguageunderstandingMinersInternalServerError) Error() string
- func (o *PostLanguageunderstandingMinersInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersInternalServerError) IsClientError() bool
- func (o *PostLanguageunderstandingMinersInternalServerError) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersInternalServerError) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersInternalServerError) IsServerError() bool
- func (o *PostLanguageunderstandingMinersInternalServerError) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersInternalServerError) String() string
- type PostLanguageunderstandingMinersNotFound
- func (o *PostLanguageunderstandingMinersNotFound) Error() string
- func (o *PostLanguageunderstandingMinersNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersNotFound) IsClientError() bool
- func (o *PostLanguageunderstandingMinersNotFound) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersNotFound) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersNotFound) IsServerError() bool
- func (o *PostLanguageunderstandingMinersNotFound) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersNotFound) String() string
- type PostLanguageunderstandingMinersOK
- func (o *PostLanguageunderstandingMinersOK) Error() string
- func (o *PostLanguageunderstandingMinersOK) GetPayload() *models.Miner
- func (o *PostLanguageunderstandingMinersOK) IsClientError() bool
- func (o *PostLanguageunderstandingMinersOK) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersOK) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersOK) IsServerError() bool
- func (o *PostLanguageunderstandingMinersOK) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersOK) String() string
- type PostLanguageunderstandingMinersParams
- func NewPostLanguageunderstandingMinersParams() *PostLanguageunderstandingMinersParams
- func NewPostLanguageunderstandingMinersParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinersParams
- func NewPostLanguageunderstandingMinersParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinersParams
- func NewPostLanguageunderstandingMinersParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) SetBody(body *models.Miner)
- func (o *PostLanguageunderstandingMinersParams) SetContext(ctx context.Context)
- func (o *PostLanguageunderstandingMinersParams) SetDefaults()
- func (o *PostLanguageunderstandingMinersParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguageunderstandingMinersParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguageunderstandingMinersParams) WithBody(body *models.Miner) *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) WithDefaults() *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinersParams
- func (o *PostLanguageunderstandingMinersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguageunderstandingMinersReader
- type PostLanguageunderstandingMinersRequestEntityTooLarge
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) Error() string
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) String() string
- type PostLanguageunderstandingMinersRequestTimeout
- func (o *PostLanguageunderstandingMinersRequestTimeout) Error() string
- func (o *PostLanguageunderstandingMinersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersRequestTimeout) IsClientError() bool
- func (o *PostLanguageunderstandingMinersRequestTimeout) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersRequestTimeout) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersRequestTimeout) IsServerError() bool
- func (o *PostLanguageunderstandingMinersRequestTimeout) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersRequestTimeout) String() string
- type PostLanguageunderstandingMinersServiceUnavailable
- func (o *PostLanguageunderstandingMinersServiceUnavailable) Error() string
- func (o *PostLanguageunderstandingMinersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersServiceUnavailable) IsClientError() bool
- func (o *PostLanguageunderstandingMinersServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersServiceUnavailable) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersServiceUnavailable) IsServerError() bool
- func (o *PostLanguageunderstandingMinersServiceUnavailable) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersServiceUnavailable) String() string
- type PostLanguageunderstandingMinersTooManyRequests
- func (o *PostLanguageunderstandingMinersTooManyRequests) Error() string
- func (o *PostLanguageunderstandingMinersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersTooManyRequests) IsClientError() bool
- func (o *PostLanguageunderstandingMinersTooManyRequests) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersTooManyRequests) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersTooManyRequests) IsServerError() bool
- func (o *PostLanguageunderstandingMinersTooManyRequests) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersTooManyRequests) String() string
- type PostLanguageunderstandingMinersUnauthorized
- func (o *PostLanguageunderstandingMinersUnauthorized) Error() string
- func (o *PostLanguageunderstandingMinersUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersUnauthorized) IsClientError() bool
- func (o *PostLanguageunderstandingMinersUnauthorized) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersUnauthorized) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersUnauthorized) IsServerError() bool
- func (o *PostLanguageunderstandingMinersUnauthorized) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersUnauthorized) String() string
- type PostLanguageunderstandingMinersUnsupportedMediaType
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) Error() string
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguageunderstandingMinersUnsupportedMediaType) String() string
- type PutLanguageunderstandingDomainVersionBadRequest
- func (o *PutLanguageunderstandingDomainVersionBadRequest) Error() string
- func (o *PutLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionBadRequest) String() string
- type PutLanguageunderstandingDomainVersionConflict
- func (o *PutLanguageunderstandingDomainVersionConflict) Error() string
- func (o *PutLanguageunderstandingDomainVersionConflict) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionConflict) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionConflict) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionConflict) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionConflict) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionConflict) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionConflict) String() string
- type PutLanguageunderstandingDomainVersionForbidden
- func (o *PutLanguageunderstandingDomainVersionForbidden) Error() string
- func (o *PutLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionForbidden) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionForbidden) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionForbidden) String() string
- type PutLanguageunderstandingDomainVersionGatewayTimeout
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) Error() string
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) String() string
- type PutLanguageunderstandingDomainVersionInternalServerError
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) Error() string
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionInternalServerError) String() string
- type PutLanguageunderstandingDomainVersionNotFound
- func (o *PutLanguageunderstandingDomainVersionNotFound) Error() string
- func (o *PutLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionNotFound) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionNotFound) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionNotFound) String() string
- type PutLanguageunderstandingDomainVersionOK
- func (o *PutLanguageunderstandingDomainVersionOK) Error() string
- func (o *PutLanguageunderstandingDomainVersionOK) GetPayload() *models.NluDomainVersion
- func (o *PutLanguageunderstandingDomainVersionOK) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionOK) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionOK) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionOK) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionOK) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionOK) String() string
- type PutLanguageunderstandingDomainVersionParams
- func NewPutLanguageunderstandingDomainVersionParams() *PutLanguageunderstandingDomainVersionParams
- func NewPutLanguageunderstandingDomainVersionParamsWithContext(ctx context.Context) *PutLanguageunderstandingDomainVersionParams
- func NewPutLanguageunderstandingDomainVersionParamsWithHTTPClient(client *http.Client) *PutLanguageunderstandingDomainVersionParams
- func NewPutLanguageunderstandingDomainVersionParamsWithTimeout(timeout time.Duration) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) SetBody(body *models.NluDomainVersion)
- func (o *PutLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
- func (o *PutLanguageunderstandingDomainVersionParams) SetDefaults()
- func (o *PutLanguageunderstandingDomainVersionParams) SetDomainID(domainID string)
- func (o *PutLanguageunderstandingDomainVersionParams) SetDomainVersionID(domainVersionID string)
- func (o *PutLanguageunderstandingDomainVersionParams) SetHTTPClient(client *http.Client)
- func (o *PutLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
- func (o *PutLanguageunderstandingDomainVersionParams) WithBody(body *models.NluDomainVersion) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithDefaults() *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *PutLanguageunderstandingDomainVersionParams
- func (o *PutLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutLanguageunderstandingDomainVersionReader
- type PutLanguageunderstandingDomainVersionRequestEntityTooLarge
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
- type PutLanguageunderstandingDomainVersionRequestTimeout
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) Error() string
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionRequestTimeout) String() string
- type PutLanguageunderstandingDomainVersionServiceUnavailable
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) Error() string
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) String() string
- type PutLanguageunderstandingDomainVersionTooManyRequests
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) Error() string
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionTooManyRequests) String() string
- type PutLanguageunderstandingDomainVersionUnauthorized
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) Error() string
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionUnauthorized) String() string
- type PutLanguageunderstandingDomainVersionUnsupportedMediaType
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
- func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
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 ¶
func (a *Client) DeleteLanguageunderstandingDomain(ctx context.Context, params *DeleteLanguageunderstandingDomainParams) (*DeleteLanguageunderstandingDomainNoContent, error)
DeleteLanguageunderstandingDomain deletes an n l u domain
func (*Client) DeleteLanguageunderstandingDomainFeedbackFeedbackID ¶
func (a *Client) DeleteLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, params *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent, error)
DeleteLanguageunderstandingDomainFeedbackFeedbackID deletes the feedback on the n l u domain version
func (*Client) DeleteLanguageunderstandingDomainVersion ¶
func (a *Client) DeleteLanguageunderstandingDomainVersion(ctx context.Context, params *DeleteLanguageunderstandingDomainVersionParams) (*DeleteLanguageunderstandingDomainVersionNoContent, error)
DeleteLanguageunderstandingDomainVersion deletes an n l u domain version
func (*Client) DeleteLanguageunderstandingMiner ¶
func (a *Client) DeleteLanguageunderstandingMiner(ctx context.Context, params *DeleteLanguageunderstandingMinerParams) (*DeleteLanguageunderstandingMinerNoContent, error)
DeleteLanguageunderstandingMiner deletes a miner
func (*Client) DeleteLanguageunderstandingMinerDraft ¶
func (a *Client) DeleteLanguageunderstandingMinerDraft(ctx context.Context, params *DeleteLanguageunderstandingMinerDraftParams) (*DeleteLanguageunderstandingMinerDraftNoContent, error)
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 ¶
func (a *Client) GetLanguageunderstandingDomainFeedbackFeedbackID(ctx context.Context, params *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK, error)
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 ¶
func (a *Client) GetLanguageunderstandingDomainVersionReport(ctx context.Context, params *GetLanguageunderstandingDomainVersionReportParams) (*GetLanguageunderstandingDomainVersionReportOK, error)
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 ¶
func (a *Client) PostLanguageunderstandingDomainFeedback(ctx context.Context, params *PostLanguageunderstandingDomainFeedbackParams) (*PostLanguageunderstandingDomainFeedbackOK, *PostLanguageunderstandingDomainFeedbackCreated, error)
PostLanguageunderstandingDomainFeedback creates feedback for the n l u domain version
func (*Client) PostLanguageunderstandingDomainVersionDetect ¶
func (a *Client) PostLanguageunderstandingDomainVersionDetect(ctx context.Context, params *PostLanguageunderstandingDomainVersionDetectParams) (*PostLanguageunderstandingDomainVersionDetectOK, error)
PostLanguageunderstandingDomainVersionDetect detects intent entities etc in the submitted text using the specified n l u domain version
func (*Client) PostLanguageunderstandingDomainVersionPublish ¶
func (a *Client) PostLanguageunderstandingDomainVersionPublish(ctx context.Context, params *PostLanguageunderstandingDomainVersionPublishParams) (*PostLanguageunderstandingDomainVersionPublishOK, *PostLanguageunderstandingDomainVersionPublishCreated, error)
PostLanguageunderstandingDomainVersionPublish publishes the draft n l u domain version
func (*Client) PostLanguageunderstandingDomainVersionTrain ¶
func (a *Client) PostLanguageunderstandingDomainVersionTrain(ctx context.Context, params *PostLanguageunderstandingDomainVersionTrainParams) (*PostLanguageunderstandingDomainVersionTrainOK, *PostLanguageunderstandingDomainVersionTrainAccepted, error)
PostLanguageunderstandingDomainVersionTrain trains the draft n l u domain version
func (*Client) PostLanguageunderstandingDomainVersions ¶
func (a *Client) PostLanguageunderstandingDomainVersions(ctx context.Context, params *PostLanguageunderstandingDomainVersionsParams) (*PostLanguageunderstandingDomainVersionsOK, *PostLanguageunderstandingDomainVersionsCreated, error)
PostLanguageunderstandingDomainVersions creates an n l u domain version
func (*Client) PostLanguageunderstandingDomains ¶
func (a *Client) PostLanguageunderstandingDomains(ctx context.Context, params *PostLanguageunderstandingDomainsParams) (*PostLanguageunderstandingDomainsOK, *PostLanguageunderstandingDomainsCreated, error)
PostLanguageunderstandingDomains creates an n l u domain
func (*Client) PostLanguageunderstandingMinerDrafts ¶
func (a *Client) PostLanguageunderstandingMinerDrafts(ctx context.Context, params *PostLanguageunderstandingMinerDraftsParams) (*PostLanguageunderstandingMinerDraftsOK, *PostLanguageunderstandingMinerDraftsCreated, error)
PostLanguageunderstandingMinerDrafts creates a new draft resource
func (*Client) PostLanguageunderstandingMinerExecute ¶
func (a *Client) PostLanguageunderstandingMinerExecute(ctx context.Context, params *PostLanguageunderstandingMinerExecuteParams) (*PostLanguageunderstandingMinerExecuteOK, *PostLanguageunderstandingMinerExecuteAccepted, 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
func (*Client) PostLanguageunderstandingMiners ¶
func (a *Client) PostLanguageunderstandingMiners(ctx context.Context, params *PostLanguageunderstandingMinersParams) (*PostLanguageunderstandingMinersOK, *PostLanguageunderstandingMinersCreated, error)
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 ¶
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 (o *DeleteLanguageunderstandingDomainBadRequest) Error() string
func (*DeleteLanguageunderstandingDomainBadRequest) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainBadRequest) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain bad request response has a 4xx status code
func (*DeleteLanguageunderstandingDomainBadRequest) IsCode ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain bad request response a status code equal to that given
func (*DeleteLanguageunderstandingDomainBadRequest) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain bad request response has a 3xx status code
func (*DeleteLanguageunderstandingDomainBadRequest) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain bad request response has a 5xx status code
func (*DeleteLanguageunderstandingDomainBadRequest) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain bad request response has a 2xx status code
func (*DeleteLanguageunderstandingDomainBadRequest) String ¶
func (o *DeleteLanguageunderstandingDomainBadRequest) String() string
type DeleteLanguageunderstandingDomainConflict ¶
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 (o *DeleteLanguageunderstandingDomainConflict) Error() string
func (*DeleteLanguageunderstandingDomainConflict) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainConflict) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainConflict) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainConflict) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain conflict response has a 4xx status code
func (*DeleteLanguageunderstandingDomainConflict) IsCode ¶
func (o *DeleteLanguageunderstandingDomainConflict) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain conflict response a status code equal to that given
func (*DeleteLanguageunderstandingDomainConflict) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainConflict) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain conflict response has a 3xx status code
func (*DeleteLanguageunderstandingDomainConflict) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainConflict) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain conflict response has a 5xx status code
func (*DeleteLanguageunderstandingDomainConflict) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainConflict) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain conflict response has a 2xx status code
func (*DeleteLanguageunderstandingDomainConflict) String ¶
func (o *DeleteLanguageunderstandingDomainConflict) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id bad request response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id bad request response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id forbidden response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id forbidden response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id gateway timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id internal server error response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id no content response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id no content response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNoContent) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id not found response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id not found response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String() 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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults ¶
func (o *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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID(feedbackID string)
SetFeedbackID adds the feedbackId to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
WithContext adds the context to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults() *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
WithDomainID adds the domainID to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID(feedbackID string) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
WithFeedbackID adds the feedbackID to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams
WithTimeout adds the timeout to the delete languageunderstanding domain feedback feedback Id params
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
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) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id request entity too large response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id request timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id request timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String() string
type DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable ¶
type DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable struct {
}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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id service unavailable response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String() 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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode(code int) bool
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id too many requests response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String() string
type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized ¶
type DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized struct {
}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 (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error() string
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response a status code equal to that given
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id unauthorized response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String() 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) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 4xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode(code int) bool
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 ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 3xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 5xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain feedback feedback Id unsupported media type response has a 2xx status code
func (*DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String ¶
func (o *DeleteLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String() string
type DeleteLanguageunderstandingDomainForbidden ¶
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 (o *DeleteLanguageunderstandingDomainForbidden) Error() string
func (*DeleteLanguageunderstandingDomainForbidden) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainForbidden) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainForbidden) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain forbidden response has a 4xx status code
func (*DeleteLanguageunderstandingDomainForbidden) IsCode ¶
func (o *DeleteLanguageunderstandingDomainForbidden) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain forbidden response a status code equal to that given
func (*DeleteLanguageunderstandingDomainForbidden) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainForbidden) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain forbidden response has a 3xx status code
func (*DeleteLanguageunderstandingDomainForbidden) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainForbidden) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain forbidden response has a 5xx status code
func (*DeleteLanguageunderstandingDomainForbidden) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainForbidden) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain forbidden response has a 2xx status code
func (*DeleteLanguageunderstandingDomainForbidden) String ¶
func (o *DeleteLanguageunderstandingDomainForbidden) String() string
type DeleteLanguageunderstandingDomainGatewayTimeout ¶
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 (o *DeleteLanguageunderstandingDomainGatewayTimeout) Error() string
func (*DeleteLanguageunderstandingDomainGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain gateway timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain gateway timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain gateway timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain gateway timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain gateway timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainGatewayTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainGatewayTimeout) String() string
type DeleteLanguageunderstandingDomainInternalServerError ¶
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 (o *DeleteLanguageunderstandingDomainInternalServerError) Error() string
func (*DeleteLanguageunderstandingDomainInternalServerError) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainInternalServerError) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain internal server error response has a 4xx status code
func (*DeleteLanguageunderstandingDomainInternalServerError) IsCode ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain internal server error response a status code equal to that given
func (*DeleteLanguageunderstandingDomainInternalServerError) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain internal server error response has a 3xx status code
func (*DeleteLanguageunderstandingDomainInternalServerError) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain internal server error response has a 5xx status code
func (*DeleteLanguageunderstandingDomainInternalServerError) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain internal server error response has a 2xx status code
func (*DeleteLanguageunderstandingDomainInternalServerError) String ¶
func (o *DeleteLanguageunderstandingDomainInternalServerError) String() 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 (o *DeleteLanguageunderstandingDomainNoContent) Error() string
func (*DeleteLanguageunderstandingDomainNoContent) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainNoContent) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain no content response has a 4xx status code
func (*DeleteLanguageunderstandingDomainNoContent) IsCode ¶
func (o *DeleteLanguageunderstandingDomainNoContent) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain no content response a status code equal to that given
func (*DeleteLanguageunderstandingDomainNoContent) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainNoContent) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain no content response has a 3xx status code
func (*DeleteLanguageunderstandingDomainNoContent) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainNoContent) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain no content response has a 5xx status code
func (*DeleteLanguageunderstandingDomainNoContent) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainNoContent) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain no content response has a 2xx status code
func (*DeleteLanguageunderstandingDomainNoContent) String ¶
func (o *DeleteLanguageunderstandingDomainNoContent) String() string
type DeleteLanguageunderstandingDomainNotFound ¶
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 (o *DeleteLanguageunderstandingDomainNotFound) Error() string
func (*DeleteLanguageunderstandingDomainNotFound) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainNotFound) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainNotFound) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain not found response has a 4xx status code
func (*DeleteLanguageunderstandingDomainNotFound) IsCode ¶
func (o *DeleteLanguageunderstandingDomainNotFound) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain not found response a status code equal to that given
func (*DeleteLanguageunderstandingDomainNotFound) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainNotFound) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain not found response has a 3xx status code
func (*DeleteLanguageunderstandingDomainNotFound) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainNotFound) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain not found response has a 5xx status code
func (*DeleteLanguageunderstandingDomainNotFound) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainNotFound) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain not found response has a 2xx status code
func (*DeleteLanguageunderstandingDomainNotFound) String ¶
func (o *DeleteLanguageunderstandingDomainNotFound) String() 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 ¶
func (o *DeleteLanguageunderstandingDomainParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteLanguageunderstandingDomainParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainParams
WithContext adds the context to the delete languageunderstanding domain params
func (*DeleteLanguageunderstandingDomainParams) WithDefaults ¶
func (o *DeleteLanguageunderstandingDomainParams) WithDefaults() *DeleteLanguageunderstandingDomainParams
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 ¶
func (o *DeleteLanguageunderstandingDomainParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainParams
WithDomainID adds the domainID to the delete languageunderstanding domain params
func (*DeleteLanguageunderstandingDomainParams) WithHTTPClient ¶
func (o *DeleteLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainParams
WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain params
func (*DeleteLanguageunderstandingDomainParams) WithTimeout ¶
func (o *DeleteLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainParams
WithTimeout adds the timeout to the delete languageunderstanding domain params
func (*DeleteLanguageunderstandingDomainParams) WriteToRequest ¶
func (o *DeleteLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) Error() string
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain request entity too large response has a 4xx status code
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain request entity too large response a status code equal to that given
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain request entity too large response has a 3xx status code
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain request entity too large response has a 5xx status code
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain request entity too large response has a 2xx status code
func (*DeleteLanguageunderstandingDomainRequestEntityTooLarge) String ¶
func (o *DeleteLanguageunderstandingDomainRequestEntityTooLarge) String() string
type DeleteLanguageunderstandingDomainRequestTimeout ¶
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 (o *DeleteLanguageunderstandingDomainRequestTimeout) Error() string
func (*DeleteLanguageunderstandingDomainRequestTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainRequestTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain request timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainRequestTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain request timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain request timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainRequestTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain request timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain request timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainRequestTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainRequestTimeout) String() string
type DeleteLanguageunderstandingDomainServiceUnavailable ¶
type DeleteLanguageunderstandingDomainServiceUnavailable struct {
}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 (o *DeleteLanguageunderstandingDomainServiceUnavailable) Error() string
func (*DeleteLanguageunderstandingDomainServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain service unavailable response has a 4xx status code
func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsCode ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain service unavailable response a status code equal to that given
func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain service unavailable response has a 3xx status code
func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain service unavailable response has a 5xx status code
func (*DeleteLanguageunderstandingDomainServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain service unavailable response has a 2xx status code
func (*DeleteLanguageunderstandingDomainServiceUnavailable) String ¶
func (o *DeleteLanguageunderstandingDomainServiceUnavailable) String() string
type DeleteLanguageunderstandingDomainTooManyRequests ¶
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 (o *DeleteLanguageunderstandingDomainTooManyRequests) Error() string
func (*DeleteLanguageunderstandingDomainTooManyRequests) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainTooManyRequests) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain too many requests response has a 4xx status code
func (*DeleteLanguageunderstandingDomainTooManyRequests) IsCode ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain too many requests response a status code equal to that given
func (*DeleteLanguageunderstandingDomainTooManyRequests) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain too many requests response has a 3xx status code
func (*DeleteLanguageunderstandingDomainTooManyRequests) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain too many requests response has a 5xx status code
func (*DeleteLanguageunderstandingDomainTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain too many requests response has a 2xx status code
func (*DeleteLanguageunderstandingDomainTooManyRequests) String ¶
func (o *DeleteLanguageunderstandingDomainTooManyRequests) String() string
type DeleteLanguageunderstandingDomainUnauthorized ¶
type DeleteLanguageunderstandingDomainUnauthorized struct {
}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 (o *DeleteLanguageunderstandingDomainUnauthorized) Error() string
func (*DeleteLanguageunderstandingDomainUnauthorized) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainUnauthorized) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain unauthorized response has a 4xx status code
func (*DeleteLanguageunderstandingDomainUnauthorized) IsCode ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain unauthorized response a status code equal to that given
func (*DeleteLanguageunderstandingDomainUnauthorized) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain unauthorized response has a 3xx status code
func (*DeleteLanguageunderstandingDomainUnauthorized) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain unauthorized response has a 5xx status code
func (*DeleteLanguageunderstandingDomainUnauthorized) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain unauthorized response has a 2xx status code
func (*DeleteLanguageunderstandingDomainUnauthorized) String ¶
func (o *DeleteLanguageunderstandingDomainUnauthorized) String() string
type DeleteLanguageunderstandingDomainUnsupportedMediaType ¶
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 (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) Error() string
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain unsupported media type response has a 4xx status code
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain unsupported media type response a status code equal to that given
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain unsupported media type response has a 3xx status code
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain unsupported media type response has a 5xx status code
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain unsupported media type response has a 2xx status code
func (*DeleteLanguageunderstandingDomainUnsupportedMediaType) String ¶
func (o *DeleteLanguageunderstandingDomainUnsupportedMediaType) String() string
type DeleteLanguageunderstandingDomainVersionBadRequest ¶
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 (o *DeleteLanguageunderstandingDomainVersionBadRequest) Error() string
func (*DeleteLanguageunderstandingDomainVersionBadRequest) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version bad request response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version bad request response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version bad request response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version bad request response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionBadRequest) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version bad request response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionBadRequest) String ¶
func (o *DeleteLanguageunderstandingDomainVersionBadRequest) String() string
type DeleteLanguageunderstandingDomainVersionConflict ¶
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 (o *DeleteLanguageunderstandingDomainVersionConflict) Error() string
func (*DeleteLanguageunderstandingDomainVersionConflict) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionConflict) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version conflict response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionConflict) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version conflict response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionConflict) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version conflict response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionConflict) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version conflict response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionConflict) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version conflict response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionConflict) String ¶
func (o *DeleteLanguageunderstandingDomainVersionConflict) String() string
type DeleteLanguageunderstandingDomainVersionForbidden ¶
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 (o *DeleteLanguageunderstandingDomainVersionForbidden) Error() string
func (*DeleteLanguageunderstandingDomainVersionForbidden) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionForbidden) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version forbidden response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionForbidden) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version forbidden response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionForbidden) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version forbidden response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionForbidden) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version forbidden response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionForbidden) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version forbidden response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionForbidden) String ¶
func (o *DeleteLanguageunderstandingDomainVersionForbidden) String() string
type DeleteLanguageunderstandingDomainVersionGatewayTimeout ¶
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 (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) Error() string
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version gateway timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version gateway timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version gateway timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version gateway timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version gateway timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionGatewayTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainVersionGatewayTimeout) String() 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 (o *DeleteLanguageunderstandingDomainVersionInternalServerError) Error() string
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version internal server error response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version internal server error response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version internal server error response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version internal server error response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version internal server error response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionInternalServerError) String ¶
func (o *DeleteLanguageunderstandingDomainVersionInternalServerError) String() 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 (o *DeleteLanguageunderstandingDomainVersionNoContent) Error() string
func (*DeleteLanguageunderstandingDomainVersionNoContent) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version no content response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionNoContent) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version no content response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionNoContent) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version no content response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionNoContent) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version no content response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionNoContent) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version no content response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionNoContent) String ¶
func (o *DeleteLanguageunderstandingDomainVersionNoContent) String() string
type DeleteLanguageunderstandingDomainVersionNotFound ¶
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 (o *DeleteLanguageunderstandingDomainVersionNotFound) Error() string
func (*DeleteLanguageunderstandingDomainVersionNotFound) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionNotFound) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version not found response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionNotFound) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version not found response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionNotFound) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version not found response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionNotFound) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version not found response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionNotFound) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version not found response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionNotFound) String ¶
func (o *DeleteLanguageunderstandingDomainVersionNotFound) String() 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 ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) SetDefaults ¶
func (o *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 ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) SetTimeout ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WithContext ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingDomainVersionParams
WithContext adds the context to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WithDefaults ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithDefaults() *DeleteLanguageunderstandingDomainVersionParams
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 ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *DeleteLanguageunderstandingDomainVersionParams
WithDomainID adds the domainID to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WithDomainVersionID ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *DeleteLanguageunderstandingDomainVersionParams
WithDomainVersionID adds the domainVersionID to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WithHTTPClient ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingDomainVersionParams
WithHTTPClient adds the HTTPClient to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WithTimeout ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingDomainVersionParams
WithTimeout adds the timeout to the delete languageunderstanding domain version params
func (*DeleteLanguageunderstandingDomainVersionParams) WriteToRequest ¶
func (o *DeleteLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version request entity too large response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version request entity too large response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version request entity too large response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version request entity too large response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version request entity too large response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) String ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
type DeleteLanguageunderstandingDomainVersionRequestTimeout ¶
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 (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) Error() string
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version request timeout response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version request timeout response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version request timeout response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version request timeout response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version request timeout response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionRequestTimeout) String ¶
func (o *DeleteLanguageunderstandingDomainVersionRequestTimeout) String() string
type DeleteLanguageunderstandingDomainVersionServiceUnavailable ¶
type DeleteLanguageunderstandingDomainVersionServiceUnavailable struct {
}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 (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) Error() string
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version service unavailable response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version service unavailable response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version service unavailable response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version service unavailable response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version service unavailable response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionServiceUnavailable) String ¶
func (o *DeleteLanguageunderstandingDomainVersionServiceUnavailable) String() string
type DeleteLanguageunderstandingDomainVersionTooManyRequests ¶
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 (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) Error() string
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version too many requests response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version too many requests response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version too many requests response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version too many requests response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version too many requests response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionTooManyRequests) String ¶
func (o *DeleteLanguageunderstandingDomainVersionTooManyRequests) String() string
type DeleteLanguageunderstandingDomainVersionUnauthorized ¶
type DeleteLanguageunderstandingDomainVersionUnauthorized struct {
}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 (o *DeleteLanguageunderstandingDomainVersionUnauthorized) Error() string
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version unauthorized response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version unauthorized response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version unauthorized response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version unauthorized response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version unauthorized response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionUnauthorized) String ¶
func (o *DeleteLanguageunderstandingDomainVersionUnauthorized) String() 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 (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete languageunderstanding domain version unsupported media type response has a 4xx status code
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding domain version unsupported media type response a status code equal to that given
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding domain version unsupported media type response has a 3xx status code
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete languageunderstanding domain version unsupported media type response has a 5xx status code
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding domain version unsupported media type response has a 2xx status code
func (*DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) String ¶
func (o *DeleteLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
type DeleteLanguageunderstandingMinerBadRequest ¶
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 (o *DeleteLanguageunderstandingMinerBadRequest) Error() string
func (*DeleteLanguageunderstandingMinerBadRequest) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerBadRequest) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner bad request response has a 4xx status code
func (*DeleteLanguageunderstandingMinerBadRequest) IsCode ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner bad request response a status code equal to that given
func (*DeleteLanguageunderstandingMinerBadRequest) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner bad request response has a 3xx status code
func (*DeleteLanguageunderstandingMinerBadRequest) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner bad request response has a 5xx status code
func (*DeleteLanguageunderstandingMinerBadRequest) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner bad request response has a 2xx status code
func (*DeleteLanguageunderstandingMinerBadRequest) String ¶
func (o *DeleteLanguageunderstandingMinerBadRequest) String() string
type DeleteLanguageunderstandingMinerDraftBadRequest ¶
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 (o *DeleteLanguageunderstandingMinerDraftBadRequest) Error() string
func (*DeleteLanguageunderstandingMinerDraftBadRequest) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft bad request response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft bad request response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft bad request response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft bad request response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftBadRequest) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft bad request response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftBadRequest) String ¶
func (o *DeleteLanguageunderstandingMinerDraftBadRequest) String() string
type DeleteLanguageunderstandingMinerDraftForbidden ¶
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 (o *DeleteLanguageunderstandingMinerDraftForbidden) Error() string
func (*DeleteLanguageunderstandingMinerDraftForbidden) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftForbidden) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft forbidden response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftForbidden) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft forbidden response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftForbidden) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft forbidden response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftForbidden) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft forbidden response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftForbidden) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft forbidden response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftForbidden) String ¶
func (o *DeleteLanguageunderstandingMinerDraftForbidden) String() string
type DeleteLanguageunderstandingMinerDraftGatewayTimeout ¶
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 (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) Error() string
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft gateway timeout response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft gateway timeout response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft gateway timeout response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft gateway timeout response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft gateway timeout response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftGatewayTimeout) String ¶
func (o *DeleteLanguageunderstandingMinerDraftGatewayTimeout) String() string
type DeleteLanguageunderstandingMinerDraftInternalServerError ¶
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 (o *DeleteLanguageunderstandingMinerDraftInternalServerError) Error() string
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft internal server error response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft internal server error response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft internal server error response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft internal server error response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft internal server error response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftInternalServerError) String ¶
func (o *DeleteLanguageunderstandingMinerDraftInternalServerError) String() 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 (o *DeleteLanguageunderstandingMinerDraftNoContent) Error() string
func (*DeleteLanguageunderstandingMinerDraftNoContent) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft no content response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftNoContent) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft no content response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftNoContent) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft no content response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftNoContent) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft no content response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftNoContent) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft no content response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftNoContent) String ¶
func (o *DeleteLanguageunderstandingMinerDraftNoContent) String() string
type DeleteLanguageunderstandingMinerDraftNotFound ¶
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 (o *DeleteLanguageunderstandingMinerDraftNotFound) Error() string
func (*DeleteLanguageunderstandingMinerDraftNotFound) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftNotFound) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft not found response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftNotFound) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft not found response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftNotFound) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft not found response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftNotFound) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft not found response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftNotFound) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft not found response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftNotFound) String ¶
func (o *DeleteLanguageunderstandingMinerDraftNotFound) String() 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 ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
SetContext adds the context to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) SetDefaults ¶
func (o *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 ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WithContext ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingMinerDraftParams
WithContext adds the context to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WithDefaults ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithDefaults() *DeleteLanguageunderstandingMinerDraftParams
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 ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *DeleteLanguageunderstandingMinerDraftParams
WithDraftID adds the draftID to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WithHTTPClient ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerDraftParams
WithHTTPClient adds the HTTPClient to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WithMinerID ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *DeleteLanguageunderstandingMinerDraftParams
WithMinerID adds the minerID to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WithTimeout ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerDraftParams
WithTimeout adds the timeout to the delete languageunderstanding miner draft params
func (*DeleteLanguageunderstandingMinerDraftParams) WriteToRequest ¶
func (o *DeleteLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft request entity too large response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft request entity too large response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft request entity too large response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft request entity too large response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft request entity too large response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) String ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
type DeleteLanguageunderstandingMinerDraftRequestTimeout ¶
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 (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) Error() string
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft request timeout response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft request timeout response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft request timeout response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft request timeout response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft request timeout response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftRequestTimeout) String ¶
func (o *DeleteLanguageunderstandingMinerDraftRequestTimeout) String() string
type DeleteLanguageunderstandingMinerDraftServiceUnavailable ¶
type DeleteLanguageunderstandingMinerDraftServiceUnavailable struct {
}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 (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) Error() string
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft service unavailable response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft service unavailable response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft service unavailable response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft service unavailable response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft service unavailable response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftServiceUnavailable) String ¶
func (o *DeleteLanguageunderstandingMinerDraftServiceUnavailable) String() string
type DeleteLanguageunderstandingMinerDraftTooManyRequests ¶
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 (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) Error() string
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft too many requests response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft too many requests response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft too many requests response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft too many requests response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft too many requests response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftTooManyRequests) String ¶
func (o *DeleteLanguageunderstandingMinerDraftTooManyRequests) String() string
type DeleteLanguageunderstandingMinerDraftUnauthorized ¶
type DeleteLanguageunderstandingMinerDraftUnauthorized struct {
}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 (o *DeleteLanguageunderstandingMinerDraftUnauthorized) Error() string
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft unauthorized response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft unauthorized response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft unauthorized response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft unauthorized response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft unauthorized response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftUnauthorized) String ¶
func (o *DeleteLanguageunderstandingMinerDraftUnauthorized) String() string
type DeleteLanguageunderstandingMinerDraftUnsupportedMediaType ¶
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 (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner draft unsupported media type response has a 4xx status code
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner draft unsupported media type response a status code equal to that given
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner draft unsupported media type response has a 3xx status code
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner draft unsupported media type response has a 5xx status code
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner draft unsupported media type response has a 2xx status code
func (*DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) String ¶
func (o *DeleteLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
type DeleteLanguageunderstandingMinerForbidden ¶
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 (o *DeleteLanguageunderstandingMinerForbidden) Error() string
func (*DeleteLanguageunderstandingMinerForbidden) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerForbidden) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerForbidden) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner forbidden response has a 4xx status code
func (*DeleteLanguageunderstandingMinerForbidden) IsCode ¶
func (o *DeleteLanguageunderstandingMinerForbidden) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner forbidden response a status code equal to that given
func (*DeleteLanguageunderstandingMinerForbidden) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerForbidden) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner forbidden response has a 3xx status code
func (*DeleteLanguageunderstandingMinerForbidden) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerForbidden) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner forbidden response has a 5xx status code
func (*DeleteLanguageunderstandingMinerForbidden) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerForbidden) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner forbidden response has a 2xx status code
func (*DeleteLanguageunderstandingMinerForbidden) String ¶
func (o *DeleteLanguageunderstandingMinerForbidden) String() string
type DeleteLanguageunderstandingMinerGatewayTimeout ¶
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 (o *DeleteLanguageunderstandingMinerGatewayTimeout) Error() string
func (*DeleteLanguageunderstandingMinerGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner gateway timeout response has a 4xx status code
func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner gateway timeout response a status code equal to that given
func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner gateway timeout response has a 3xx status code
func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner gateway timeout response has a 5xx status code
func (*DeleteLanguageunderstandingMinerGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner gateway timeout response has a 2xx status code
func (*DeleteLanguageunderstandingMinerGatewayTimeout) String ¶
func (o *DeleteLanguageunderstandingMinerGatewayTimeout) String() string
type DeleteLanguageunderstandingMinerInternalServerError ¶
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 (o *DeleteLanguageunderstandingMinerInternalServerError) Error() string
func (*DeleteLanguageunderstandingMinerInternalServerError) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerInternalServerError) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner internal server error response has a 4xx status code
func (*DeleteLanguageunderstandingMinerInternalServerError) IsCode ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner internal server error response a status code equal to that given
func (*DeleteLanguageunderstandingMinerInternalServerError) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner internal server error response has a 3xx status code
func (*DeleteLanguageunderstandingMinerInternalServerError) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner internal server error response has a 5xx status code
func (*DeleteLanguageunderstandingMinerInternalServerError) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner internal server error response has a 2xx status code
func (*DeleteLanguageunderstandingMinerInternalServerError) String ¶
func (o *DeleteLanguageunderstandingMinerInternalServerError) String() 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 (o *DeleteLanguageunderstandingMinerNoContent) Error() string
func (*DeleteLanguageunderstandingMinerNoContent) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerNoContent) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner no content response has a 4xx status code
func (*DeleteLanguageunderstandingMinerNoContent) IsCode ¶
func (o *DeleteLanguageunderstandingMinerNoContent) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner no content response a status code equal to that given
func (*DeleteLanguageunderstandingMinerNoContent) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerNoContent) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner no content response has a 3xx status code
func (*DeleteLanguageunderstandingMinerNoContent) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerNoContent) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner no content response has a 5xx status code
func (*DeleteLanguageunderstandingMinerNoContent) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerNoContent) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner no content response has a 2xx status code
func (*DeleteLanguageunderstandingMinerNoContent) String ¶
func (o *DeleteLanguageunderstandingMinerNoContent) String() string
type DeleteLanguageunderstandingMinerNotFound ¶
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 (o *DeleteLanguageunderstandingMinerNotFound) Error() string
func (*DeleteLanguageunderstandingMinerNotFound) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerNotFound) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerNotFound) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner not found response has a 4xx status code
func (*DeleteLanguageunderstandingMinerNotFound) IsCode ¶
func (o *DeleteLanguageunderstandingMinerNotFound) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner not found response a status code equal to that given
func (*DeleteLanguageunderstandingMinerNotFound) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerNotFound) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner not found response has a 3xx status code
func (*DeleteLanguageunderstandingMinerNotFound) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerNotFound) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner not found response has a 5xx status code
func (*DeleteLanguageunderstandingMinerNotFound) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerNotFound) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner not found response has a 2xx status code
func (*DeleteLanguageunderstandingMinerNotFound) String ¶
func (o *DeleteLanguageunderstandingMinerNotFound) String() 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 ¶
func (o *DeleteLanguageunderstandingMinerParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteLanguageunderstandingMinerParams) WithContext(ctx context.Context) *DeleteLanguageunderstandingMinerParams
WithContext adds the context to the delete languageunderstanding miner params
func (*DeleteLanguageunderstandingMinerParams) WithDefaults ¶
func (o *DeleteLanguageunderstandingMinerParams) WithDefaults() *DeleteLanguageunderstandingMinerParams
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 ¶
func (o *DeleteLanguageunderstandingMinerParams) WithHTTPClient(client *http.Client) *DeleteLanguageunderstandingMinerParams
WithHTTPClient adds the HTTPClient to the delete languageunderstanding miner params
func (*DeleteLanguageunderstandingMinerParams) WithMinerID ¶
func (o *DeleteLanguageunderstandingMinerParams) WithMinerID(minerID string) *DeleteLanguageunderstandingMinerParams
WithMinerID adds the minerID to the delete languageunderstanding miner params
func (*DeleteLanguageunderstandingMinerParams) WithTimeout ¶
func (o *DeleteLanguageunderstandingMinerParams) WithTimeout(timeout time.Duration) *DeleteLanguageunderstandingMinerParams
WithTimeout adds the timeout to the delete languageunderstanding miner params
func (*DeleteLanguageunderstandingMinerParams) WriteToRequest ¶
func (o *DeleteLanguageunderstandingMinerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) Error() string
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner request entity too large response has a 4xx status code
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner request entity too large response a status code equal to that given
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner request entity too large response has a 3xx status code
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner request entity too large response has a 5xx status code
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner request entity too large response has a 2xx status code
func (*DeleteLanguageunderstandingMinerRequestEntityTooLarge) String ¶
func (o *DeleteLanguageunderstandingMinerRequestEntityTooLarge) String() string
type DeleteLanguageunderstandingMinerRequestTimeout ¶
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 (o *DeleteLanguageunderstandingMinerRequestTimeout) Error() string
func (*DeleteLanguageunderstandingMinerRequestTimeout) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerRequestTimeout) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner request timeout response has a 4xx status code
func (*DeleteLanguageunderstandingMinerRequestTimeout) IsCode ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner request timeout response a status code equal to that given
func (*DeleteLanguageunderstandingMinerRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner request timeout response has a 3xx status code
func (*DeleteLanguageunderstandingMinerRequestTimeout) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner request timeout response has a 5xx status code
func (*DeleteLanguageunderstandingMinerRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner request timeout response has a 2xx status code
func (*DeleteLanguageunderstandingMinerRequestTimeout) String ¶
func (o *DeleteLanguageunderstandingMinerRequestTimeout) String() string
type DeleteLanguageunderstandingMinerServiceUnavailable ¶
type DeleteLanguageunderstandingMinerServiceUnavailable struct {
}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 (o *DeleteLanguageunderstandingMinerServiceUnavailable) Error() string
func (*DeleteLanguageunderstandingMinerServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner service unavailable response has a 4xx status code
func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsCode ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner service unavailable response a status code equal to that given
func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner service unavailable response has a 3xx status code
func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner service unavailable response has a 5xx status code
func (*DeleteLanguageunderstandingMinerServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner service unavailable response has a 2xx status code
func (*DeleteLanguageunderstandingMinerServiceUnavailable) String ¶
func (o *DeleteLanguageunderstandingMinerServiceUnavailable) String() string
type DeleteLanguageunderstandingMinerTooManyRequests ¶
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 (o *DeleteLanguageunderstandingMinerTooManyRequests) Error() string
func (*DeleteLanguageunderstandingMinerTooManyRequests) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerTooManyRequests) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner too many requests response has a 4xx status code
func (*DeleteLanguageunderstandingMinerTooManyRequests) IsCode ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner too many requests response a status code equal to that given
func (*DeleteLanguageunderstandingMinerTooManyRequests) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner too many requests response has a 3xx status code
func (*DeleteLanguageunderstandingMinerTooManyRequests) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner too many requests response has a 5xx status code
func (*DeleteLanguageunderstandingMinerTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner too many requests response has a 2xx status code
func (*DeleteLanguageunderstandingMinerTooManyRequests) String ¶
func (o *DeleteLanguageunderstandingMinerTooManyRequests) String() string
type DeleteLanguageunderstandingMinerUnauthorized ¶
type DeleteLanguageunderstandingMinerUnauthorized struct {
}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 (o *DeleteLanguageunderstandingMinerUnauthorized) Error() string
func (*DeleteLanguageunderstandingMinerUnauthorized) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerUnauthorized) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner unauthorized response has a 4xx status code
func (*DeleteLanguageunderstandingMinerUnauthorized) IsCode ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner unauthorized response a status code equal to that given
func (*DeleteLanguageunderstandingMinerUnauthorized) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner unauthorized response has a 3xx status code
func (*DeleteLanguageunderstandingMinerUnauthorized) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner unauthorized response has a 5xx status code
func (*DeleteLanguageunderstandingMinerUnauthorized) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner unauthorized response has a 2xx status code
func (*DeleteLanguageunderstandingMinerUnauthorized) String ¶
func (o *DeleteLanguageunderstandingMinerUnauthorized) String() string
type DeleteLanguageunderstandingMinerUnsupportedMediaType ¶
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 (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) Error() string
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) GetPayload ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete languageunderstanding miner unsupported media type response has a 4xx status code
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete languageunderstanding miner unsupported media type response a status code equal to that given
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsRedirect ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete languageunderstanding miner unsupported media type response has a 3xx status code
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete languageunderstanding miner unsupported media type response has a 5xx status code
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete languageunderstanding miner unsupported media type response has a 2xx status code
func (*DeleteLanguageunderstandingMinerUnsupportedMediaType) String ¶
func (o *DeleteLanguageunderstandingMinerUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainBadRequest ¶
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 (o *GetLanguageunderstandingDomainBadRequest) Error() string
func (*GetLanguageunderstandingDomainBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainBadRequest) String ¶
func (o *GetLanguageunderstandingDomainBadRequest) String() string
type GetLanguageunderstandingDomainFeedbackBadRequest ¶
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 (o *GetLanguageunderstandingDomainFeedbackBadRequest) Error() string
func (*GetLanguageunderstandingDomainFeedbackBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackBadRequest) String ¶
func (o *GetLanguageunderstandingDomainFeedbackBadRequest) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDBadRequest) String() string
type GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden ¶
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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDForbidden) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDGatewayTimeout) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDInternalServerError) String() string
type GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound ¶
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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id not found response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id not found response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id not found response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id not found response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id not found response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDNotFound) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) GetPayload() *models.NluFeedbackResponse
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id o k response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id o k response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id o k response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id o k response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id o k response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDOK) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFeedbackID(feedbackID string)
SetFeedbackID adds the feedbackId to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFields ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetFields(fields []string)
SetFields adds the fields to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithContext adds the context to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDefaults() *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithDomainID adds the domainID to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFeedbackID(feedbackID string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithFeedbackID adds the feedbackID to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFields ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithFields(fields []string) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithFields adds the fields to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackFeedbackIDParams
WithTimeout adds the timeout to the get languageunderstanding domain feedback feedback Id params
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestEntityTooLarge) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDRequestTimeout) String() string
type GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable ¶
type GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDServiceUnavailable) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDTooManyRequests) String() string
type GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized ¶
type GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback feedback Id unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnauthorized) String() 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 (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback feedback Id unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainFeedbackFeedbackIDUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainFeedbackForbidden ¶
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 (o *GetLanguageunderstandingDomainFeedbackForbidden) Error() string
func (*GetLanguageunderstandingDomainFeedbackForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackForbidden) String ¶
func (o *GetLanguageunderstandingDomainFeedbackForbidden) String() string
type GetLanguageunderstandingDomainFeedbackGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainFeedbackGatewayTimeout) String() string
type GetLanguageunderstandingDomainFeedbackInternalServerError ¶
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 (o *GetLanguageunderstandingDomainFeedbackInternalServerError) Error() string
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainFeedbackInternalServerError) String() string
type GetLanguageunderstandingDomainFeedbackNotFound ¶
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 (o *GetLanguageunderstandingDomainFeedbackNotFound) Error() string
func (*GetLanguageunderstandingDomainFeedbackNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackNotFound) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback not found response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackNotFound) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback not found response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback not found response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackNotFound) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback not found response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback not found response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackNotFound) String ¶
func (o *GetLanguageunderstandingDomainFeedbackNotFound) String() 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 (o *GetLanguageunderstandingDomainFeedbackOK) Error() string
func (*GetLanguageunderstandingDomainFeedbackOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) GetPayload() *models.NluFeedbackListing
func (*GetLanguageunderstandingDomainFeedbackOK) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback o k response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackOK) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback o k response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackOK) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback o k response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackOK) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback o k response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackOK) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback o k response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackOK) String ¶
func (o *GetLanguageunderstandingDomainFeedbackOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) SetAfter(after *string)
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) SetDateEnd ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) SetDateEnd(dateEnd *strfmt.Date)
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 ¶
func (o *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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) SetFields(fields []string)
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithAfter ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithAfter(after *string) *GetLanguageunderstandingDomainFeedbackParams
WithAfter adds the after to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithAssessment ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithAssessment(assessment *string) *GetLanguageunderstandingDomainFeedbackParams
WithAssessment adds the assessment to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithContext ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainFeedbackParams
WithContext adds the context to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithDateEnd ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithDateEnd(dateEnd *strfmt.Date) *GetLanguageunderstandingDomainFeedbackParams
WithDateEnd adds the dateEnd to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithDateStart ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithDateStart(dateStart *strfmt.Date) *GetLanguageunderstandingDomainFeedbackParams
WithDateStart adds the dateStart to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithDefaults() *GetLanguageunderstandingDomainFeedbackParams
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainFeedbackParams
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithFields(fields []string) *GetLanguageunderstandingDomainFeedbackParams
WithFields adds the fields to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainFeedbackParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithIncludeDeleted ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithIncludeDeleted(includeDeleted *bool) *GetLanguageunderstandingDomainFeedbackParams
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 ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithIntentName(intentName *string) *GetLanguageunderstandingDomainFeedbackParams
WithIntentName adds the intentName to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithLanguage ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithLanguage(language *string) *GetLanguageunderstandingDomainFeedbackParams
WithLanguage adds the language to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithPageNumber ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainFeedbackParams
WithPageNumber adds the pageNumber to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithPageSize ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainFeedbackParams
WithPageSize adds the pageSize to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainFeedbackParams
WithTimeout adds the timeout to the get languageunderstanding domain feedback params
func (*GetLanguageunderstandingDomainFeedbackParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainFeedbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback request entity too large response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainFeedbackRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainFeedbackRequestTimeout) String() string
type GetLanguageunderstandingDomainFeedbackServiceUnavailable ¶
type GetLanguageunderstandingDomainFeedbackServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainFeedbackServiceUnavailable) String() string
type GetLanguageunderstandingDomainFeedbackTooManyRequests ¶
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 (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainFeedbackTooManyRequests) String() string
type GetLanguageunderstandingDomainFeedbackUnauthorized ¶
type GetLanguageunderstandingDomainFeedbackUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainFeedbackUnauthorized) Error() string
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainFeedbackUnauthorized) String() 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 (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain feedback unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain feedback unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain feedback unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain feedback unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain feedback unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainFeedbackUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainForbidden ¶
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 (o *GetLanguageunderstandingDomainForbidden) Error() string
func (*GetLanguageunderstandingDomainForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingDomainForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainForbidden) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingDomainForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainForbidden) String ¶
func (o *GetLanguageunderstandingDomainForbidden) String() string
type GetLanguageunderstandingDomainGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainGatewayTimeout) String() string
type GetLanguageunderstandingDomainInternalServerError ¶
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 (o *GetLanguageunderstandingDomainInternalServerError) Error() string
func (*GetLanguageunderstandingDomainInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainInternalServerError) String() string
type GetLanguageunderstandingDomainNotFound ¶
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 (o *GetLanguageunderstandingDomainNotFound) Error() string
func (*GetLanguageunderstandingDomainNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingDomainNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain not found response a status code equal to that given
func (*GetLanguageunderstandingDomainNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainNotFound) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingDomainNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain not found response has a 2xx status code
func (*GetLanguageunderstandingDomainNotFound) String ¶
func (o *GetLanguageunderstandingDomainNotFound) String() string
type GetLanguageunderstandingDomainOK ¶
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 (o *GetLanguageunderstandingDomainOK) Error() string
func (*GetLanguageunderstandingDomainOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainOK) GetPayload() *models.NluDomain
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 ¶
func (o *GetLanguageunderstandingDomainOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainParams) SetContext(ctx context.Context)
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 ¶
func (o *GetLanguageunderstandingDomainParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainParams
WithContext adds the context to the get languageunderstanding domain params
func (*GetLanguageunderstandingDomainParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainParams) WithDefaults() *GetLanguageunderstandingDomainParams
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 ¶
func (o *GetLanguageunderstandingDomainParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainParams
WithDomainID adds the domainID to the get languageunderstanding domain params
func (*GetLanguageunderstandingDomainParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain params
func (*GetLanguageunderstandingDomainParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainParams
WithTimeout adds the timeout to the get languageunderstanding domain params
func (*GetLanguageunderstandingDomainParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingDomainRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain request entity too large response a status code equal to that given
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainRequestTimeout) String() string
type GetLanguageunderstandingDomainServiceUnavailable ¶
type GetLanguageunderstandingDomainServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainServiceUnavailable) String() string
type GetLanguageunderstandingDomainTooManyRequests ¶
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 (o *GetLanguageunderstandingDomainTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainTooManyRequests) String() string
type GetLanguageunderstandingDomainUnauthorized ¶
type GetLanguageunderstandingDomainUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainUnauthorized) Error() string
func (*GetLanguageunderstandingDomainUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainUnauthorized) String() string
type GetLanguageunderstandingDomainUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingDomainUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainVersionBadRequest ¶
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 (o *GetLanguageunderstandingDomainVersionBadRequest) Error() string
func (*GetLanguageunderstandingDomainVersionBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionBadRequest) String ¶
func (o *GetLanguageunderstandingDomainVersionBadRequest) String() string
type GetLanguageunderstandingDomainVersionForbidden ¶
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 (o *GetLanguageunderstandingDomainVersionForbidden) Error() string
func (*GetLanguageunderstandingDomainVersionForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionForbidden) String ¶
func (o *GetLanguageunderstandingDomainVersionForbidden) String() string
type GetLanguageunderstandingDomainVersionGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionGatewayTimeout) String() string
type GetLanguageunderstandingDomainVersionInternalServerError ¶
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 (o *GetLanguageunderstandingDomainVersionInternalServerError) Error() string
func (*GetLanguageunderstandingDomainVersionInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainVersionInternalServerError) String() string
type GetLanguageunderstandingDomainVersionNotFound ¶
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 (o *GetLanguageunderstandingDomainVersionNotFound) Error() string
func (*GetLanguageunderstandingDomainVersionNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionNotFound) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version not found response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionNotFound) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version not found response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version not found response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionNotFound) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version not found response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version not found response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionNotFound) String ¶
func (o *GetLanguageunderstandingDomainVersionNotFound) String() 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 (o *GetLanguageunderstandingDomainVersionOK) Error() string
func (*GetLanguageunderstandingDomainVersionOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionOK) GetPayload() *models.NluDomainVersion
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 ¶
func (o *GetLanguageunderstandingDomainVersionOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version o k response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionOK) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingDomainVersionOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version o k response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionOK) String ¶
func (o *GetLanguageunderstandingDomainVersionOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithContext ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionParams
WithContext adds the context to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithDefaults() *GetLanguageunderstandingDomainVersionParams
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 ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionParams
WithDomainID adds the domainID to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithDomainVersionID ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *GetLanguageunderstandingDomainVersionParams
WithDomainVersionID adds the domainVersionID to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithIncludeUtterances ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithIncludeUtterances(includeUtterances *bool) *GetLanguageunderstandingDomainVersionParams
WithIncludeUtterances adds the includeUtterances to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionParams
WithTimeout adds the timeout to the get languageunderstanding domain version params
func (*GetLanguageunderstandingDomainVersionParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingDomainVersionReportBadRequest) Error() string
func (*GetLanguageunderstandingDomainVersionReportBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportBadRequest) String ¶
func (o *GetLanguageunderstandingDomainVersionReportBadRequest) String() string
type GetLanguageunderstandingDomainVersionReportForbidden ¶
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 (o *GetLanguageunderstandingDomainVersionReportForbidden) Error() string
func (*GetLanguageunderstandingDomainVersionReportForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportForbidden) String ¶
func (o *GetLanguageunderstandingDomainVersionReportForbidden) String() string
type GetLanguageunderstandingDomainVersionReportGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionReportGatewayTimeout) String() 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 (o *GetLanguageunderstandingDomainVersionReportInternalServerError) Error() string
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainVersionReportInternalServerError) String() string
type GetLanguageunderstandingDomainVersionReportNotFound ¶
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 (o *GetLanguageunderstandingDomainVersionReportNotFound) Error() string
func (*GetLanguageunderstandingDomainVersionReportNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportNotFound) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report not found response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportNotFound) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report not found response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report not found response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportNotFound) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report not found response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report not found response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportNotFound) String ¶
func (o *GetLanguageunderstandingDomainVersionReportNotFound) String() 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 (o *GetLanguageunderstandingDomainVersionReportOK) Error() string
func (*GetLanguageunderstandingDomainVersionReportOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) GetPayload() *models.NluDomainVersionQualityReport
func (*GetLanguageunderstandingDomainVersionReportOK) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report o k response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportOK) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report o k response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportOK) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report o k response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportOK) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report o k response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportOK) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report o k response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportOK) String ¶
func (o *GetLanguageunderstandingDomainVersionReportOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) SetDomainID(domainID string)
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 ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) SetTimeout ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WithContext ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionReportParams
WithContext adds the context to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithDefaults() *GetLanguageunderstandingDomainVersionReportParams
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 ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionReportParams
WithDomainID adds the domainID to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WithDomainVersionID ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithDomainVersionID(domainVersionID string) *GetLanguageunderstandingDomainVersionReportParams
WithDomainVersionID adds the domainVersionID to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionReportParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionReportParams
WithTimeout adds the timeout to the get languageunderstanding domain version report params
func (*GetLanguageunderstandingDomainVersionReportParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainVersionReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainVersionReportRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionReportRequestTimeout) String() string
type GetLanguageunderstandingDomainVersionReportServiceUnavailable ¶
type GetLanguageunderstandingDomainVersionReportServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainVersionReportServiceUnavailable) String() 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 (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainVersionReportTooManyRequests) String() string
type GetLanguageunderstandingDomainVersionReportUnauthorized ¶
type GetLanguageunderstandingDomainVersionReportUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainVersionReportUnauthorized) Error() string
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainVersionReportUnauthorized) String() 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 (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version report unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version report unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version report unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version report unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version report unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainVersionReportUnsupportedMediaType) String() 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 (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version request entity too large response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainVersionRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionRequestTimeout) String() string
type GetLanguageunderstandingDomainVersionServiceUnavailable ¶
type GetLanguageunderstandingDomainVersionServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainVersionServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainVersionServiceUnavailable) String() string
type GetLanguageunderstandingDomainVersionTooManyRequests ¶
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 (o *GetLanguageunderstandingDomainVersionTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainVersionTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainVersionTooManyRequests) String() string
type GetLanguageunderstandingDomainVersionUnauthorized ¶
type GetLanguageunderstandingDomainVersionUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainVersionUnauthorized) Error() string
func (*GetLanguageunderstandingDomainVersionUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainVersionUnauthorized) String() string
type GetLanguageunderstandingDomainVersionUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain version unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain version unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain version unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain version unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain version unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainVersionsBadRequest ¶
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 (o *GetLanguageunderstandingDomainVersionsBadRequest) Error() string
func (*GetLanguageunderstandingDomainVersionsBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsBadRequest) String ¶
func (o *GetLanguageunderstandingDomainVersionsBadRequest) String() string
type GetLanguageunderstandingDomainVersionsForbidden ¶
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 (o *GetLanguageunderstandingDomainVersionsForbidden) Error() string
func (*GetLanguageunderstandingDomainVersionsForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsForbidden) String ¶
func (o *GetLanguageunderstandingDomainVersionsForbidden) String() string
type GetLanguageunderstandingDomainVersionsGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionsGatewayTimeout) String() string
type GetLanguageunderstandingDomainVersionsInternalServerError ¶
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 (o *GetLanguageunderstandingDomainVersionsInternalServerError) Error() string
func (*GetLanguageunderstandingDomainVersionsInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainVersionsInternalServerError) String() string
type GetLanguageunderstandingDomainVersionsNotFound ¶
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 (o *GetLanguageunderstandingDomainVersionsNotFound) Error() string
func (*GetLanguageunderstandingDomainVersionsNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsNotFound) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions not found response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsNotFound) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions not found response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions not found response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsNotFound) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions not found response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions not found response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsNotFound) String ¶
func (o *GetLanguageunderstandingDomainVersionsNotFound) String() 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 (o *GetLanguageunderstandingDomainVersionsOK) Error() string
func (*GetLanguageunderstandingDomainVersionsOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsOK) GetPayload() *models.NluDomainVersionListing
func (*GetLanguageunderstandingDomainVersionsOK) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsOK) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions o k response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsOK) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions o k response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsOK) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsOK) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions o k response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsOK) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsOK) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions o k response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsOK) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions o k response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsOK) String ¶
func (o *GetLanguageunderstandingDomainVersionsOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingDomainVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithContext ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainVersionsParams
WithContext adds the context to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithDefaults() *GetLanguageunderstandingDomainVersionsParams
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 ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithDomainID(domainID string) *GetLanguageunderstandingDomainVersionsParams
WithDomainID adds the domainID to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainVersionsParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithIncludeUtterances ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithIncludeUtterances(includeUtterances *bool) *GetLanguageunderstandingDomainVersionsParams
WithIncludeUtterances adds the includeUtterances to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithPageNumber ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainVersionsParams
WithPageNumber adds the pageNumber to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithPageSize ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainVersionsParams
WithPageSize adds the pageSize to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainVersionsParams
WithTimeout adds the timeout to the get languageunderstanding domain versions params
func (*GetLanguageunderstandingDomainVersionsParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions request entity too large response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainVersionsRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainVersionsRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainVersionsRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainVersionsRequestTimeout) String() string
type GetLanguageunderstandingDomainVersionsServiceUnavailable ¶
type GetLanguageunderstandingDomainVersionsServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainVersionsServiceUnavailable) String() string
type GetLanguageunderstandingDomainVersionsTooManyRequests ¶
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 (o *GetLanguageunderstandingDomainVersionsTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainVersionsTooManyRequests) String() string
type GetLanguageunderstandingDomainVersionsUnauthorized ¶
type GetLanguageunderstandingDomainVersionsUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainVersionsUnauthorized) Error() string
func (*GetLanguageunderstandingDomainVersionsUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainVersionsUnauthorized) String() 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 (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domain versions unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domain versions unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domain versions unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domain versions unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domain versions unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainVersionsUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainVersionsUnsupportedMediaType) String() string
type GetLanguageunderstandingDomainsBadRequest ¶
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 (o *GetLanguageunderstandingDomainsBadRequest) Error() string
func (*GetLanguageunderstandingDomainsBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingDomainsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingDomainsBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains bad request response has a 4xx status code
func (*GetLanguageunderstandingDomainsBadRequest) IsCode ¶
func (o *GetLanguageunderstandingDomainsBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains bad request response a status code equal to that given
func (*GetLanguageunderstandingDomainsBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains bad request response has a 3xx status code
func (*GetLanguageunderstandingDomainsBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingDomainsBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains bad request response has a 5xx status code
func (*GetLanguageunderstandingDomainsBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains bad request response has a 2xx status code
func (*GetLanguageunderstandingDomainsBadRequest) String ¶
func (o *GetLanguageunderstandingDomainsBadRequest) String() string
type GetLanguageunderstandingDomainsForbidden ¶
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 (o *GetLanguageunderstandingDomainsForbidden) Error() string
func (*GetLanguageunderstandingDomainsForbidden) GetPayload ¶
func (o *GetLanguageunderstandingDomainsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsForbidden) IsClientError ¶
func (o *GetLanguageunderstandingDomainsForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains forbidden response has a 4xx status code
func (*GetLanguageunderstandingDomainsForbidden) IsCode ¶
func (o *GetLanguageunderstandingDomainsForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains forbidden response a status code equal to that given
func (*GetLanguageunderstandingDomainsForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains forbidden response has a 3xx status code
func (*GetLanguageunderstandingDomainsForbidden) IsServerError ¶
func (o *GetLanguageunderstandingDomainsForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains forbidden response has a 5xx status code
func (*GetLanguageunderstandingDomainsForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains forbidden response has a 2xx status code
func (*GetLanguageunderstandingDomainsForbidden) String ¶
func (o *GetLanguageunderstandingDomainsForbidden) String() string
type GetLanguageunderstandingDomainsGatewayTimeout ¶
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 (o *GetLanguageunderstandingDomainsGatewayTimeout) Error() string
func (*GetLanguageunderstandingDomainsGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainsGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainsGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainsGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainsGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainsGatewayTimeout) String ¶
func (o *GetLanguageunderstandingDomainsGatewayTimeout) String() string
type GetLanguageunderstandingDomainsInternalServerError ¶
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 (o *GetLanguageunderstandingDomainsInternalServerError) Error() string
func (*GetLanguageunderstandingDomainsInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains internal server error response has a 4xx status code
func (*GetLanguageunderstandingDomainsInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains internal server error response a status code equal to that given
func (*GetLanguageunderstandingDomainsInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains internal server error response has a 3xx status code
func (*GetLanguageunderstandingDomainsInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains internal server error response has a 5xx status code
func (*GetLanguageunderstandingDomainsInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains internal server error response has a 2xx status code
func (*GetLanguageunderstandingDomainsInternalServerError) String ¶
func (o *GetLanguageunderstandingDomainsInternalServerError) String() string
type GetLanguageunderstandingDomainsNotFound ¶
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 (o *GetLanguageunderstandingDomainsNotFound) Error() string
func (*GetLanguageunderstandingDomainsNotFound) GetPayload ¶
func (o *GetLanguageunderstandingDomainsNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingDomainsNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains not found response a status code equal to that given
func (*GetLanguageunderstandingDomainsNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsNotFound) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingDomainsNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains not found response has a 2xx status code
func (*GetLanguageunderstandingDomainsNotFound) String ¶
func (o *GetLanguageunderstandingDomainsNotFound) String() 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 (o *GetLanguageunderstandingDomainsOK) Error() string
func (*GetLanguageunderstandingDomainsOK) GetPayload ¶
func (o *GetLanguageunderstandingDomainsOK) GetPayload() *models.NluDomainListing
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 ¶
func (o *GetLanguageunderstandingDomainsOK) String() 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 ¶
func (o *GetLanguageunderstandingDomainsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetLanguageunderstandingDomainsParams) WithContext(ctx context.Context) *GetLanguageunderstandingDomainsParams
WithContext adds the context to the get languageunderstanding domains params
func (*GetLanguageunderstandingDomainsParams) WithDefaults ¶
func (o *GetLanguageunderstandingDomainsParams) WithDefaults() *GetLanguageunderstandingDomainsParams
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 ¶
func (o *GetLanguageunderstandingDomainsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingDomainsParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding domains params
func (*GetLanguageunderstandingDomainsParams) WithPageNumber ¶
func (o *GetLanguageunderstandingDomainsParams) WithPageNumber(pageNumber *int32) *GetLanguageunderstandingDomainsParams
WithPageNumber adds the pageNumber to the get languageunderstanding domains params
func (*GetLanguageunderstandingDomainsParams) WithPageSize ¶
func (o *GetLanguageunderstandingDomainsParams) WithPageSize(pageSize *int32) *GetLanguageunderstandingDomainsParams
WithPageSize adds the pageSize to the get languageunderstanding domains params
func (*GetLanguageunderstandingDomainsParams) WithTimeout ¶
func (o *GetLanguageunderstandingDomainsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingDomainsParams
WithTimeout adds the timeout to the get languageunderstanding domains params
func (*GetLanguageunderstandingDomainsParams) WriteToRequest ¶
func (o *GetLanguageunderstandingDomainsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains request entity too large response has a 4xx status code
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains request entity too large response a status code equal to that given
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains request entity too large response has a 3xx status code
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains request entity too large response has a 5xx status code
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains request entity too large response has a 2xx status code
func (*GetLanguageunderstandingDomainsRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingDomainsRequestEntityTooLarge) String() string
type GetLanguageunderstandingDomainsRequestTimeout ¶
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 (o *GetLanguageunderstandingDomainsRequestTimeout) Error() string
func (*GetLanguageunderstandingDomainsRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains request timeout response has a 4xx status code
func (*GetLanguageunderstandingDomainsRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains request timeout response a status code equal to that given
func (*GetLanguageunderstandingDomainsRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains request timeout response has a 3xx status code
func (*GetLanguageunderstandingDomainsRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains request timeout response has a 5xx status code
func (*GetLanguageunderstandingDomainsRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains request timeout response has a 2xx status code
func (*GetLanguageunderstandingDomainsRequestTimeout) String ¶
func (o *GetLanguageunderstandingDomainsRequestTimeout) String() string
type GetLanguageunderstandingDomainsServiceUnavailable ¶
type GetLanguageunderstandingDomainsServiceUnavailable struct {
}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 (o *GetLanguageunderstandingDomainsServiceUnavailable) Error() string
func (*GetLanguageunderstandingDomainsServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains service unavailable response has a 4xx status code
func (*GetLanguageunderstandingDomainsServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains service unavailable response a status code equal to that given
func (*GetLanguageunderstandingDomainsServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains service unavailable response has a 3xx status code
func (*GetLanguageunderstandingDomainsServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains service unavailable response has a 5xx status code
func (*GetLanguageunderstandingDomainsServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains service unavailable response has a 2xx status code
func (*GetLanguageunderstandingDomainsServiceUnavailable) String ¶
func (o *GetLanguageunderstandingDomainsServiceUnavailable) String() string
type GetLanguageunderstandingDomainsTooManyRequests ¶
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 (o *GetLanguageunderstandingDomainsTooManyRequests) Error() string
func (*GetLanguageunderstandingDomainsTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains too many requests response has a 4xx status code
func (*GetLanguageunderstandingDomainsTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains too many requests response a status code equal to that given
func (*GetLanguageunderstandingDomainsTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains too many requests response has a 3xx status code
func (*GetLanguageunderstandingDomainsTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains too many requests response has a 5xx status code
func (*GetLanguageunderstandingDomainsTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains too many requests response has a 2xx status code
func (*GetLanguageunderstandingDomainsTooManyRequests) String ¶
func (o *GetLanguageunderstandingDomainsTooManyRequests) String() string
type GetLanguageunderstandingDomainsUnauthorized ¶
type GetLanguageunderstandingDomainsUnauthorized struct {
}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 (o *GetLanguageunderstandingDomainsUnauthorized) Error() string
func (*GetLanguageunderstandingDomainsUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains unauthorized response has a 4xx status code
func (*GetLanguageunderstandingDomainsUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains unauthorized response a status code equal to that given
func (*GetLanguageunderstandingDomainsUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains unauthorized response has a 3xx status code
func (*GetLanguageunderstandingDomainsUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains unauthorized response has a 5xx status code
func (*GetLanguageunderstandingDomainsUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains unauthorized response has a 2xx status code
func (*GetLanguageunderstandingDomainsUnauthorized) String ¶
func (o *GetLanguageunderstandingDomainsUnauthorized) String() string
type GetLanguageunderstandingDomainsUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingDomainsUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding domains unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding domains unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding domains unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding domains unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding domains unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingDomainsUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingDomainsUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerBadRequest ¶
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 (o *GetLanguageunderstandingMinerBadRequest) Error() string
func (*GetLanguageunderstandingMinerBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingMinerBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerBadRequest) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerBadRequest) String ¶
func (o *GetLanguageunderstandingMinerBadRequest) String() string
type GetLanguageunderstandingMinerDraftBadRequest ¶
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 (o *GetLanguageunderstandingMinerDraftBadRequest) Error() string
func (*GetLanguageunderstandingMinerDraftBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftBadRequest) String ¶
func (o *GetLanguageunderstandingMinerDraftBadRequest) String() string
type GetLanguageunderstandingMinerDraftForbidden ¶
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 (o *GetLanguageunderstandingMinerDraftForbidden) Error() string
func (*GetLanguageunderstandingMinerDraftForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftForbidden) String ¶
func (o *GetLanguageunderstandingMinerDraftForbidden) String() string
type GetLanguageunderstandingMinerDraftGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerDraftGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerDraftGatewayTimeout) String() string
type GetLanguageunderstandingMinerDraftInternalServerError ¶
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 (o *GetLanguageunderstandingMinerDraftInternalServerError) Error() string
func (*GetLanguageunderstandingMinerDraftInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerDraftInternalServerError) String() string
type GetLanguageunderstandingMinerDraftNotFound ¶
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 (o *GetLanguageunderstandingMinerDraftNotFound) Error() string
func (*GetLanguageunderstandingMinerDraftNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft not found response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft not found response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft not found response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft not found response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft not found response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftNotFound) String ¶
func (o *GetLanguageunderstandingMinerDraftNotFound) String() string
type GetLanguageunderstandingMinerDraftOK ¶
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 (o *GetLanguageunderstandingMinerDraftOK) Error() string
func (*GetLanguageunderstandingMinerDraftOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftOK) GetPayload() *models.Draft
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 ¶
func (o *GetLanguageunderstandingMinerDraftOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft o k response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerDraftOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft o k response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftOK) String ¶
func (o *GetLanguageunderstandingMinerDraftOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithContext ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftParams
WithContext adds the context to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithDefaults() *GetLanguageunderstandingMinerDraftParams
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 ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *GetLanguageunderstandingMinerDraftParams
WithDraftID adds the draftID to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithDraftIntentID ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithDraftIntentID(draftIntentID *string) *GetLanguageunderstandingMinerDraftParams
WithDraftIntentID adds the draftIntentID to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithDraftTopicID ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithDraftTopicID(draftTopicID *string) *GetLanguageunderstandingMinerDraftParams
WithDraftTopicID adds the draftTopicID to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerDraftParams
WithMinerID adds the minerID to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftParams
WithTimeout adds the timeout to the get languageunderstanding miner draft params
func (*GetLanguageunderstandingMinerDraftParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerDraftRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerDraftRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerDraftRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerDraftRequestTimeout) String() string
type GetLanguageunderstandingMinerDraftServiceUnavailable ¶
type GetLanguageunderstandingMinerDraftServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerDraftServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerDraftServiceUnavailable) String() string
type GetLanguageunderstandingMinerDraftTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerDraftTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerDraftTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerDraftTooManyRequests) String() string
type GetLanguageunderstandingMinerDraftUnauthorized ¶
type GetLanguageunderstandingMinerDraftUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerDraftUnauthorized) Error() string
func (*GetLanguageunderstandingMinerDraftUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerDraftUnauthorized) String() string
type GetLanguageunderstandingMinerDraftUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner draft unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner draft unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner draft unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner draft unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner draft unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerDraftsBadRequest ¶
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 (o *GetLanguageunderstandingMinerDraftsBadRequest) Error() string
func (*GetLanguageunderstandingMinerDraftsBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsBadRequest) String ¶
func (o *GetLanguageunderstandingMinerDraftsBadRequest) String() string
type GetLanguageunderstandingMinerDraftsForbidden ¶
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 (o *GetLanguageunderstandingMinerDraftsForbidden) Error() string
func (*GetLanguageunderstandingMinerDraftsForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsForbidden) String ¶
func (o *GetLanguageunderstandingMinerDraftsForbidden) String() string
type GetLanguageunderstandingMinerDraftsGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerDraftsGatewayTimeout) String() string
type GetLanguageunderstandingMinerDraftsInternalServerError ¶
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 (o *GetLanguageunderstandingMinerDraftsInternalServerError) Error() string
func (*GetLanguageunderstandingMinerDraftsInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerDraftsInternalServerError) String() string
type GetLanguageunderstandingMinerDraftsNotFound ¶
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 (o *GetLanguageunderstandingMinerDraftsNotFound) Error() string
func (*GetLanguageunderstandingMinerDraftsNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts not found response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts not found response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts not found response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts not found response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts not found response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsNotFound) String ¶
func (o *GetLanguageunderstandingMinerDraftsNotFound) String() 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 (o *GetLanguageunderstandingMinerDraftsOK) Error() string
func (*GetLanguageunderstandingMinerDraftsOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsOK) GetPayload() *models.DraftListing
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 ¶
func (o *GetLanguageunderstandingMinerDraftsOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts o k response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerDraftsOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts o k response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsOK) String ¶
func (o *GetLanguageunderstandingMinerDraftsOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerDraftsParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerDraftsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) WithContext ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerDraftsParams
WithContext adds the context to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WithDefaults() *GetLanguageunderstandingMinerDraftsParams
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 ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerDraftsParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerDraftsParams
WithMinerID adds the minerID to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerDraftsParams
WithTimeout adds the timeout to the get languageunderstanding miner drafts params
func (*GetLanguageunderstandingMinerDraftsParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerDraftsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerDraftsRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerDraftsRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerDraftsRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerDraftsRequestTimeout) String() string
type GetLanguageunderstandingMinerDraftsServiceUnavailable ¶
type GetLanguageunderstandingMinerDraftsServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerDraftsServiceUnavailable) String() string
type GetLanguageunderstandingMinerDraftsTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerDraftsTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerDraftsTooManyRequests) String() string
type GetLanguageunderstandingMinerDraftsUnauthorized ¶
type GetLanguageunderstandingMinerDraftsUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerDraftsUnauthorized) Error() string
func (*GetLanguageunderstandingMinerDraftsUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerDraftsUnauthorized) String() string
type GetLanguageunderstandingMinerDraftsUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner drafts unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner drafts unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner drafts unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner drafts unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner drafts unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerDraftsUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerDraftsUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerForbidden ¶
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 (o *GetLanguageunderstandingMinerForbidden) Error() string
func (*GetLanguageunderstandingMinerForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingMinerForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerForbidden) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerForbidden) String ¶
func (o *GetLanguageunderstandingMinerForbidden) String() string
type GetLanguageunderstandingMinerGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerGatewayTimeout) String() string
type GetLanguageunderstandingMinerIntentBadRequest ¶
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 (o *GetLanguageunderstandingMinerIntentBadRequest) Error() string
func (*GetLanguageunderstandingMinerIntentBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentBadRequest) String ¶
func (o *GetLanguageunderstandingMinerIntentBadRequest) String() string
type GetLanguageunderstandingMinerIntentForbidden ¶
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 (o *GetLanguageunderstandingMinerIntentForbidden) Error() string
func (*GetLanguageunderstandingMinerIntentForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentForbidden) String ¶
func (o *GetLanguageunderstandingMinerIntentForbidden) String() string
type GetLanguageunderstandingMinerIntentGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerIntentGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerIntentGatewayTimeout) String() string
type GetLanguageunderstandingMinerIntentInternalServerError ¶
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 (o *GetLanguageunderstandingMinerIntentInternalServerError) Error() string
func (*GetLanguageunderstandingMinerIntentInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerIntentInternalServerError) String() string
type GetLanguageunderstandingMinerIntentNotFound ¶
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 (o *GetLanguageunderstandingMinerIntentNotFound) Error() string
func (*GetLanguageunderstandingMinerIntentNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent not found response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent not found response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent not found response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent not found response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent not found response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentNotFound) String ¶
func (o *GetLanguageunderstandingMinerIntentNotFound) String() 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 (o *GetLanguageunderstandingMinerIntentOK) Error() string
func (*GetLanguageunderstandingMinerIntentOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentOK) GetPayload() *models.MinerIntent
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 ¶
func (o *GetLanguageunderstandingMinerIntentOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent o k response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerIntentOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent o k response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentOK) String ¶
func (o *GetLanguageunderstandingMinerIntentOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerIntentParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerIntentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithContext ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentParams
WithContext adds the context to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithDefaults() *GetLanguageunderstandingMinerIntentParams
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 ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithExpand(expand *string) *GetLanguageunderstandingMinerIntentParams
WithExpand adds the expand to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithIntentID ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithIntentID(intentID string) *GetLanguageunderstandingMinerIntentParams
WithIntentID adds the intentID to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerIntentParams
WithMinerID adds the minerID to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerIntentParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentParams
WithTimeout adds the timeout to the get languageunderstanding miner intent params
func (*GetLanguageunderstandingMinerIntentParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerIntentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerIntentRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerIntentRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerIntentRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerIntentRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerIntentRequestTimeout) String() string
type GetLanguageunderstandingMinerIntentServiceUnavailable ¶
type GetLanguageunderstandingMinerIntentServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerIntentServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerIntentServiceUnavailable) String() string
type GetLanguageunderstandingMinerIntentTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerIntentTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerIntentTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerIntentTooManyRequests) String() string
type GetLanguageunderstandingMinerIntentUnauthorized ¶
type GetLanguageunderstandingMinerIntentUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerIntentUnauthorized) Error() string
func (*GetLanguageunderstandingMinerIntentUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerIntentUnauthorized) String() string
type GetLanguageunderstandingMinerIntentUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intent unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intent unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intent unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intent unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intent unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerIntentUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerIntentsBadRequest ¶
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 (o *GetLanguageunderstandingMinerIntentsBadRequest) Error() string
func (*GetLanguageunderstandingMinerIntentsBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsBadRequest) String ¶
func (o *GetLanguageunderstandingMinerIntentsBadRequest) String() string
type GetLanguageunderstandingMinerIntentsForbidden ¶
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 (o *GetLanguageunderstandingMinerIntentsForbidden) Error() string
func (*GetLanguageunderstandingMinerIntentsForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsForbidden) String ¶
func (o *GetLanguageunderstandingMinerIntentsForbidden) String() string
type GetLanguageunderstandingMinerIntentsGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerIntentsGatewayTimeout) String() string
type GetLanguageunderstandingMinerIntentsInternalServerError ¶
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 (o *GetLanguageunderstandingMinerIntentsInternalServerError) Error() string
func (*GetLanguageunderstandingMinerIntentsInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerIntentsInternalServerError) String() string
type GetLanguageunderstandingMinerIntentsNotFound ¶
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 (o *GetLanguageunderstandingMinerIntentsNotFound) Error() string
func (*GetLanguageunderstandingMinerIntentsNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents not found response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents not found response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents not found response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents not found response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents not found response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsNotFound) String ¶
func (o *GetLanguageunderstandingMinerIntentsNotFound) String() 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 (o *GetLanguageunderstandingMinerIntentsOK) Error() string
func (*GetLanguageunderstandingMinerIntentsOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsOK) GetPayload() *models.MinedIntentsListing
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 ¶
func (o *GetLanguageunderstandingMinerIntentsOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents o k response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerIntentsOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents o k response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsOK) String ¶
func (o *GetLanguageunderstandingMinerIntentsOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerIntentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerIntentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WithContext ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerIntentsParams
WithContext adds the context to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithDefaults() *GetLanguageunderstandingMinerIntentsParams
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 ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithExpand(expand *string) *GetLanguageunderstandingMinerIntentsParams
WithExpand adds the expand to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerIntentsParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerIntentsParams
WithMinerID adds the minerID to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerIntentsParams
WithTimeout adds the timeout to the get languageunderstanding miner intents params
func (*GetLanguageunderstandingMinerIntentsParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerIntentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerIntentsRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerIntentsRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerIntentsRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerIntentsRequestTimeout) String() string
type GetLanguageunderstandingMinerIntentsServiceUnavailable ¶
type GetLanguageunderstandingMinerIntentsServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerIntentsServiceUnavailable) String() string
type GetLanguageunderstandingMinerIntentsTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerIntentsTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerIntentsTooManyRequests) String() string
type GetLanguageunderstandingMinerIntentsUnauthorized ¶
type GetLanguageunderstandingMinerIntentsUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerIntentsUnauthorized) Error() string
func (*GetLanguageunderstandingMinerIntentsUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerIntentsUnauthorized) String() string
type GetLanguageunderstandingMinerIntentsUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner intents unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner intents unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner intents unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner intents unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner intents unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerIntentsUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerIntentsUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerInternalServerError ¶
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 (o *GetLanguageunderstandingMinerInternalServerError) Error() string
func (*GetLanguageunderstandingMinerInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerInternalServerError) String() string
type GetLanguageunderstandingMinerNotFound ¶
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 (o *GetLanguageunderstandingMinerNotFound) Error() string
func (*GetLanguageunderstandingMinerNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingMinerNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner not found response a status code equal to that given
func (*GetLanguageunderstandingMinerNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerNotFound) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner not found response has a 2xx status code
func (*GetLanguageunderstandingMinerNotFound) String ¶
func (o *GetLanguageunderstandingMinerNotFound) String() string
type GetLanguageunderstandingMinerOK ¶
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 (o *GetLanguageunderstandingMinerOK) Error() string
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 ¶
func (o *GetLanguageunderstandingMinerOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerParams) SetContext(ctx context.Context)
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 ¶
func (o *GetLanguageunderstandingMinerParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerParams
WithContext adds the context to the get languageunderstanding miner params
func (*GetLanguageunderstandingMinerParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerParams) WithDefaults() *GetLanguageunderstandingMinerParams
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 ¶
func (o *GetLanguageunderstandingMinerParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner params
func (*GetLanguageunderstandingMinerParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerParams
WithMinerID adds the minerID to the get languageunderstanding miner params
func (*GetLanguageunderstandingMinerParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerParams
WithTimeout adds the timeout to the get languageunderstanding miner params
func (*GetLanguageunderstandingMinerParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerRequestTimeout) String() string
type GetLanguageunderstandingMinerServiceUnavailable ¶
type GetLanguageunderstandingMinerServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerServiceUnavailable) String() string
type GetLanguageunderstandingMinerTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerTooManyRequests) String() string
type GetLanguageunderstandingMinerTopicBadRequest ¶
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 (o *GetLanguageunderstandingMinerTopicBadRequest) Error() string
func (*GetLanguageunderstandingMinerTopicBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicBadRequest) String ¶
func (o *GetLanguageunderstandingMinerTopicBadRequest) String() string
type GetLanguageunderstandingMinerTopicForbidden ¶
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 (o *GetLanguageunderstandingMinerTopicForbidden) Error() string
func (*GetLanguageunderstandingMinerTopicForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicForbidden) String ¶
func (o *GetLanguageunderstandingMinerTopicForbidden) String() string
type GetLanguageunderstandingMinerTopicGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicGatewayTimeout) String() string
type GetLanguageunderstandingMinerTopicInternalServerError ¶
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 (o *GetLanguageunderstandingMinerTopicInternalServerError) Error() string
func (*GetLanguageunderstandingMinerTopicInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerTopicInternalServerError) String() string
type GetLanguageunderstandingMinerTopicNotFound ¶
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 (o *GetLanguageunderstandingMinerTopicNotFound) Error() string
func (*GetLanguageunderstandingMinerTopicNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic not found response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic not found response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic not found response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic not found response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic not found response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicNotFound) String ¶
func (o *GetLanguageunderstandingMinerTopicNotFound) String() 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 (o *GetLanguageunderstandingMinerTopicOK) Error() string
func (*GetLanguageunderstandingMinerTopicOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicOK) GetPayload() *models.MinerTopic
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 ¶
func (o *GetLanguageunderstandingMinerTopicOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic o k response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerTopicOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic o k response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicOK) String ¶
func (o *GetLanguageunderstandingMinerTopicOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerTopicParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerTopicParams) SetTimeout(timeout time.Duration)
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 ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicParams
WithContext adds the context to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithDefaults() *GetLanguageunderstandingMinerTopicParams
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 ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithExpand(expand *string) *GetLanguageunderstandingMinerTopicParams
WithExpand adds the expand to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WithHTTPClient ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicParams
WithMinerID adds the minerID to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicParams
WithTimeout adds the timeout to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WithTopicID ¶
func (o *GetLanguageunderstandingMinerTopicParams) WithTopicID(topicID string) *GetLanguageunderstandingMinerTopicParams
WithTopicID adds the topicID to the get languageunderstanding miner topic params
func (*GetLanguageunderstandingMinerTopicParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerTopicParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguageunderstandingMinerTopicPhraseBadRequest ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseBadRequest) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseBadRequest) String() string
type GetLanguageunderstandingMinerTopicPhraseForbidden ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseForbidden) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseForbidden) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseForbidden) String() string
type GetLanguageunderstandingMinerTopicPhraseGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseGatewayTimeout) String() 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 (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseInternalServerError) String() string
type GetLanguageunderstandingMinerTopicPhraseNotFound ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseNotFound) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase not found response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase not found response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase not found response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase not found response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase not found response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseNotFound) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseNotFound) String() 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 (o *GetLanguageunderstandingMinerTopicPhraseOK) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) GetPayload() *models.MinerTopicPhrase
func (*GetLanguageunderstandingMinerTopicPhraseOK) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase o k response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseOK) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase o k response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase o k response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseOK) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase o k response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseOK) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase o k response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseOK) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) SetMinerID ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetMinerID(minerID string)
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 ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) SetTopicID ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) SetTopicID(topicID string)
SetTopicID adds the topicId to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithContext ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicPhraseParams
WithContext adds the context to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithDefaults() *GetLanguageunderstandingMinerTopicPhraseParams
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 ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicPhraseParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicPhraseParams
WithMinerID adds the minerID to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithPhraseID ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithPhraseID(phraseID string) *GetLanguageunderstandingMinerTopicPhraseParams
WithPhraseID adds the phraseID to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicPhraseParams
WithTimeout adds the timeout to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WithTopicID ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WithTopicID(topicID string) *GetLanguageunderstandingMinerTopicPhraseParams
WithTopicID adds the topicID to the get languageunderstanding miner topic phrase params
func (*GetLanguageunderstandingMinerTopicPhraseParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerTopicPhraseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerTopicPhraseRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseRequestTimeout) String() string
type GetLanguageunderstandingMinerTopicPhraseServiceUnavailable ¶
type GetLanguageunderstandingMinerTopicPhraseServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseServiceUnavailable) String() string
type GetLanguageunderstandingMinerTopicPhraseTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseTooManyRequests) String() string
type GetLanguageunderstandingMinerTopicPhraseUnauthorized ¶
type GetLanguageunderstandingMinerTopicPhraseUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnauthorized) String() 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 (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic phrase unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic phrase unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerTopicPhraseUnsupportedMediaType) String() 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 ¶
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 (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerTopicRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerTopicRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicRequestTimeout) String() string
type GetLanguageunderstandingMinerTopicServiceUnavailable ¶
type GetLanguageunderstandingMinerTopicServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerTopicServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerTopicServiceUnavailable) String() string
type GetLanguageunderstandingMinerTopicTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerTopicTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerTopicTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerTopicTooManyRequests) String() string
type GetLanguageunderstandingMinerTopicUnauthorized ¶
type GetLanguageunderstandingMinerTopicUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerTopicUnauthorized) Error() string
func (*GetLanguageunderstandingMinerTopicUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerTopicUnauthorized) String() string
type GetLanguageunderstandingMinerTopicUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topic unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topic unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topic unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topic unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topic unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerTopicUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerTopicsBadRequest ¶
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 (o *GetLanguageunderstandingMinerTopicsBadRequest) Error() string
func (*GetLanguageunderstandingMinerTopicsBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics bad request response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics bad request response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics bad request response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics bad request response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics bad request response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsBadRequest) String ¶
func (o *GetLanguageunderstandingMinerTopicsBadRequest) String() string
type GetLanguageunderstandingMinerTopicsForbidden ¶
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 (o *GetLanguageunderstandingMinerTopicsForbidden) Error() string
func (*GetLanguageunderstandingMinerTopicsForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsForbidden) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics forbidden response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsForbidden) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics forbidden response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsForbidden) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics forbidden response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsForbidden) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsForbidden) String ¶
func (o *GetLanguageunderstandingMinerTopicsForbidden) String() string
type GetLanguageunderstandingMinerTopicsGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicsGatewayTimeout) String() string
type GetLanguageunderstandingMinerTopicsInternalServerError ¶
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 (o *GetLanguageunderstandingMinerTopicsInternalServerError) Error() string
func (*GetLanguageunderstandingMinerTopicsInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsInternalServerError) String ¶
func (o *GetLanguageunderstandingMinerTopicsInternalServerError) String() string
type GetLanguageunderstandingMinerTopicsNotFound ¶
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 (o *GetLanguageunderstandingMinerTopicsNotFound) Error() string
func (*GetLanguageunderstandingMinerTopicsNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsNotFound) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics not found response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsNotFound) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics not found response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics not found response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsNotFound) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics not found response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsNotFound) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics not found response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsNotFound) String ¶
func (o *GetLanguageunderstandingMinerTopicsNotFound) String() 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 (o *GetLanguageunderstandingMinerTopicsOK) Error() string
func (*GetLanguageunderstandingMinerTopicsOK) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsOK) GetPayload() *models.MinerTopicsListing
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 ¶
func (o *GetLanguageunderstandingMinerTopicsOK) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics o k response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsOK) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsOK) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinerTopicsOK) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics o k response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsOK) String ¶
func (o *GetLanguageunderstandingMinerTopicsOK) String() 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 ¶
func (o *GetLanguageunderstandingMinerTopicsParams) SetContext(ctx context.Context)
SetContext adds the context to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) SetDefaults ¶
func (o *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 ¶
func (o *GetLanguageunderstandingMinerTopicsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) WithContext ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinerTopicsParams
WithContext adds the context to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WithDefaults() *GetLanguageunderstandingMinerTopicsParams
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 ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinerTopicsParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) WithMinerID ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WithMinerID(minerID string) *GetLanguageunderstandingMinerTopicsParams
WithMinerID adds the minerID to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinerTopicsParams
WithTimeout adds the timeout to the get languageunderstanding miner topics params
func (*GetLanguageunderstandingMinerTopicsParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinerTopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinerTopicsRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinerTopicsRequestTimeout ¶
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 (o *GetLanguageunderstandingMinerTopicsRequestTimeout) Error() string
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinerTopicsRequestTimeout) String() string
type GetLanguageunderstandingMinerTopicsServiceUnavailable ¶
type GetLanguageunderstandingMinerTopicsServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinerTopicsServiceUnavailable) String() string
type GetLanguageunderstandingMinerTopicsTooManyRequests ¶
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 (o *GetLanguageunderstandingMinerTopicsTooManyRequests) Error() string
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinerTopicsTooManyRequests) String() string
type GetLanguageunderstandingMinerTopicsUnauthorized ¶
type GetLanguageunderstandingMinerTopicsUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerTopicsUnauthorized) Error() string
func (*GetLanguageunderstandingMinerTopicsUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerTopicsUnauthorized) String() string
type GetLanguageunderstandingMinerTopicsUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner topics unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner topics unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner topics unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner topics unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner topics unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerTopicsUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerTopicsUnsupportedMediaType) String() string
type GetLanguageunderstandingMinerUnauthorized ¶
type GetLanguageunderstandingMinerUnauthorized struct {
}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 (o *GetLanguageunderstandingMinerUnauthorized) Error() string
func (*GetLanguageunderstandingMinerUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinerUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinerUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinerUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinerUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinerUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinerUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinerUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinerUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinerUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinerUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinerUnauthorized) String ¶
func (o *GetLanguageunderstandingMinerUnauthorized) String() string
type GetLanguageunderstandingMinerUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinerUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinerUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miner unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miner unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miner unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miner unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinerUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miner unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinerUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinerUnsupportedMediaType) String() string
type GetLanguageunderstandingMinersBadRequest ¶
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 (o *GetLanguageunderstandingMinersBadRequest) Error() string
func (*GetLanguageunderstandingMinersBadRequest) GetPayload ¶
func (o *GetLanguageunderstandingMinersBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersBadRequest) IsClientError ¶
func (o *GetLanguageunderstandingMinersBadRequest) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners bad request response has a 4xx status code
func (*GetLanguageunderstandingMinersBadRequest) IsCode ¶
func (o *GetLanguageunderstandingMinersBadRequest) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners bad request response a status code equal to that given
func (*GetLanguageunderstandingMinersBadRequest) IsRedirect ¶
func (o *GetLanguageunderstandingMinersBadRequest) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners bad request response has a 3xx status code
func (*GetLanguageunderstandingMinersBadRequest) IsServerError ¶
func (o *GetLanguageunderstandingMinersBadRequest) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners bad request response has a 5xx status code
func (*GetLanguageunderstandingMinersBadRequest) IsSuccess ¶
func (o *GetLanguageunderstandingMinersBadRequest) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners bad request response has a 2xx status code
func (*GetLanguageunderstandingMinersBadRequest) String ¶
func (o *GetLanguageunderstandingMinersBadRequest) String() string
type GetLanguageunderstandingMinersForbidden ¶
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 (o *GetLanguageunderstandingMinersForbidden) Error() string
func (*GetLanguageunderstandingMinersForbidden) GetPayload ¶
func (o *GetLanguageunderstandingMinersForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingMinersForbidden) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners forbidden response a status code equal to that given
func (*GetLanguageunderstandingMinersForbidden) IsRedirect ¶
func (o *GetLanguageunderstandingMinersForbidden) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinersForbidden) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners forbidden response has a 2xx status code
func (*GetLanguageunderstandingMinersForbidden) String ¶
func (o *GetLanguageunderstandingMinersForbidden) String() string
type GetLanguageunderstandingMinersGatewayTimeout ¶
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 (o *GetLanguageunderstandingMinersGatewayTimeout) Error() string
func (*GetLanguageunderstandingMinersGatewayTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersGatewayTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners gateway timeout response has a 4xx status code
func (*GetLanguageunderstandingMinersGatewayTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners gateway timeout response a status code equal to that given
func (*GetLanguageunderstandingMinersGatewayTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners gateway timeout response has a 3xx status code
func (*GetLanguageunderstandingMinersGatewayTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners gateway timeout response has a 5xx status code
func (*GetLanguageunderstandingMinersGatewayTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners gateway timeout response has a 2xx status code
func (*GetLanguageunderstandingMinersGatewayTimeout) String ¶
func (o *GetLanguageunderstandingMinersGatewayTimeout) String() string
type GetLanguageunderstandingMinersInternalServerError ¶
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 (o *GetLanguageunderstandingMinersInternalServerError) Error() string
func (*GetLanguageunderstandingMinersInternalServerError) GetPayload ¶
func (o *GetLanguageunderstandingMinersInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersInternalServerError) IsClientError ¶
func (o *GetLanguageunderstandingMinersInternalServerError) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners internal server error response has a 4xx status code
func (*GetLanguageunderstandingMinersInternalServerError) IsCode ¶
func (o *GetLanguageunderstandingMinersInternalServerError) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners internal server error response a status code equal to that given
func (*GetLanguageunderstandingMinersInternalServerError) IsRedirect ¶
func (o *GetLanguageunderstandingMinersInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners internal server error response has a 3xx status code
func (*GetLanguageunderstandingMinersInternalServerError) IsServerError ¶
func (o *GetLanguageunderstandingMinersInternalServerError) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners internal server error response has a 5xx status code
func (*GetLanguageunderstandingMinersInternalServerError) IsSuccess ¶
func (o *GetLanguageunderstandingMinersInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners internal server error response has a 2xx status code
func (*GetLanguageunderstandingMinersInternalServerError) String ¶
func (o *GetLanguageunderstandingMinersInternalServerError) String() string
type GetLanguageunderstandingMinersNotFound ¶
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 (o *GetLanguageunderstandingMinersNotFound) Error() string
func (*GetLanguageunderstandingMinersNotFound) GetPayload ¶
func (o *GetLanguageunderstandingMinersNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetLanguageunderstandingMinersNotFound) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners not found response a status code equal to that given
func (*GetLanguageunderstandingMinersNotFound) IsRedirect ¶
func (o *GetLanguageunderstandingMinersNotFound) IsRedirect() bool
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 ¶
func (o *GetLanguageunderstandingMinersNotFound) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners not found response has a 2xx status code
func (*GetLanguageunderstandingMinersNotFound) String ¶
func (o *GetLanguageunderstandingMinersNotFound) String() 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 (o *GetLanguageunderstandingMinersOK) Error() string
func (*GetLanguageunderstandingMinersOK) GetPayload ¶
func (o *GetLanguageunderstandingMinersOK) GetPayload() *models.MinerListing
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 ¶
func (o *GetLanguageunderstandingMinersOK) String() 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 ¶
func (o *GetLanguageunderstandingMinersParams) SetContext(ctx context.Context)
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 ¶
func (o *GetLanguageunderstandingMinersParams) WithContext(ctx context.Context) *GetLanguageunderstandingMinersParams
WithContext adds the context to the get languageunderstanding miners params
func (*GetLanguageunderstandingMinersParams) WithDefaults ¶
func (o *GetLanguageunderstandingMinersParams) WithDefaults() *GetLanguageunderstandingMinersParams
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 ¶
func (o *GetLanguageunderstandingMinersParams) WithHTTPClient(client *http.Client) *GetLanguageunderstandingMinersParams
WithHTTPClient adds the HTTPClient to the get languageunderstanding miners params
func (*GetLanguageunderstandingMinersParams) WithMinerType ¶
func (o *GetLanguageunderstandingMinersParams) WithMinerType(minerType *string) *GetLanguageunderstandingMinersParams
WithMinerType adds the minerType to the get languageunderstanding miners params
func (*GetLanguageunderstandingMinersParams) WithTimeout ¶
func (o *GetLanguageunderstandingMinersParams) WithTimeout(timeout time.Duration) *GetLanguageunderstandingMinersParams
WithTimeout adds the timeout to the get languageunderstanding miners params
func (*GetLanguageunderstandingMinersParams) WriteToRequest ¶
func (o *GetLanguageunderstandingMinersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetLanguageunderstandingMinersRequestEntityTooLarge) Error() string
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners request entity too large response has a 4xx status code
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners request entity too large response a status code equal to that given
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners request entity too large response has a 3xx status code
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners request entity too large response has a 5xx status code
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners request entity too large response has a 2xx status code
func (*GetLanguageunderstandingMinersRequestEntityTooLarge) String ¶
func (o *GetLanguageunderstandingMinersRequestEntityTooLarge) String() string
type GetLanguageunderstandingMinersRequestTimeout ¶
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 (o *GetLanguageunderstandingMinersRequestTimeout) Error() string
func (*GetLanguageunderstandingMinersRequestTimeout) GetPayload ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersRequestTimeout) IsClientError ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners request timeout response has a 4xx status code
func (*GetLanguageunderstandingMinersRequestTimeout) IsCode ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners request timeout response a status code equal to that given
func (*GetLanguageunderstandingMinersRequestTimeout) IsRedirect ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners request timeout response has a 3xx status code
func (*GetLanguageunderstandingMinersRequestTimeout) IsServerError ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners request timeout response has a 5xx status code
func (*GetLanguageunderstandingMinersRequestTimeout) IsSuccess ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners request timeout response has a 2xx status code
func (*GetLanguageunderstandingMinersRequestTimeout) String ¶
func (o *GetLanguageunderstandingMinersRequestTimeout) String() string
type GetLanguageunderstandingMinersServiceUnavailable ¶
type GetLanguageunderstandingMinersServiceUnavailable struct {
}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 (o *GetLanguageunderstandingMinersServiceUnavailable) Error() string
func (*GetLanguageunderstandingMinersServiceUnavailable) GetPayload ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersServiceUnavailable) IsClientError ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners service unavailable response has a 4xx status code
func (*GetLanguageunderstandingMinersServiceUnavailable) IsCode ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners service unavailable response a status code equal to that given
func (*GetLanguageunderstandingMinersServiceUnavailable) IsRedirect ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners service unavailable response has a 3xx status code
func (*GetLanguageunderstandingMinersServiceUnavailable) IsServerError ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners service unavailable response has a 5xx status code
func (*GetLanguageunderstandingMinersServiceUnavailable) IsSuccess ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners service unavailable response has a 2xx status code
func (*GetLanguageunderstandingMinersServiceUnavailable) String ¶
func (o *GetLanguageunderstandingMinersServiceUnavailable) String() string
type GetLanguageunderstandingMinersTooManyRequests ¶
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 (o *GetLanguageunderstandingMinersTooManyRequests) Error() string
func (*GetLanguageunderstandingMinersTooManyRequests) GetPayload ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersTooManyRequests) IsClientError ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners too many requests response has a 4xx status code
func (*GetLanguageunderstandingMinersTooManyRequests) IsCode ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners too many requests response a status code equal to that given
func (*GetLanguageunderstandingMinersTooManyRequests) IsRedirect ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners too many requests response has a 3xx status code
func (*GetLanguageunderstandingMinersTooManyRequests) IsServerError ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners too many requests response has a 5xx status code
func (*GetLanguageunderstandingMinersTooManyRequests) IsSuccess ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners too many requests response has a 2xx status code
func (*GetLanguageunderstandingMinersTooManyRequests) String ¶
func (o *GetLanguageunderstandingMinersTooManyRequests) String() string
type GetLanguageunderstandingMinersUnauthorized ¶
type GetLanguageunderstandingMinersUnauthorized struct {
}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 (o *GetLanguageunderstandingMinersUnauthorized) Error() string
func (*GetLanguageunderstandingMinersUnauthorized) GetPayload ¶
func (o *GetLanguageunderstandingMinersUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersUnauthorized) IsClientError ¶
func (o *GetLanguageunderstandingMinersUnauthorized) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners unauthorized response has a 4xx status code
func (*GetLanguageunderstandingMinersUnauthorized) IsCode ¶
func (o *GetLanguageunderstandingMinersUnauthorized) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners unauthorized response a status code equal to that given
func (*GetLanguageunderstandingMinersUnauthorized) IsRedirect ¶
func (o *GetLanguageunderstandingMinersUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners unauthorized response has a 3xx status code
func (*GetLanguageunderstandingMinersUnauthorized) IsServerError ¶
func (o *GetLanguageunderstandingMinersUnauthorized) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners unauthorized response has a 5xx status code
func (*GetLanguageunderstandingMinersUnauthorized) IsSuccess ¶
func (o *GetLanguageunderstandingMinersUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners unauthorized response has a 2xx status code
func (*GetLanguageunderstandingMinersUnauthorized) String ¶
func (o *GetLanguageunderstandingMinersUnauthorized) String() string
type GetLanguageunderstandingMinersUnsupportedMediaType ¶
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 (o *GetLanguageunderstandingMinersUnsupportedMediaType) Error() string
func (*GetLanguageunderstandingMinersUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languageunderstanding miners unsupported media type response has a 4xx status code
func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsCode ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languageunderstanding miners unsupported media type response a status code equal to that given
func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languageunderstanding miners unsupported media type response has a 3xx status code
func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languageunderstanding miners unsupported media type response has a 5xx status code
func (*GetLanguageunderstandingMinersUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languageunderstanding miners unsupported media type response has a 2xx status code
func (*GetLanguageunderstandingMinersUnsupportedMediaType) String ¶
func (o *GetLanguageunderstandingMinersUnsupportedMediaType) String() string
type PatchLanguageunderstandingDomainBadRequest ¶
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 (o *PatchLanguageunderstandingDomainBadRequest) Error() string
func (*PatchLanguageunderstandingDomainBadRequest) GetPayload ¶
func (o *PatchLanguageunderstandingDomainBadRequest) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainBadRequest) IsClientError ¶
func (o *PatchLanguageunderstandingDomainBadRequest) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain bad request response has a 4xx status code
func (*PatchLanguageunderstandingDomainBadRequest) IsCode ¶
func (o *PatchLanguageunderstandingDomainBadRequest) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain bad request response a status code equal to that given
func (*PatchLanguageunderstandingDomainBadRequest) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainBadRequest) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain bad request response has a 3xx status code
func (*PatchLanguageunderstandingDomainBadRequest) IsServerError ¶
func (o *PatchLanguageunderstandingDomainBadRequest) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain bad request response has a 5xx status code
func (*PatchLanguageunderstandingDomainBadRequest) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainBadRequest) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain bad request response has a 2xx status code
func (*PatchLanguageunderstandingDomainBadRequest) String ¶
func (o *PatchLanguageunderstandingDomainBadRequest) String() string
type PatchLanguageunderstandingDomainForbidden ¶
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 (o *PatchLanguageunderstandingDomainForbidden) Error() string
func (*PatchLanguageunderstandingDomainForbidden) GetPayload ¶
func (o *PatchLanguageunderstandingDomainForbidden) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainForbidden) IsClientError ¶
func (o *PatchLanguageunderstandingDomainForbidden) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain forbidden response has a 4xx status code
func (*PatchLanguageunderstandingDomainForbidden) IsCode ¶
func (o *PatchLanguageunderstandingDomainForbidden) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain forbidden response a status code equal to that given
func (*PatchLanguageunderstandingDomainForbidden) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainForbidden) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain forbidden response has a 3xx status code
func (*PatchLanguageunderstandingDomainForbidden) IsServerError ¶
func (o *PatchLanguageunderstandingDomainForbidden) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain forbidden response has a 5xx status code
func (*PatchLanguageunderstandingDomainForbidden) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainForbidden) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain forbidden response has a 2xx status code
func (*PatchLanguageunderstandingDomainForbidden) String ¶
func (o *PatchLanguageunderstandingDomainForbidden) String() string
type PatchLanguageunderstandingDomainGatewayTimeout ¶
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 (o *PatchLanguageunderstandingDomainGatewayTimeout) Error() string
func (*PatchLanguageunderstandingDomainGatewayTimeout) GetPayload ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainGatewayTimeout) IsClientError ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain gateway timeout response has a 4xx status code
func (*PatchLanguageunderstandingDomainGatewayTimeout) IsCode ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain gateway timeout response a status code equal to that given
func (*PatchLanguageunderstandingDomainGatewayTimeout) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain gateway timeout response has a 3xx status code
func (*PatchLanguageunderstandingDomainGatewayTimeout) IsServerError ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain gateway timeout response has a 5xx status code
func (*PatchLanguageunderstandingDomainGatewayTimeout) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain gateway timeout response has a 2xx status code
func (*PatchLanguageunderstandingDomainGatewayTimeout) String ¶
func (o *PatchLanguageunderstandingDomainGatewayTimeout) String() string
type PatchLanguageunderstandingDomainInternalServerError ¶
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 (o *PatchLanguageunderstandingDomainInternalServerError) Error() string
func (*PatchLanguageunderstandingDomainInternalServerError) GetPayload ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainInternalServerError) IsClientError ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain internal server error response has a 4xx status code
func (*PatchLanguageunderstandingDomainInternalServerError) IsCode ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain internal server error response a status code equal to that given
func (*PatchLanguageunderstandingDomainInternalServerError) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain internal server error response has a 3xx status code
func (*PatchLanguageunderstandingDomainInternalServerError) IsServerError ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain internal server error response has a 5xx status code
func (*PatchLanguageunderstandingDomainInternalServerError) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain internal server error response has a 2xx status code
func (*PatchLanguageunderstandingDomainInternalServerError) String ¶
func (o *PatchLanguageunderstandingDomainInternalServerError) String() string
type PatchLanguageunderstandingDomainNotFound ¶
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 (o *PatchLanguageunderstandingDomainNotFound) Error() string
func (*PatchLanguageunderstandingDomainNotFound) GetPayload ¶
func (o *PatchLanguageunderstandingDomainNotFound) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainNotFound) IsClientError ¶
func (o *PatchLanguageunderstandingDomainNotFound) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain not found response has a 4xx status code
func (*PatchLanguageunderstandingDomainNotFound) IsCode ¶
func (o *PatchLanguageunderstandingDomainNotFound) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain not found response a status code equal to that given
func (*PatchLanguageunderstandingDomainNotFound) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainNotFound) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain not found response has a 3xx status code
func (*PatchLanguageunderstandingDomainNotFound) IsServerError ¶
func (o *PatchLanguageunderstandingDomainNotFound) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain not found response has a 5xx status code
func (*PatchLanguageunderstandingDomainNotFound) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainNotFound) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain not found response has a 2xx status code
func (*PatchLanguageunderstandingDomainNotFound) String ¶
func (o *PatchLanguageunderstandingDomainNotFound) String() string
type PatchLanguageunderstandingDomainOK ¶
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 (o *PatchLanguageunderstandingDomainOK) Error() string
func (*PatchLanguageunderstandingDomainOK) GetPayload ¶
func (o *PatchLanguageunderstandingDomainOK) GetPayload() *models.NluDomain
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 ¶
func (o *PatchLanguageunderstandingDomainOK) IsCode(code int) bool
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 ¶
func (o *PatchLanguageunderstandingDomainOK) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain o k response has a 2xx status code
func (*PatchLanguageunderstandingDomainOK) String ¶
func (o *PatchLanguageunderstandingDomainOK) String() 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 ¶
func (o *PatchLanguageunderstandingDomainParams) SetBody(body *models.NluDomain)
SetBody adds the body to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) SetContext ¶
func (o *PatchLanguageunderstandingDomainParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchLanguageunderstandingDomainParams) WithBody(body *models.NluDomain) *PatchLanguageunderstandingDomainParams
WithBody adds the body to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) WithContext ¶
func (o *PatchLanguageunderstandingDomainParams) WithContext(ctx context.Context) *PatchLanguageunderstandingDomainParams
WithContext adds the context to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) WithDefaults ¶
func (o *PatchLanguageunderstandingDomainParams) WithDefaults() *PatchLanguageunderstandingDomainParams
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 ¶
func (o *PatchLanguageunderstandingDomainParams) WithDomainID(domainID string) *PatchLanguageunderstandingDomainParams
WithDomainID adds the domainID to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) WithHTTPClient ¶
func (o *PatchLanguageunderstandingDomainParams) WithHTTPClient(client *http.Client) *PatchLanguageunderstandingDomainParams
WithHTTPClient adds the HTTPClient to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) WithTimeout ¶
func (o *PatchLanguageunderstandingDomainParams) WithTimeout(timeout time.Duration) *PatchLanguageunderstandingDomainParams
WithTimeout adds the timeout to the patch languageunderstanding domain params
func (*PatchLanguageunderstandingDomainParams) WriteToRequest ¶
func (o *PatchLanguageunderstandingDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) Error() string
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) GetPayload ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsClientError ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain request entity too large response has a 4xx status code
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsCode ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain request entity too large response a status code equal to that given
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain request entity too large response has a 3xx status code
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsServerError ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain request entity too large response has a 5xx status code
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain request entity too large response has a 2xx status code
func (*PatchLanguageunderstandingDomainRequestEntityTooLarge) String ¶
func (o *PatchLanguageunderstandingDomainRequestEntityTooLarge) String() string
type PatchLanguageunderstandingDomainRequestTimeout ¶
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 (o *PatchLanguageunderstandingDomainRequestTimeout) Error() string
func (*PatchLanguageunderstandingDomainRequestTimeout) GetPayload ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainRequestTimeout) IsClientError ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain request timeout response has a 4xx status code
func (*PatchLanguageunderstandingDomainRequestTimeout) IsCode ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain request timeout response a status code equal to that given
func (*PatchLanguageunderstandingDomainRequestTimeout) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain request timeout response has a 3xx status code
func (*PatchLanguageunderstandingDomainRequestTimeout) IsServerError ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain request timeout response has a 5xx status code
func (*PatchLanguageunderstandingDomainRequestTimeout) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain request timeout response has a 2xx status code
func (*PatchLanguageunderstandingDomainRequestTimeout) String ¶
func (o *PatchLanguageunderstandingDomainRequestTimeout) String() string
type PatchLanguageunderstandingDomainServiceUnavailable ¶
type PatchLanguageunderstandingDomainServiceUnavailable struct {
}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 (o *PatchLanguageunderstandingDomainServiceUnavailable) Error() string
func (*PatchLanguageunderstandingDomainServiceUnavailable) GetPayload ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainServiceUnavailable) IsClientError ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain service unavailable response has a 4xx status code
func (*PatchLanguageunderstandingDomainServiceUnavailable) IsCode ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain service unavailable response a status code equal to that given
func (*PatchLanguageunderstandingDomainServiceUnavailable) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain service unavailable response has a 3xx status code
func (*PatchLanguageunderstandingDomainServiceUnavailable) IsServerError ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain service unavailable response has a 5xx status code
func (*PatchLanguageunderstandingDomainServiceUnavailable) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain service unavailable response has a 2xx status code
func (*PatchLanguageunderstandingDomainServiceUnavailable) String ¶
func (o *PatchLanguageunderstandingDomainServiceUnavailable) String() string
type PatchLanguageunderstandingDomainTooManyRequests ¶
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 (o *PatchLanguageunderstandingDomainTooManyRequests) Error() string
func (*PatchLanguageunderstandingDomainTooManyRequests) GetPayload ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainTooManyRequests) IsClientError ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain too many requests response has a 4xx status code
func (*PatchLanguageunderstandingDomainTooManyRequests) IsCode ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain too many requests response a status code equal to that given
func (*PatchLanguageunderstandingDomainTooManyRequests) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain too many requests response has a 3xx status code
func (*PatchLanguageunderstandingDomainTooManyRequests) IsServerError ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain too many requests response has a 5xx status code
func (*PatchLanguageunderstandingDomainTooManyRequests) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain too many requests response has a 2xx status code
func (*PatchLanguageunderstandingDomainTooManyRequests) String ¶
func (o *PatchLanguageunderstandingDomainTooManyRequests) String() string
type PatchLanguageunderstandingDomainUnauthorized ¶
type PatchLanguageunderstandingDomainUnauthorized struct {
}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 (o *PatchLanguageunderstandingDomainUnauthorized) Error() string
func (*PatchLanguageunderstandingDomainUnauthorized) GetPayload ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainUnauthorized) IsClientError ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain unauthorized response has a 4xx status code
func (*PatchLanguageunderstandingDomainUnauthorized) IsCode ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain unauthorized response a status code equal to that given
func (*PatchLanguageunderstandingDomainUnauthorized) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain unauthorized response has a 3xx status code
func (*PatchLanguageunderstandingDomainUnauthorized) IsServerError ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain unauthorized response has a 5xx status code
func (*PatchLanguageunderstandingDomainUnauthorized) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain unauthorized response has a 2xx status code
func (*PatchLanguageunderstandingDomainUnauthorized) String ¶
func (o *PatchLanguageunderstandingDomainUnauthorized) String() string
type PatchLanguageunderstandingDomainUnsupportedMediaType ¶
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 (o *PatchLanguageunderstandingDomainUnsupportedMediaType) Error() string
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) GetPayload ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsClientError ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch languageunderstanding domain unsupported media type response has a 4xx status code
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsCode ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding domain unsupported media type response a status code equal to that given
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsRedirect ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding domain unsupported media type response has a 3xx status code
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsServerError ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch languageunderstanding domain unsupported media type response has a 5xx status code
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) IsSuccess ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding domain unsupported media type response has a 2xx status code
func (*PatchLanguageunderstandingDomainUnsupportedMediaType) String ¶
func (o *PatchLanguageunderstandingDomainUnsupportedMediaType) String() string
type PatchLanguageunderstandingMinerDraftBadRequest ¶
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 (o *PatchLanguageunderstandingMinerDraftBadRequest) Error() string
func (*PatchLanguageunderstandingMinerDraftBadRequest) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftBadRequest) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft bad request response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftBadRequest) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft bad request response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftBadRequest) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft bad request response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftBadRequest) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft bad request response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftBadRequest) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft bad request response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftBadRequest) String ¶
func (o *PatchLanguageunderstandingMinerDraftBadRequest) String() string
type PatchLanguageunderstandingMinerDraftForbidden ¶
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 (o *PatchLanguageunderstandingMinerDraftForbidden) Error() string
func (*PatchLanguageunderstandingMinerDraftForbidden) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftForbidden) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft forbidden response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftForbidden) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft forbidden response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftForbidden) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft forbidden response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftForbidden) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft forbidden response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftForbidden) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft forbidden response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftForbidden) String ¶
func (o *PatchLanguageunderstandingMinerDraftForbidden) String() string
type PatchLanguageunderstandingMinerDraftGatewayTimeout ¶
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 (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) Error() string
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft gateway timeout response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft gateway timeout response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft gateway timeout response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft gateway timeout response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft gateway timeout response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftGatewayTimeout) String ¶
func (o *PatchLanguageunderstandingMinerDraftGatewayTimeout) String() string
type PatchLanguageunderstandingMinerDraftInternalServerError ¶
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 (o *PatchLanguageunderstandingMinerDraftInternalServerError) Error() string
func (*PatchLanguageunderstandingMinerDraftInternalServerError) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft internal server error response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft internal server error response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft internal server error response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft internal server error response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftInternalServerError) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft internal server error response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftInternalServerError) String ¶
func (o *PatchLanguageunderstandingMinerDraftInternalServerError) String() string
type PatchLanguageunderstandingMinerDraftNotFound ¶
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 (o *PatchLanguageunderstandingMinerDraftNotFound) Error() string
func (*PatchLanguageunderstandingMinerDraftNotFound) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftNotFound) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft not found response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftNotFound) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft not found response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftNotFound) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft not found response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftNotFound) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft not found response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftNotFound) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft not found response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftNotFound) String ¶
func (o *PatchLanguageunderstandingMinerDraftNotFound) String() string
type PatchLanguageunderstandingMinerDraftOK ¶
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 (o *PatchLanguageunderstandingMinerDraftOK) Error() string
func (*PatchLanguageunderstandingMinerDraftOK) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftOK) GetPayload() *models.Draft
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 ¶
func (o *PatchLanguageunderstandingMinerDraftOK) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft o k response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftOK) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftOK) IsRedirect() bool
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 ¶
func (o *PatchLanguageunderstandingMinerDraftOK) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft o k response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftOK) String ¶
func (o *PatchLanguageunderstandingMinerDraftOK) String() 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 ¶
func (o *PatchLanguageunderstandingMinerDraftParams) SetBody(body *models.DraftRequest)
SetBody adds the body to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) SetContext ¶
func (o *PatchLanguageunderstandingMinerDraftParams) SetContext(ctx context.Context)
SetContext adds the context to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) SetDefaults ¶
func (o *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 ¶
func (o *PatchLanguageunderstandingMinerDraftParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithBody ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithBody(body *models.DraftRequest) *PatchLanguageunderstandingMinerDraftParams
WithBody adds the body to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithContext ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithContext(ctx context.Context) *PatchLanguageunderstandingMinerDraftParams
WithContext adds the context to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithDefaults ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithDefaults() *PatchLanguageunderstandingMinerDraftParams
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 ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithDraftID(draftID string) *PatchLanguageunderstandingMinerDraftParams
WithDraftID adds the draftID to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithHTTPClient ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithHTTPClient(client *http.Client) *PatchLanguageunderstandingMinerDraftParams
WithHTTPClient adds the HTTPClient to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithMinerID ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithMinerID(minerID string) *PatchLanguageunderstandingMinerDraftParams
WithMinerID adds the minerID to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WithTimeout ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WithTimeout(timeout time.Duration) *PatchLanguageunderstandingMinerDraftParams
WithTimeout adds the timeout to the patch languageunderstanding miner draft params
func (*PatchLanguageunderstandingMinerDraftParams) WriteToRequest ¶
func (o *PatchLanguageunderstandingMinerDraftParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) Error() string
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft request entity too large response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft request entity too large response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft request entity too large response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft request entity too large response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft request entity too large response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) String ¶
func (o *PatchLanguageunderstandingMinerDraftRequestEntityTooLarge) String() string
type PatchLanguageunderstandingMinerDraftRequestTimeout ¶
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 (o *PatchLanguageunderstandingMinerDraftRequestTimeout) Error() string
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft request timeout response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft request timeout response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft request timeout response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft request timeout response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft request timeout response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftRequestTimeout) String ¶
func (o *PatchLanguageunderstandingMinerDraftRequestTimeout) String() string
type PatchLanguageunderstandingMinerDraftServiceUnavailable ¶
type PatchLanguageunderstandingMinerDraftServiceUnavailable struct {
}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 (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) Error() string
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft service unavailable response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft service unavailable response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft service unavailable response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft service unavailable response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft service unavailable response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftServiceUnavailable) String ¶
func (o *PatchLanguageunderstandingMinerDraftServiceUnavailable) String() string
type PatchLanguageunderstandingMinerDraftTooManyRequests ¶
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 (o *PatchLanguageunderstandingMinerDraftTooManyRequests) Error() string
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft too many requests response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft too many requests response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft too many requests response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft too many requests response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft too many requests response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftTooManyRequests) String ¶
func (o *PatchLanguageunderstandingMinerDraftTooManyRequests) String() string
type PatchLanguageunderstandingMinerDraftUnauthorized ¶
type PatchLanguageunderstandingMinerDraftUnauthorized struct {
}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 (o *PatchLanguageunderstandingMinerDraftUnauthorized) Error() string
func (*PatchLanguageunderstandingMinerDraftUnauthorized) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft unauthorized response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft unauthorized response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft unauthorized response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft unauthorized response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftUnauthorized) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft unauthorized response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftUnauthorized) String ¶
func (o *PatchLanguageunderstandingMinerDraftUnauthorized) String() string
type PatchLanguageunderstandingMinerDraftUnsupportedMediaType ¶
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 (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) Error() string
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch languageunderstanding miner draft unsupported media type response has a 4xx status code
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch languageunderstanding miner draft unsupported media type response a status code equal to that given
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch languageunderstanding miner draft unsupported media type response has a 3xx status code
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch languageunderstanding miner draft unsupported media type response has a 5xx status code
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch languageunderstanding miner draft unsupported media type response has a 2xx status code
func (*PatchLanguageunderstandingMinerDraftUnsupportedMediaType) String ¶
func (o *PatchLanguageunderstandingMinerDraftUnsupportedMediaType) String() string
type PostLanguageunderstandingDomainFeedbackBadRequest ¶
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 (o *PostLanguageunderstandingDomainFeedbackBadRequest) Error() string
func (*PostLanguageunderstandingDomainFeedbackBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackBadRequest) String ¶
func (o *PostLanguageunderstandingDomainFeedbackBadRequest) String() 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 (o *PostLanguageunderstandingDomainFeedbackCreated) Error() string
func (*PostLanguageunderstandingDomainFeedbackCreated) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) GetPayload() *models.NluFeedbackResponse
func (*PostLanguageunderstandingDomainFeedbackCreated) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback created response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackCreated) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback created response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackCreated) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback created response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackCreated) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback created response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackCreated) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback created response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackCreated) String ¶
func (o *PostLanguageunderstandingDomainFeedbackCreated) String() string
type PostLanguageunderstandingDomainFeedbackForbidden ¶
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 (o *PostLanguageunderstandingDomainFeedbackForbidden) Error() string
func (*PostLanguageunderstandingDomainFeedbackForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackForbidden) String ¶
func (o *PostLanguageunderstandingDomainFeedbackForbidden) String() string
type PostLanguageunderstandingDomainFeedbackGatewayTimeout ¶
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 (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainFeedbackGatewayTimeout) String() 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 (o *PostLanguageunderstandingDomainFeedbackInternalServerError) Error() string
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainFeedbackInternalServerError) String() string
type PostLanguageunderstandingDomainFeedbackNotFound ¶
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 (o *PostLanguageunderstandingDomainFeedbackNotFound) Error() string
func (*PostLanguageunderstandingDomainFeedbackNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback not found response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback not found response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback not found response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback not found response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback not found response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackNotFound) String ¶
func (o *PostLanguageunderstandingDomainFeedbackNotFound) String() 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 (o *PostLanguageunderstandingDomainFeedbackOK) Error() string
func (*PostLanguageunderstandingDomainFeedbackOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) GetPayload() *models.NluFeedbackResponse
func (*PostLanguageunderstandingDomainFeedbackOK) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback o k response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackOK) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback o k response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackOK) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback o k response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackOK) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback o k response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackOK) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback o k response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackOK) String ¶
func (o *PostLanguageunderstandingDomainFeedbackOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) SetBody(body *models.NluFeedbackRequest)
SetBody adds the body to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) SetContext ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WithBody ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithBody(body *models.NluFeedbackRequest) *PostLanguageunderstandingDomainFeedbackParams
WithBody adds the body to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WithContext ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainFeedbackParams
WithContext adds the context to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithDefaults() *PostLanguageunderstandingDomainFeedbackParams
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 ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainFeedbackParams
WithDomainID adds the domainID to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WithHTTPClient ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainFeedbackParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainFeedbackParams
WithTimeout adds the timeout to the post languageunderstanding domain feedback params
func (*PostLanguageunderstandingDomainFeedbackParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainFeedbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback request entity too large response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestEntityTooLarge) String() string
type PostLanguageunderstandingDomainFeedbackRequestTimeout ¶
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 (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainFeedbackRequestTimeout) String() string
type PostLanguageunderstandingDomainFeedbackServiceUnavailable ¶
type PostLanguageunderstandingDomainFeedbackServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainFeedbackServiceUnavailable) String() string
type PostLanguageunderstandingDomainFeedbackTooManyRequests ¶
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 (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainFeedbackTooManyRequests) String() string
type PostLanguageunderstandingDomainFeedbackUnauthorized ¶
type PostLanguageunderstandingDomainFeedbackUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainFeedbackUnauthorized) Error() string
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainFeedbackUnauthorized) String() 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 (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain feedback unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain feedback unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain feedback unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain feedback unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain feedback unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainFeedbackUnsupportedMediaType) String() string
type PostLanguageunderstandingDomainVersionDetectBadRequest ¶
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 (o *PostLanguageunderstandingDomainVersionDetectBadRequest) Error() string
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectBadRequest) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectBadRequest) String() string
type PostLanguageunderstandingDomainVersionDetectForbidden ¶
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 (o *PostLanguageunderstandingDomainVersionDetectForbidden) Error() string
func (*PostLanguageunderstandingDomainVersionDetectForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectForbidden) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectForbidden) String() 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 (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectGatewayTimeout) String() 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 (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) Error() string
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectInternalServerError) String() string
type PostLanguageunderstandingDomainVersionDetectNotFound ¶
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 (o *PostLanguageunderstandingDomainVersionDetectNotFound) Error() string
func (*PostLanguageunderstandingDomainVersionDetectNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect not found response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect not found response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect not found response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect not found response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect not found response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectNotFound) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectNotFound) String() 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 (o *PostLanguageunderstandingDomainVersionDetectOK) Error() string
func (*PostLanguageunderstandingDomainVersionDetectOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) GetPayload() *models.NluDetectionResponse
func (*PostLanguageunderstandingDomainVersionDetectOK) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect o k response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectOK) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect o k response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectOK) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect o k response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectOK) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect o k response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectOK) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect o k response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectOK) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) SetBody(body *models.NluDetectionRequest)
SetBody adds the body to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) SetContext ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) SetDomainID(domainID string)
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 ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) SetTimeout ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithBody ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithBody(body *models.NluDetectionRequest) *PostLanguageunderstandingDomainVersionDetectParams
WithBody adds the body to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithContext ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionDetectParams
WithContext adds the context to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDefaults() *PostLanguageunderstandingDomainVersionDetectParams
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 ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionDetectParams
WithDomainID adds the domainID to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithDomainVersionID ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionDetectParams
WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithHTTPClient ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionDetectParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionDetectParams
WithTimeout adds the timeout to the post languageunderstanding domain version detect params
func (*PostLanguageunderstandingDomainVersionDetectParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainVersionDetectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestEntityTooLarge) String() 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 (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectRequestTimeout) String() string
type PostLanguageunderstandingDomainVersionDetectServiceUnavailable ¶
type PostLanguageunderstandingDomainVersionDetectServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectServiceUnavailable) String() 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 (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectTooManyRequests) String() string
type PostLanguageunderstandingDomainVersionDetectUnauthorized ¶
type PostLanguageunderstandingDomainVersionDetectUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) Error() string
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnauthorized) String() 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 (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version detect unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version detect unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version detect unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version detect unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version detect unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainVersionDetectUnsupportedMediaType) String() string
type PostLanguageunderstandingDomainVersionPublishBadRequest ¶
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 (o *PostLanguageunderstandingDomainVersionPublishBadRequest) Error() string
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishBadRequest) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishBadRequest) String() string
type PostLanguageunderstandingDomainVersionPublishConflict ¶
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 (o *PostLanguageunderstandingDomainVersionPublishConflict) Error() string
func (*PostLanguageunderstandingDomainVersionPublishConflict) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishConflict) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish conflict response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishConflict) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish conflict response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishConflict) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish conflict response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishConflict) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish conflict response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishConflict) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish conflict response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishConflict) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishConflict) String() 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 (o *PostLanguageunderstandingDomainVersionPublishCreated) Error() string
func (*PostLanguageunderstandingDomainVersionPublishCreated) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) GetPayload() *models.NluDomainVersion
func (*PostLanguageunderstandingDomainVersionPublishCreated) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish created response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishCreated) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish created response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishCreated) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish created response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishCreated) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish created response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishCreated) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish created response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishCreated) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishCreated) String() string
type PostLanguageunderstandingDomainVersionPublishForbidden ¶
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 (o *PostLanguageunderstandingDomainVersionPublishForbidden) Error() string
func (*PostLanguageunderstandingDomainVersionPublishForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishForbidden) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishForbidden) String() 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 (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishGatewayTimeout) String() 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 (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) Error() string
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishInternalServerError) String() string
type PostLanguageunderstandingDomainVersionPublishNotFound ¶
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 (o *PostLanguageunderstandingDomainVersionPublishNotFound) Error() string
func (*PostLanguageunderstandingDomainVersionPublishNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish not found response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish not found response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish not found response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish not found response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish not found response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishNotFound) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishNotFound) String() 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 (o *PostLanguageunderstandingDomainVersionPublishOK) Error() string
func (*PostLanguageunderstandingDomainVersionPublishOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) GetPayload() *models.NluDomainVersion
func (*PostLanguageunderstandingDomainVersionPublishOK) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish o k response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishOK) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish o k response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishOK) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish o k response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishOK) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish o k response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishOK) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish o k response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishOK) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) SetDomainID(domainID string)
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 ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) SetTimeout ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WithContext ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionPublishParams
WithContext adds the context to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDefaults() *PostLanguageunderstandingDomainVersionPublishParams
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 ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionPublishParams
WithDomainID adds the domainID to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WithDomainVersionID ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionPublishParams
WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WithHTTPClient ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionPublishParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionPublishParams
WithTimeout adds the timeout to the post languageunderstanding domain version publish params
func (*PostLanguageunderstandingDomainVersionPublishParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainVersionPublishParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestEntityTooLarge) String() 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 (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishRequestTimeout) String() string
type PostLanguageunderstandingDomainVersionPublishServiceUnavailable ¶
type PostLanguageunderstandingDomainVersionPublishServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishServiceUnavailable) String() 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 (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishTooManyRequests) String() string
type PostLanguageunderstandingDomainVersionPublishUnauthorized ¶
type PostLanguageunderstandingDomainVersionPublishUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) Error() string
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnauthorized) String() 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 (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version publish unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version publish unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version publish unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version publish unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version publish unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainVersionPublishUnsupportedMediaType) String() 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 (o *PostLanguageunderstandingDomainVersionTrainAccepted) Error() string
func (*PostLanguageunderstandingDomainVersionTrainAccepted) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) GetPayload() *models.NluDomainVersionTrainingResponse
func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train accepted response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train accepted response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train accepted response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train accepted response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainAccepted) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train accepted response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainAccepted) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainAccepted) String() string
type PostLanguageunderstandingDomainVersionTrainBadRequest ¶
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 (o *PostLanguageunderstandingDomainVersionTrainBadRequest) Error() string
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainBadRequest) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainBadRequest) String() string
type PostLanguageunderstandingDomainVersionTrainConflict ¶
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 (o *PostLanguageunderstandingDomainVersionTrainConflict) Error() string
func (*PostLanguageunderstandingDomainVersionTrainConflict) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainConflict) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train conflict response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainConflict) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train conflict response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainConflict) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train conflict response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainConflict) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train conflict response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainConflict) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train conflict response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainConflict) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainConflict) String() string
type PostLanguageunderstandingDomainVersionTrainForbidden ¶
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 (o *PostLanguageunderstandingDomainVersionTrainForbidden) Error() string
func (*PostLanguageunderstandingDomainVersionTrainForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainForbidden) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainForbidden) String() string
type PostLanguageunderstandingDomainVersionTrainGatewayTimeout ¶
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 (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainGatewayTimeout) String() 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 (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) Error() string
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainInternalServerError) String() string
type PostLanguageunderstandingDomainVersionTrainNotFound ¶
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 (o *PostLanguageunderstandingDomainVersionTrainNotFound) Error() string
func (*PostLanguageunderstandingDomainVersionTrainNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train not found response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train not found response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train not found response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train not found response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train not found response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainNotFound) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainNotFound) String() 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 (o *PostLanguageunderstandingDomainVersionTrainOK) Error() string
func (*PostLanguageunderstandingDomainVersionTrainOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) GetPayload() *models.NluDomainVersionTrainingResponse
func (*PostLanguageunderstandingDomainVersionTrainOK) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train o k response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainOK) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train o k response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainOK) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train o k response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainOK) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train o k response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainOK) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train o k response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainOK) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) SetDomainID(domainID string)
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 ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) SetTimeout ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WithContext ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionTrainParams
WithContext adds the context to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDefaults() *PostLanguageunderstandingDomainVersionTrainParams
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 ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionTrainParams
WithDomainID adds the domainID to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WithDomainVersionID ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithDomainVersionID(domainVersionID string) *PostLanguageunderstandingDomainVersionTrainParams
WithDomainVersionID adds the domainVersionID to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WithHTTPClient ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionTrainParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionTrainParams
WithTimeout adds the timeout to the post languageunderstanding domain version train params
func (*PostLanguageunderstandingDomainVersionTrainParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainVersionTrainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestEntityTooLarge) String() string
type PostLanguageunderstandingDomainVersionTrainRequestTimeout ¶
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 (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainRequestTimeout) String() string
type PostLanguageunderstandingDomainVersionTrainServiceUnavailable ¶
type PostLanguageunderstandingDomainVersionTrainServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainServiceUnavailable) String() 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 (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainTooManyRequests) String() string
type PostLanguageunderstandingDomainVersionTrainUnauthorized ¶
type PostLanguageunderstandingDomainVersionTrainUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) Error() string
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnauthorized) String() 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 (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain version train unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain version train unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain version train unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain version train unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain version train unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainVersionTrainUnsupportedMediaType) String() string
type PostLanguageunderstandingDomainVersionsBadRequest ¶
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 (o *PostLanguageunderstandingDomainVersionsBadRequest) Error() string
func (*PostLanguageunderstandingDomainVersionsBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsBadRequest) String ¶
func (o *PostLanguageunderstandingDomainVersionsBadRequest) String() 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 (o *PostLanguageunderstandingDomainVersionsCreated) Error() string
func (*PostLanguageunderstandingDomainVersionsCreated) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) GetPayload() *models.NluDomainVersion
func (*PostLanguageunderstandingDomainVersionsCreated) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions created response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsCreated) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions created response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsCreated) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions created response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsCreated) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions created response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsCreated) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions created response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsCreated) String ¶
func (o *PostLanguageunderstandingDomainVersionsCreated) String() string
type PostLanguageunderstandingDomainVersionsForbidden ¶
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 (o *PostLanguageunderstandingDomainVersionsForbidden) Error() string
func (*PostLanguageunderstandingDomainVersionsForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsForbidden) String ¶
func (o *PostLanguageunderstandingDomainVersionsForbidden) String() string
type PostLanguageunderstandingDomainVersionsGatewayTimeout ¶
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 (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionsGatewayTimeout) String() 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 (o *PostLanguageunderstandingDomainVersionsInternalServerError) Error() string
func (*PostLanguageunderstandingDomainVersionsInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainVersionsInternalServerError) String() string
type PostLanguageunderstandingDomainVersionsNotFound ¶
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 (o *PostLanguageunderstandingDomainVersionsNotFound) Error() string
func (*PostLanguageunderstandingDomainVersionsNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions not found response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions not found response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions not found response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions not found response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions not found response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsNotFound) String ¶
func (o *PostLanguageunderstandingDomainVersionsNotFound) String() 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 (o *PostLanguageunderstandingDomainVersionsOK) Error() string
func (*PostLanguageunderstandingDomainVersionsOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsOK) GetPayload() *models.NluDomainVersion
func (*PostLanguageunderstandingDomainVersionsOK) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsOK) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions o k response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsOK) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions o k response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsOK) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsOK) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions o k response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsOK) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsOK) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions o k response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsOK) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions o k response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsOK) String ¶
func (o *PostLanguageunderstandingDomainVersionsOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainVersionsParams) SetBody(body *models.NluDomainVersion)
SetBody adds the body to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) SetContext ¶
func (o *PostLanguageunderstandingDomainVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingDomainVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithBody ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithBody(body *models.NluDomainVersion) *PostLanguageunderstandingDomainVersionsParams
WithBody adds the body to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithContext ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainVersionsParams
WithContext adds the context to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithDefaults() *PostLanguageunderstandingDomainVersionsParams
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 ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithDomainID(domainID string) *PostLanguageunderstandingDomainVersionsParams
WithDomainID adds the domainID to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithHTTPClient ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainVersionsParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithIncludeUtterances ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithIncludeUtterances(includeUtterances *bool) *PostLanguageunderstandingDomainVersionsParams
WithIncludeUtterances adds the includeUtterances to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainVersionsParams
WithTimeout adds the timeout to the post languageunderstanding domain versions params
func (*PostLanguageunderstandingDomainVersionsParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions request entity too large response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainVersionsRequestEntityTooLarge) String() string
type PostLanguageunderstandingDomainVersionsRequestTimeout ¶
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 (o *PostLanguageunderstandingDomainVersionsRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainVersionsRequestTimeout) String() string
type PostLanguageunderstandingDomainVersionsServiceUnavailable ¶
type PostLanguageunderstandingDomainVersionsServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainVersionsServiceUnavailable) String() string
type PostLanguageunderstandingDomainVersionsTooManyRequests ¶
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 (o *PostLanguageunderstandingDomainVersionsTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainVersionsTooManyRequests) String() string
type PostLanguageunderstandingDomainVersionsUnauthorized ¶
type PostLanguageunderstandingDomainVersionsUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainVersionsUnauthorized) Error() string
func (*PostLanguageunderstandingDomainVersionsUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainVersionsUnauthorized) String() 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 (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domain versions unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domain versions unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domain versions unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domain versions unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domain versions unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainVersionsUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainVersionsUnsupportedMediaType) String() string
type PostLanguageunderstandingDomainsBadRequest ¶
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 (o *PostLanguageunderstandingDomainsBadRequest) Error() string
func (*PostLanguageunderstandingDomainsBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingDomainsBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingDomainsBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains bad request response has a 4xx status code
func (*PostLanguageunderstandingDomainsBadRequest) IsCode ¶
func (o *PostLanguageunderstandingDomainsBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains bad request response a status code equal to that given
func (*PostLanguageunderstandingDomainsBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains bad request response has a 3xx status code
func (*PostLanguageunderstandingDomainsBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingDomainsBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains bad request response has a 5xx status code
func (*PostLanguageunderstandingDomainsBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains bad request response has a 2xx status code
func (*PostLanguageunderstandingDomainsBadRequest) String ¶
func (o *PostLanguageunderstandingDomainsBadRequest) String() string
type PostLanguageunderstandingDomainsCreated ¶
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 (o *PostLanguageunderstandingDomainsCreated) Error() string
func (*PostLanguageunderstandingDomainsCreated) GetPayload ¶
func (o *PostLanguageunderstandingDomainsCreated) GetPayload() *models.NluDomain
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 ¶
func (o *PostLanguageunderstandingDomainsCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains created response a status code equal to that given
func (*PostLanguageunderstandingDomainsCreated) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsCreated) IsRedirect() bool
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 ¶
func (o *PostLanguageunderstandingDomainsCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains created response has a 2xx status code
func (*PostLanguageunderstandingDomainsCreated) String ¶
func (o *PostLanguageunderstandingDomainsCreated) String() string
type PostLanguageunderstandingDomainsForbidden ¶
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 (o *PostLanguageunderstandingDomainsForbidden) Error() string
func (*PostLanguageunderstandingDomainsForbidden) GetPayload ¶
func (o *PostLanguageunderstandingDomainsForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsForbidden) IsClientError ¶
func (o *PostLanguageunderstandingDomainsForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains forbidden response has a 4xx status code
func (*PostLanguageunderstandingDomainsForbidden) IsCode ¶
func (o *PostLanguageunderstandingDomainsForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains forbidden response a status code equal to that given
func (*PostLanguageunderstandingDomainsForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains forbidden response has a 3xx status code
func (*PostLanguageunderstandingDomainsForbidden) IsServerError ¶
func (o *PostLanguageunderstandingDomainsForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains forbidden response has a 5xx status code
func (*PostLanguageunderstandingDomainsForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains forbidden response has a 2xx status code
func (*PostLanguageunderstandingDomainsForbidden) String ¶
func (o *PostLanguageunderstandingDomainsForbidden) String() string
type PostLanguageunderstandingDomainsGatewayTimeout ¶
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 (o *PostLanguageunderstandingDomainsGatewayTimeout) Error() string
func (*PostLanguageunderstandingDomainsGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainsGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainsGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainsGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainsGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainsGatewayTimeout) String ¶
func (o *PostLanguageunderstandingDomainsGatewayTimeout) String() string
type PostLanguageunderstandingDomainsInternalServerError ¶
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 (o *PostLanguageunderstandingDomainsInternalServerError) Error() string
func (*PostLanguageunderstandingDomainsInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains internal server error response has a 4xx status code
func (*PostLanguageunderstandingDomainsInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains internal server error response a status code equal to that given
func (*PostLanguageunderstandingDomainsInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains internal server error response has a 3xx status code
func (*PostLanguageunderstandingDomainsInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains internal server error response has a 5xx status code
func (*PostLanguageunderstandingDomainsInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains internal server error response has a 2xx status code
func (*PostLanguageunderstandingDomainsInternalServerError) String ¶
func (o *PostLanguageunderstandingDomainsInternalServerError) String() string
type PostLanguageunderstandingDomainsNotFound ¶
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 (o *PostLanguageunderstandingDomainsNotFound) Error() string
func (*PostLanguageunderstandingDomainsNotFound) GetPayload ¶
func (o *PostLanguageunderstandingDomainsNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsNotFound) IsClientError ¶
func (o *PostLanguageunderstandingDomainsNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains not found response has a 4xx status code
func (*PostLanguageunderstandingDomainsNotFound) IsCode ¶
func (o *PostLanguageunderstandingDomainsNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains not found response a status code equal to that given
func (*PostLanguageunderstandingDomainsNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains not found response has a 3xx status code
func (*PostLanguageunderstandingDomainsNotFound) IsServerError ¶
func (o *PostLanguageunderstandingDomainsNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains not found response has a 5xx status code
func (*PostLanguageunderstandingDomainsNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains not found response has a 2xx status code
func (*PostLanguageunderstandingDomainsNotFound) String ¶
func (o *PostLanguageunderstandingDomainsNotFound) String() string
type PostLanguageunderstandingDomainsOK ¶
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 (o *PostLanguageunderstandingDomainsOK) Error() string
func (*PostLanguageunderstandingDomainsOK) GetPayload ¶
func (o *PostLanguageunderstandingDomainsOK) GetPayload() *models.NluDomain
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 ¶
func (o *PostLanguageunderstandingDomainsOK) IsCode(code int) bool
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 ¶
func (o *PostLanguageunderstandingDomainsOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains o k response has a 2xx status code
func (*PostLanguageunderstandingDomainsOK) String ¶
func (o *PostLanguageunderstandingDomainsOK) String() 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 ¶
func (o *PostLanguageunderstandingDomainsParams) SetBody(body *models.NluDomain)
SetBody adds the body to the post languageunderstanding domains params
func (*PostLanguageunderstandingDomainsParams) SetContext ¶
func (o *PostLanguageunderstandingDomainsParams) SetContext(ctx context.Context)
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 ¶
func (o *PostLanguageunderstandingDomainsParams) WithBody(body *models.NluDomain) *PostLanguageunderstandingDomainsParams
WithBody adds the body to the post languageunderstanding domains params
func (*PostLanguageunderstandingDomainsParams) WithContext ¶
func (o *PostLanguageunderstandingDomainsParams) WithContext(ctx context.Context) *PostLanguageunderstandingDomainsParams
WithContext adds the context to the post languageunderstanding domains params
func (*PostLanguageunderstandingDomainsParams) WithDefaults ¶
func (o *PostLanguageunderstandingDomainsParams) WithDefaults() *PostLanguageunderstandingDomainsParams
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 ¶
func (o *PostLanguageunderstandingDomainsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingDomainsParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding domains params
func (*PostLanguageunderstandingDomainsParams) WithTimeout ¶
func (o *PostLanguageunderstandingDomainsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingDomainsParams
WithTimeout adds the timeout to the post languageunderstanding domains params
func (*PostLanguageunderstandingDomainsParams) WriteToRequest ¶
func (o *PostLanguageunderstandingDomainsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains request entity too large response has a 4xx status code
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains request entity too large response a status code equal to that given
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains request entity too large response has a 3xx status code
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains request entity too large response has a 5xx status code
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains request entity too large response has a 2xx status code
func (*PostLanguageunderstandingDomainsRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingDomainsRequestEntityTooLarge) String() string
type PostLanguageunderstandingDomainsRequestTimeout ¶
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 (o *PostLanguageunderstandingDomainsRequestTimeout) Error() string
func (*PostLanguageunderstandingDomainsRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains request timeout response has a 4xx status code
func (*PostLanguageunderstandingDomainsRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains request timeout response a status code equal to that given
func (*PostLanguageunderstandingDomainsRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains request timeout response has a 3xx status code
func (*PostLanguageunderstandingDomainsRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains request timeout response has a 5xx status code
func (*PostLanguageunderstandingDomainsRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains request timeout response has a 2xx status code
func (*PostLanguageunderstandingDomainsRequestTimeout) String ¶
func (o *PostLanguageunderstandingDomainsRequestTimeout) String() string
type PostLanguageunderstandingDomainsServiceUnavailable ¶
type PostLanguageunderstandingDomainsServiceUnavailable struct {
}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 (o *PostLanguageunderstandingDomainsServiceUnavailable) Error() string
func (*PostLanguageunderstandingDomainsServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains service unavailable response has a 4xx status code
func (*PostLanguageunderstandingDomainsServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains service unavailable response a status code equal to that given
func (*PostLanguageunderstandingDomainsServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains service unavailable response has a 3xx status code
func (*PostLanguageunderstandingDomainsServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains service unavailable response has a 5xx status code
func (*PostLanguageunderstandingDomainsServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains service unavailable response has a 2xx status code
func (*PostLanguageunderstandingDomainsServiceUnavailable) String ¶
func (o *PostLanguageunderstandingDomainsServiceUnavailable) String() string
type PostLanguageunderstandingDomainsTooManyRequests ¶
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 (o *PostLanguageunderstandingDomainsTooManyRequests) Error() string
func (*PostLanguageunderstandingDomainsTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains too many requests response has a 4xx status code
func (*PostLanguageunderstandingDomainsTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains too many requests response a status code equal to that given
func (*PostLanguageunderstandingDomainsTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains too many requests response has a 3xx status code
func (*PostLanguageunderstandingDomainsTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains too many requests response has a 5xx status code
func (*PostLanguageunderstandingDomainsTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains too many requests response has a 2xx status code
func (*PostLanguageunderstandingDomainsTooManyRequests) String ¶
func (o *PostLanguageunderstandingDomainsTooManyRequests) String() string
type PostLanguageunderstandingDomainsUnauthorized ¶
type PostLanguageunderstandingDomainsUnauthorized struct {
}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 (o *PostLanguageunderstandingDomainsUnauthorized) Error() string
func (*PostLanguageunderstandingDomainsUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains unauthorized response has a 4xx status code
func (*PostLanguageunderstandingDomainsUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains unauthorized response a status code equal to that given
func (*PostLanguageunderstandingDomainsUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains unauthorized response has a 3xx status code
func (*PostLanguageunderstandingDomainsUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains unauthorized response has a 5xx status code
func (*PostLanguageunderstandingDomainsUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains unauthorized response has a 2xx status code
func (*PostLanguageunderstandingDomainsUnauthorized) String ¶
func (o *PostLanguageunderstandingDomainsUnauthorized) String() string
type PostLanguageunderstandingDomainsUnsupportedMediaType ¶
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 (o *PostLanguageunderstandingDomainsUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding domains unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding domains unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding domains unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding domains unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding domains unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingDomainsUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingDomainsUnsupportedMediaType) String() string
type PostLanguageunderstandingMinerDraftsBadRequest ¶
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 (o *PostLanguageunderstandingMinerDraftsBadRequest) Error() string
func (*PostLanguageunderstandingMinerDraftsBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts bad request response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsBadRequest) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts bad request response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts bad request response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts bad request response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts bad request response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsBadRequest) String ¶
func (o *PostLanguageunderstandingMinerDraftsBadRequest) String() string
type PostLanguageunderstandingMinerDraftsCreated ¶
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 (o *PostLanguageunderstandingMinerDraftsCreated) Error() string
func (*PostLanguageunderstandingMinerDraftsCreated) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) GetPayload() *models.Draft
func (*PostLanguageunderstandingMinerDraftsCreated) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts created response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsCreated) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts created response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsCreated) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts created response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsCreated) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts created response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsCreated) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts created response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsCreated) String ¶
func (o *PostLanguageunderstandingMinerDraftsCreated) String() string
type PostLanguageunderstandingMinerDraftsForbidden ¶
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 (o *PostLanguageunderstandingMinerDraftsForbidden) Error() string
func (*PostLanguageunderstandingMinerDraftsForbidden) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsForbidden) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts forbidden response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsForbidden) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts forbidden response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts forbidden response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsForbidden) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts forbidden response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts forbidden response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsForbidden) String ¶
func (o *PostLanguageunderstandingMinerDraftsForbidden) String() string
type PostLanguageunderstandingMinerDraftsGatewayTimeout ¶
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 (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) Error() string
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsGatewayTimeout) String ¶
func (o *PostLanguageunderstandingMinerDraftsGatewayTimeout) String() string
type PostLanguageunderstandingMinerDraftsInternalServerError ¶
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 (o *PostLanguageunderstandingMinerDraftsInternalServerError) Error() string
func (*PostLanguageunderstandingMinerDraftsInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts internal server error response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts internal server error response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts internal server error response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts internal server error response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts internal server error response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsInternalServerError) String ¶
func (o *PostLanguageunderstandingMinerDraftsInternalServerError) String() string
type PostLanguageunderstandingMinerDraftsNotFound ¶
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 (o *PostLanguageunderstandingMinerDraftsNotFound) Error() string
func (*PostLanguageunderstandingMinerDraftsNotFound) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsNotFound) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts not found response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsNotFound) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts not found response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts not found response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsNotFound) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts not found response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts not found response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsNotFound) String ¶
func (o *PostLanguageunderstandingMinerDraftsNotFound) String() string
type PostLanguageunderstandingMinerDraftsOK ¶
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 (o *PostLanguageunderstandingMinerDraftsOK) Error() string
func (*PostLanguageunderstandingMinerDraftsOK) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsOK) GetPayload() *models.Draft
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 ¶
func (o *PostLanguageunderstandingMinerDraftsOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts o k response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsOK) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsOK) IsRedirect() bool
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 ¶
func (o *PostLanguageunderstandingMinerDraftsOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts o k response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsOK) String ¶
func (o *PostLanguageunderstandingMinerDraftsOK) String() 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 ¶
func (o *PostLanguageunderstandingMinerDraftsParams) SetBody(body *models.Draft)
SetBody adds the body to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) SetContext ¶
func (o *PostLanguageunderstandingMinerDraftsParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingMinerDraftsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WithBody ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithBody(body *models.Draft) *PostLanguageunderstandingMinerDraftsParams
WithBody adds the body to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WithContext ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinerDraftsParams
WithContext adds the context to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WithDefaults ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithDefaults() *PostLanguageunderstandingMinerDraftsParams
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 ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerDraftsParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WithMinerID ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithMinerID(minerID string) *PostLanguageunderstandingMinerDraftsParams
WithMinerID adds the minerID to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WithTimeout ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerDraftsParams
WithTimeout adds the timeout to the post languageunderstanding miner drafts params
func (*PostLanguageunderstandingMinerDraftsParams) WriteToRequest ¶
func (o *PostLanguageunderstandingMinerDraftsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts request entity too large response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts request entity too large response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts request entity too large response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts request entity too large response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts request entity too large response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingMinerDraftsRequestEntityTooLarge) String() string
type PostLanguageunderstandingMinerDraftsRequestTimeout ¶
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 (o *PostLanguageunderstandingMinerDraftsRequestTimeout) Error() string
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts request timeout response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts request timeout response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts request timeout response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts request timeout response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts request timeout response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsRequestTimeout) String ¶
func (o *PostLanguageunderstandingMinerDraftsRequestTimeout) String() string
type PostLanguageunderstandingMinerDraftsServiceUnavailable ¶
type PostLanguageunderstandingMinerDraftsServiceUnavailable struct {
}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 (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) Error() string
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts service unavailable response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts service unavailable response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts service unavailable response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts service unavailable response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts service unavailable response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsServiceUnavailable) String ¶
func (o *PostLanguageunderstandingMinerDraftsServiceUnavailable) String() string
type PostLanguageunderstandingMinerDraftsTooManyRequests ¶
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 (o *PostLanguageunderstandingMinerDraftsTooManyRequests) Error() string
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts too many requests response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts too many requests response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts too many requests response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts too many requests response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts too many requests response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsTooManyRequests) String ¶
func (o *PostLanguageunderstandingMinerDraftsTooManyRequests) String() string
type PostLanguageunderstandingMinerDraftsUnauthorized ¶
type PostLanguageunderstandingMinerDraftsUnauthorized struct {
}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 (o *PostLanguageunderstandingMinerDraftsUnauthorized) Error() string
func (*PostLanguageunderstandingMinerDraftsUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts unauthorized response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts unauthorized response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts unauthorized response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts unauthorized response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts unauthorized response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsUnauthorized) String ¶
func (o *PostLanguageunderstandingMinerDraftsUnauthorized) String() string
type PostLanguageunderstandingMinerDraftsUnsupportedMediaType ¶
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 (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner drafts unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner drafts unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner drafts unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner drafts unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner drafts unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingMinerDraftsUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingMinerDraftsUnsupportedMediaType) String() string
type PostLanguageunderstandingMinerExecuteAccepted ¶
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 (o *PostLanguageunderstandingMinerExecuteAccepted) Error() string
func (*PostLanguageunderstandingMinerExecuteAccepted) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) GetPayload() *models.Miner
func (*PostLanguageunderstandingMinerExecuteAccepted) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute accepted response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteAccepted) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute accepted response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteAccepted) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute accepted response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteAccepted) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute accepted response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteAccepted) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute accepted response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteAccepted) String ¶
func (o *PostLanguageunderstandingMinerExecuteAccepted) String() string
type PostLanguageunderstandingMinerExecuteBadRequest ¶
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 (o *PostLanguageunderstandingMinerExecuteBadRequest) Error() string
func (*PostLanguageunderstandingMinerExecuteBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute bad request response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteBadRequest) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute bad request response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute bad request response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute bad request response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute bad request response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteBadRequest) String ¶
func (o *PostLanguageunderstandingMinerExecuteBadRequest) String() string
type PostLanguageunderstandingMinerExecuteForbidden ¶
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 (o *PostLanguageunderstandingMinerExecuteForbidden) Error() string
func (*PostLanguageunderstandingMinerExecuteForbidden) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteForbidden) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute forbidden response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteForbidden) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute forbidden response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute forbidden response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteForbidden) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute forbidden response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute forbidden response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteForbidden) String ¶
func (o *PostLanguageunderstandingMinerExecuteForbidden) String() string
type PostLanguageunderstandingMinerExecuteGatewayTimeout ¶
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 (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) Error() string
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteGatewayTimeout) String ¶
func (o *PostLanguageunderstandingMinerExecuteGatewayTimeout) String() string
type PostLanguageunderstandingMinerExecuteInternalServerError ¶
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 (o *PostLanguageunderstandingMinerExecuteInternalServerError) Error() string
func (*PostLanguageunderstandingMinerExecuteInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute internal server error response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute internal server error response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute internal server error response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute internal server error response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute internal server error response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteInternalServerError) String ¶
func (o *PostLanguageunderstandingMinerExecuteInternalServerError) String() string
type PostLanguageunderstandingMinerExecuteNotFound ¶
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 (o *PostLanguageunderstandingMinerExecuteNotFound) Error() string
func (*PostLanguageunderstandingMinerExecuteNotFound) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteNotFound) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute not found response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteNotFound) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute not found response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute not found response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteNotFound) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute not found response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteNotFound) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute not found response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteNotFound) String ¶
func (o *PostLanguageunderstandingMinerExecuteNotFound) String() string
type PostLanguageunderstandingMinerExecuteOK ¶
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 (o *PostLanguageunderstandingMinerExecuteOK) Error() string
func (*PostLanguageunderstandingMinerExecuteOK) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteOK) GetPayload() *models.Miner
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 ¶
func (o *PostLanguageunderstandingMinerExecuteOK) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute o k response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteOK) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteOK) IsRedirect() bool
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 ¶
func (o *PostLanguageunderstandingMinerExecuteOK) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute o k response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteOK) String ¶
func (o *PostLanguageunderstandingMinerExecuteOK) String() 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 ¶
func (o *PostLanguageunderstandingMinerExecuteParams) SetBody(body *models.MinerExecuteRequest)
SetBody adds the body to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) SetContext ¶
func (o *PostLanguageunderstandingMinerExecuteParams) SetContext(ctx context.Context)
SetContext adds the context to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) SetDefaults ¶
func (o *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 ¶
func (o *PostLanguageunderstandingMinerExecuteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WithBody ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithBody(body *models.MinerExecuteRequest) *PostLanguageunderstandingMinerExecuteParams
WithBody adds the body to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WithContext ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinerExecuteParams
WithContext adds the context to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WithDefaults ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithDefaults() *PostLanguageunderstandingMinerExecuteParams
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 ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerExecuteParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WithMinerID ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithMinerID(minerID string) *PostLanguageunderstandingMinerExecuteParams
WithMinerID adds the minerID to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WithTimeout ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerExecuteParams
WithTimeout adds the timeout to the post languageunderstanding miner execute params
func (*PostLanguageunderstandingMinerExecuteParams) WriteToRequest ¶
func (o *PostLanguageunderstandingMinerExecuteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute request entity too large response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute request entity too large response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute request entity too large response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute request entity too large response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute request entity too large response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingMinerExecuteRequestEntityTooLarge) String() string
type PostLanguageunderstandingMinerExecuteRequestTimeout ¶
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 (o *PostLanguageunderstandingMinerExecuteRequestTimeout) Error() string
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute request timeout response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute request timeout response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute request timeout response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute request timeout response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute request timeout response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteRequestTimeout) String ¶
func (o *PostLanguageunderstandingMinerExecuteRequestTimeout) String() string
type PostLanguageunderstandingMinerExecuteServiceUnavailable ¶
type PostLanguageunderstandingMinerExecuteServiceUnavailable struct {
}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 (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) Error() string
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute service unavailable response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute service unavailable response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute service unavailable response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute service unavailable response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute service unavailable response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteServiceUnavailable) String ¶
func (o *PostLanguageunderstandingMinerExecuteServiceUnavailable) String() string
type PostLanguageunderstandingMinerExecuteTooManyRequests ¶
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 (o *PostLanguageunderstandingMinerExecuteTooManyRequests) Error() string
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute too many requests response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute too many requests response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute too many requests response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute too many requests response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute too many requests response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteTooManyRequests) String ¶
func (o *PostLanguageunderstandingMinerExecuteTooManyRequests) String() string
type PostLanguageunderstandingMinerExecuteUnauthorized ¶
type PostLanguageunderstandingMinerExecuteUnauthorized struct {
}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 (o *PostLanguageunderstandingMinerExecuteUnauthorized) Error() string
func (*PostLanguageunderstandingMinerExecuteUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute unauthorized response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute unauthorized response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute unauthorized response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute unauthorized response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute unauthorized response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteUnauthorized) String ¶
func (o *PostLanguageunderstandingMinerExecuteUnauthorized) String() string
type PostLanguageunderstandingMinerExecuteUnsupportedMediaType ¶
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 (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding miner execute unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miner execute unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miner execute unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding miner execute unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miner execute unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingMinerExecuteUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingMinerExecuteUnsupportedMediaType) String() string
type PostLanguageunderstandingMinersBadRequest ¶
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 (o *PostLanguageunderstandingMinersBadRequest) Error() string
func (*PostLanguageunderstandingMinersBadRequest) GetPayload ¶
func (o *PostLanguageunderstandingMinersBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersBadRequest) IsClientError ¶
func (o *PostLanguageunderstandingMinersBadRequest) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners bad request response has a 4xx status code
func (*PostLanguageunderstandingMinersBadRequest) IsCode ¶
func (o *PostLanguageunderstandingMinersBadRequest) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners bad request response a status code equal to that given
func (*PostLanguageunderstandingMinersBadRequest) IsRedirect ¶
func (o *PostLanguageunderstandingMinersBadRequest) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners bad request response has a 3xx status code
func (*PostLanguageunderstandingMinersBadRequest) IsServerError ¶
func (o *PostLanguageunderstandingMinersBadRequest) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners bad request response has a 5xx status code
func (*PostLanguageunderstandingMinersBadRequest) IsSuccess ¶
func (o *PostLanguageunderstandingMinersBadRequest) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners bad request response has a 2xx status code
func (*PostLanguageunderstandingMinersBadRequest) String ¶
func (o *PostLanguageunderstandingMinersBadRequest) String() string
type PostLanguageunderstandingMinersCreated ¶
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 (o *PostLanguageunderstandingMinersCreated) Error() string
func (*PostLanguageunderstandingMinersCreated) GetPayload ¶
func (o *PostLanguageunderstandingMinersCreated) GetPayload() *models.Miner
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 ¶
func (o *PostLanguageunderstandingMinersCreated) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners created response a status code equal to that given
func (*PostLanguageunderstandingMinersCreated) IsRedirect ¶
func (o *PostLanguageunderstandingMinersCreated) IsRedirect() bool
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 ¶
func (o *PostLanguageunderstandingMinersCreated) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners created response has a 2xx status code
func (*PostLanguageunderstandingMinersCreated) String ¶
func (o *PostLanguageunderstandingMinersCreated) String() string
type PostLanguageunderstandingMinersForbidden ¶
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 (o *PostLanguageunderstandingMinersForbidden) Error() string
func (*PostLanguageunderstandingMinersForbidden) GetPayload ¶
func (o *PostLanguageunderstandingMinersForbidden) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersForbidden) IsClientError ¶
func (o *PostLanguageunderstandingMinersForbidden) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners forbidden response has a 4xx status code
func (*PostLanguageunderstandingMinersForbidden) IsCode ¶
func (o *PostLanguageunderstandingMinersForbidden) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners forbidden response a status code equal to that given
func (*PostLanguageunderstandingMinersForbidden) IsRedirect ¶
func (o *PostLanguageunderstandingMinersForbidden) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners forbidden response has a 3xx status code
func (*PostLanguageunderstandingMinersForbidden) IsServerError ¶
func (o *PostLanguageunderstandingMinersForbidden) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners forbidden response has a 5xx status code
func (*PostLanguageunderstandingMinersForbidden) IsSuccess ¶
func (o *PostLanguageunderstandingMinersForbidden) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners forbidden response has a 2xx status code
func (*PostLanguageunderstandingMinersForbidden) String ¶
func (o *PostLanguageunderstandingMinersForbidden) String() string
type PostLanguageunderstandingMinersGatewayTimeout ¶
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 (o *PostLanguageunderstandingMinersGatewayTimeout) Error() string
func (*PostLanguageunderstandingMinersGatewayTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersGatewayTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners gateway timeout response has a 4xx status code
func (*PostLanguageunderstandingMinersGatewayTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners gateway timeout response a status code equal to that given
func (*PostLanguageunderstandingMinersGatewayTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners gateway timeout response has a 3xx status code
func (*PostLanguageunderstandingMinersGatewayTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners gateway timeout response has a 5xx status code
func (*PostLanguageunderstandingMinersGatewayTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners gateway timeout response has a 2xx status code
func (*PostLanguageunderstandingMinersGatewayTimeout) String ¶
func (o *PostLanguageunderstandingMinersGatewayTimeout) String() string
type PostLanguageunderstandingMinersInternalServerError ¶
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 (o *PostLanguageunderstandingMinersInternalServerError) Error() string
func (*PostLanguageunderstandingMinersInternalServerError) GetPayload ¶
func (o *PostLanguageunderstandingMinersInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersInternalServerError) IsClientError ¶
func (o *PostLanguageunderstandingMinersInternalServerError) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners internal server error response has a 4xx status code
func (*PostLanguageunderstandingMinersInternalServerError) IsCode ¶
func (o *PostLanguageunderstandingMinersInternalServerError) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners internal server error response a status code equal to that given
func (*PostLanguageunderstandingMinersInternalServerError) IsRedirect ¶
func (o *PostLanguageunderstandingMinersInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners internal server error response has a 3xx status code
func (*PostLanguageunderstandingMinersInternalServerError) IsServerError ¶
func (o *PostLanguageunderstandingMinersInternalServerError) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners internal server error response has a 5xx status code
func (*PostLanguageunderstandingMinersInternalServerError) IsSuccess ¶
func (o *PostLanguageunderstandingMinersInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners internal server error response has a 2xx status code
func (*PostLanguageunderstandingMinersInternalServerError) String ¶
func (o *PostLanguageunderstandingMinersInternalServerError) String() string
type PostLanguageunderstandingMinersNotFound ¶
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 (o *PostLanguageunderstandingMinersNotFound) Error() string
func (*PostLanguageunderstandingMinersNotFound) GetPayload ¶
func (o *PostLanguageunderstandingMinersNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *PostLanguageunderstandingMinersNotFound) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners not found response a status code equal to that given
func (*PostLanguageunderstandingMinersNotFound) IsRedirect ¶
func (o *PostLanguageunderstandingMinersNotFound) IsRedirect() bool
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 ¶
func (o *PostLanguageunderstandingMinersNotFound) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners not found response has a 2xx status code
func (*PostLanguageunderstandingMinersNotFound) String ¶
func (o *PostLanguageunderstandingMinersNotFound) String() string
type PostLanguageunderstandingMinersOK ¶
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 (o *PostLanguageunderstandingMinersOK) Error() string
func (*PostLanguageunderstandingMinersOK) GetPayload ¶
func (o *PostLanguageunderstandingMinersOK) GetPayload() *models.Miner
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 ¶
func (o *PostLanguageunderstandingMinersOK) String() 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 ¶
func (o *PostLanguageunderstandingMinersParams) SetBody(body *models.Miner)
SetBody adds the body to the post languageunderstanding miners params
func (*PostLanguageunderstandingMinersParams) SetContext ¶
func (o *PostLanguageunderstandingMinersParams) SetContext(ctx context.Context)
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 ¶
func (o *PostLanguageunderstandingMinersParams) WithBody(body *models.Miner) *PostLanguageunderstandingMinersParams
WithBody adds the body to the post languageunderstanding miners params
func (*PostLanguageunderstandingMinersParams) WithContext ¶
func (o *PostLanguageunderstandingMinersParams) WithContext(ctx context.Context) *PostLanguageunderstandingMinersParams
WithContext adds the context to the post languageunderstanding miners params
func (*PostLanguageunderstandingMinersParams) WithDefaults ¶
func (o *PostLanguageunderstandingMinersParams) WithDefaults() *PostLanguageunderstandingMinersParams
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 ¶
func (o *PostLanguageunderstandingMinersParams) WithHTTPClient(client *http.Client) *PostLanguageunderstandingMinersParams
WithHTTPClient adds the HTTPClient to the post languageunderstanding miners params
func (*PostLanguageunderstandingMinersParams) WithTimeout ¶
func (o *PostLanguageunderstandingMinersParams) WithTimeout(timeout time.Duration) *PostLanguageunderstandingMinersParams
WithTimeout adds the timeout to the post languageunderstanding miners params
func (*PostLanguageunderstandingMinersParams) WriteToRequest ¶
func (o *PostLanguageunderstandingMinersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostLanguageunderstandingMinersRequestEntityTooLarge) Error() string
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners request entity too large response has a 4xx status code
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsCode ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners request entity too large response a status code equal to that given
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners request entity too large response has a 3xx status code
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners request entity too large response has a 5xx status code
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners request entity too large response has a 2xx status code
func (*PostLanguageunderstandingMinersRequestEntityTooLarge) String ¶
func (o *PostLanguageunderstandingMinersRequestEntityTooLarge) String() string
type PostLanguageunderstandingMinersRequestTimeout ¶
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 (o *PostLanguageunderstandingMinersRequestTimeout) Error() string
func (*PostLanguageunderstandingMinersRequestTimeout) GetPayload ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersRequestTimeout) IsClientError ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners request timeout response has a 4xx status code
func (*PostLanguageunderstandingMinersRequestTimeout) IsCode ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners request timeout response a status code equal to that given
func (*PostLanguageunderstandingMinersRequestTimeout) IsRedirect ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners request timeout response has a 3xx status code
func (*PostLanguageunderstandingMinersRequestTimeout) IsServerError ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners request timeout response has a 5xx status code
func (*PostLanguageunderstandingMinersRequestTimeout) IsSuccess ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners request timeout response has a 2xx status code
func (*PostLanguageunderstandingMinersRequestTimeout) String ¶
func (o *PostLanguageunderstandingMinersRequestTimeout) String() string
type PostLanguageunderstandingMinersServiceUnavailable ¶
type PostLanguageunderstandingMinersServiceUnavailable struct {
}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 (o *PostLanguageunderstandingMinersServiceUnavailable) Error() string
func (*PostLanguageunderstandingMinersServiceUnavailable) GetPayload ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersServiceUnavailable) IsClientError ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners service unavailable response has a 4xx status code
func (*PostLanguageunderstandingMinersServiceUnavailable) IsCode ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners service unavailable response a status code equal to that given
func (*PostLanguageunderstandingMinersServiceUnavailable) IsRedirect ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners service unavailable response has a 3xx status code
func (*PostLanguageunderstandingMinersServiceUnavailable) IsServerError ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners service unavailable response has a 5xx status code
func (*PostLanguageunderstandingMinersServiceUnavailable) IsSuccess ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners service unavailable response has a 2xx status code
func (*PostLanguageunderstandingMinersServiceUnavailable) String ¶
func (o *PostLanguageunderstandingMinersServiceUnavailable) String() string
type PostLanguageunderstandingMinersTooManyRequests ¶
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 (o *PostLanguageunderstandingMinersTooManyRequests) Error() string
func (*PostLanguageunderstandingMinersTooManyRequests) GetPayload ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersTooManyRequests) IsClientError ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners too many requests response has a 4xx status code
func (*PostLanguageunderstandingMinersTooManyRequests) IsCode ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners too many requests response a status code equal to that given
func (*PostLanguageunderstandingMinersTooManyRequests) IsRedirect ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners too many requests response has a 3xx status code
func (*PostLanguageunderstandingMinersTooManyRequests) IsServerError ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners too many requests response has a 5xx status code
func (*PostLanguageunderstandingMinersTooManyRequests) IsSuccess ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners too many requests response has a 2xx status code
func (*PostLanguageunderstandingMinersTooManyRequests) String ¶
func (o *PostLanguageunderstandingMinersTooManyRequests) String() string
type PostLanguageunderstandingMinersUnauthorized ¶
type PostLanguageunderstandingMinersUnauthorized struct {
}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 (o *PostLanguageunderstandingMinersUnauthorized) Error() string
func (*PostLanguageunderstandingMinersUnauthorized) GetPayload ¶
func (o *PostLanguageunderstandingMinersUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersUnauthorized) IsClientError ¶
func (o *PostLanguageunderstandingMinersUnauthorized) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners unauthorized response has a 4xx status code
func (*PostLanguageunderstandingMinersUnauthorized) IsCode ¶
func (o *PostLanguageunderstandingMinersUnauthorized) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners unauthorized response a status code equal to that given
func (*PostLanguageunderstandingMinersUnauthorized) IsRedirect ¶
func (o *PostLanguageunderstandingMinersUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners unauthorized response has a 3xx status code
func (*PostLanguageunderstandingMinersUnauthorized) IsServerError ¶
func (o *PostLanguageunderstandingMinersUnauthorized) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners unauthorized response has a 5xx status code
func (*PostLanguageunderstandingMinersUnauthorized) IsSuccess ¶
func (o *PostLanguageunderstandingMinersUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners unauthorized response has a 2xx status code
func (*PostLanguageunderstandingMinersUnauthorized) String ¶
func (o *PostLanguageunderstandingMinersUnauthorized) String() string
type PostLanguageunderstandingMinersUnsupportedMediaType ¶
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 (o *PostLanguageunderstandingMinersUnsupportedMediaType) Error() string
func (*PostLanguageunderstandingMinersUnsupportedMediaType) GetPayload ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsClientError ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languageunderstanding miners unsupported media type response has a 4xx status code
func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsCode ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languageunderstanding miners unsupported media type response a status code equal to that given
func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languageunderstanding miners unsupported media type response has a 3xx status code
func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsServerError ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languageunderstanding miners unsupported media type response has a 5xx status code
func (*PostLanguageunderstandingMinersUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languageunderstanding miners unsupported media type response has a 2xx status code
func (*PostLanguageunderstandingMinersUnsupportedMediaType) String ¶
func (o *PostLanguageunderstandingMinersUnsupportedMediaType) String() string
type PutLanguageunderstandingDomainVersionBadRequest ¶
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 (o *PutLanguageunderstandingDomainVersionBadRequest) Error() string
func (*PutLanguageunderstandingDomainVersionBadRequest) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionBadRequest) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version bad request response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionBadRequest) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version bad request response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionBadRequest) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version bad request response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionBadRequest) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version bad request response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionBadRequest) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version bad request response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionBadRequest) String ¶
func (o *PutLanguageunderstandingDomainVersionBadRequest) String() string
type PutLanguageunderstandingDomainVersionConflict ¶
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 (o *PutLanguageunderstandingDomainVersionConflict) Error() string
func (*PutLanguageunderstandingDomainVersionConflict) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionConflict) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionConflict) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionConflict) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version conflict response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionConflict) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionConflict) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version conflict response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionConflict) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionConflict) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version conflict response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionConflict) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionConflict) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version conflict response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionConflict) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionConflict) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version conflict response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionConflict) String ¶
func (o *PutLanguageunderstandingDomainVersionConflict) String() string
type PutLanguageunderstandingDomainVersionForbidden ¶
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 (o *PutLanguageunderstandingDomainVersionForbidden) Error() string
func (*PutLanguageunderstandingDomainVersionForbidden) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionForbidden) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version forbidden response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionForbidden) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version forbidden response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionForbidden) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version forbidden response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionForbidden) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version forbidden response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionForbidden) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version forbidden response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionForbidden) String ¶
func (o *PutLanguageunderstandingDomainVersionForbidden) String() string
type PutLanguageunderstandingDomainVersionGatewayTimeout ¶
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 (o *PutLanguageunderstandingDomainVersionGatewayTimeout) Error() string
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version gateway timeout response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version gateway timeout response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version gateway timeout response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version gateway timeout response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version gateway timeout response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionGatewayTimeout) String ¶
func (o *PutLanguageunderstandingDomainVersionGatewayTimeout) String() string
type PutLanguageunderstandingDomainVersionInternalServerError ¶
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 (o *PutLanguageunderstandingDomainVersionInternalServerError) Error() string
func (*PutLanguageunderstandingDomainVersionInternalServerError) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionInternalServerError) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version internal server error response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionInternalServerError) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version internal server error response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionInternalServerError) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version internal server error response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionInternalServerError) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version internal server error response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionInternalServerError) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version internal server error response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionInternalServerError) String ¶
func (o *PutLanguageunderstandingDomainVersionInternalServerError) String() string
type PutLanguageunderstandingDomainVersionNotFound ¶
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 (o *PutLanguageunderstandingDomainVersionNotFound) Error() string
func (*PutLanguageunderstandingDomainVersionNotFound) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionNotFound) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version not found response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionNotFound) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version not found response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionNotFound) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version not found response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionNotFound) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version not found response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionNotFound) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version not found response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionNotFound) String ¶
func (o *PutLanguageunderstandingDomainVersionNotFound) String() 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 (o *PutLanguageunderstandingDomainVersionOK) Error() string
func (*PutLanguageunderstandingDomainVersionOK) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionOK) GetPayload() *models.NluDomainVersion
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 ¶
func (o *PutLanguageunderstandingDomainVersionOK) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version o k response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionOK) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionOK) IsRedirect() bool
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 ¶
func (o *PutLanguageunderstandingDomainVersionOK) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version o k response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionOK) String ¶
func (o *PutLanguageunderstandingDomainVersionOK) String() 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 ¶
func (o *PutLanguageunderstandingDomainVersionParams) SetBody(body *models.NluDomainVersion)
SetBody adds the body to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) SetContext ¶
func (o *PutLanguageunderstandingDomainVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) SetDefaults ¶
func (o *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 ¶
func (o *PutLanguageunderstandingDomainVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithBody ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithBody(body *models.NluDomainVersion) *PutLanguageunderstandingDomainVersionParams
WithBody adds the body to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithContext ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithContext(ctx context.Context) *PutLanguageunderstandingDomainVersionParams
WithContext adds the context to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithDefaults ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithDefaults() *PutLanguageunderstandingDomainVersionParams
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 ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithDomainID(domainID string) *PutLanguageunderstandingDomainVersionParams
WithDomainID adds the domainID to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithDomainVersionID ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithDomainVersionID(domainVersionID string) *PutLanguageunderstandingDomainVersionParams
WithDomainVersionID adds the domainVersionID to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithHTTPClient ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithHTTPClient(client *http.Client) *PutLanguageunderstandingDomainVersionParams
WithHTTPClient adds the HTTPClient to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WithTimeout ¶
func (o *PutLanguageunderstandingDomainVersionParams) WithTimeout(timeout time.Duration) *PutLanguageunderstandingDomainVersionParams
WithTimeout adds the timeout to the put languageunderstanding domain version params
func (*PutLanguageunderstandingDomainVersionParams) WriteToRequest ¶
func (o *PutLanguageunderstandingDomainVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) Error() string
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version request entity too large response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version request entity too large response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version request entity too large response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version request entity too large response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version request entity too large response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionRequestEntityTooLarge) String ¶
func (o *PutLanguageunderstandingDomainVersionRequestEntityTooLarge) String() string
type PutLanguageunderstandingDomainVersionRequestTimeout ¶
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 (o *PutLanguageunderstandingDomainVersionRequestTimeout) Error() string
func (*PutLanguageunderstandingDomainVersionRequestTimeout) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version request timeout response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version request timeout response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version request timeout response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version request timeout response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionRequestTimeout) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version request timeout response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionRequestTimeout) String ¶
func (o *PutLanguageunderstandingDomainVersionRequestTimeout) String() string
type PutLanguageunderstandingDomainVersionServiceUnavailable ¶
type PutLanguageunderstandingDomainVersionServiceUnavailable struct {
}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 (o *PutLanguageunderstandingDomainVersionServiceUnavailable) Error() string
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version service unavailable response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version service unavailable response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version service unavailable response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version service unavailable response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version service unavailable response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionServiceUnavailable) String ¶
func (o *PutLanguageunderstandingDomainVersionServiceUnavailable) String() string
type PutLanguageunderstandingDomainVersionTooManyRequests ¶
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 (o *PutLanguageunderstandingDomainVersionTooManyRequests) Error() string
func (*PutLanguageunderstandingDomainVersionTooManyRequests) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version too many requests response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version too many requests response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version too many requests response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version too many requests response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionTooManyRequests) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version too many requests response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionTooManyRequests) String ¶
func (o *PutLanguageunderstandingDomainVersionTooManyRequests) String() string
type PutLanguageunderstandingDomainVersionUnauthorized ¶
type PutLanguageunderstandingDomainVersionUnauthorized struct {
}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 (o *PutLanguageunderstandingDomainVersionUnauthorized) Error() string
func (*PutLanguageunderstandingDomainVersionUnauthorized) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionUnauthorized) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version unauthorized response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionUnauthorized) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version unauthorized response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionUnauthorized) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version unauthorized response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionUnauthorized) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version unauthorized response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionUnauthorized) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version unauthorized response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionUnauthorized) String ¶
func (o *PutLanguageunderstandingDomainVersionUnauthorized) String() string
type PutLanguageunderstandingDomainVersionUnsupportedMediaType ¶
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 (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) Error() string
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put languageunderstanding domain version unsupported media type response has a 4xx status code
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put languageunderstanding domain version unsupported media type response a status code equal to that given
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put languageunderstanding domain version unsupported media type response has a 3xx status code
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put languageunderstanding domain version unsupported media type response has a 5xx status code
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put languageunderstanding domain version unsupported media type response has a 2xx status code
func (*PutLanguageunderstandingDomainVersionUnsupportedMediaType) String ¶
func (o *PutLanguageunderstandingDomainVersionUnsupportedMediaType) String() string
Source Files
¶
- delete_languageunderstanding_domain_feedback_feedback_id_parameters.go
- delete_languageunderstanding_domain_feedback_feedback_id_responses.go
- delete_languageunderstanding_domain_parameters.go
- delete_languageunderstanding_domain_responses.go
- delete_languageunderstanding_domain_version_parameters.go
- delete_languageunderstanding_domain_version_responses.go
- delete_languageunderstanding_miner_draft_parameters.go
- delete_languageunderstanding_miner_draft_responses.go
- delete_languageunderstanding_miner_parameters.go
- delete_languageunderstanding_miner_responses.go
- get_languageunderstanding_domain_feedback_feedback_id_parameters.go
- get_languageunderstanding_domain_feedback_feedback_id_responses.go
- get_languageunderstanding_domain_feedback_parameters.go
- get_languageunderstanding_domain_feedback_responses.go
- get_languageunderstanding_domain_parameters.go
- get_languageunderstanding_domain_responses.go
- get_languageunderstanding_domain_version_parameters.go
- get_languageunderstanding_domain_version_report_parameters.go
- get_languageunderstanding_domain_version_report_responses.go
- get_languageunderstanding_domain_version_responses.go
- get_languageunderstanding_domain_versions_parameters.go
- get_languageunderstanding_domain_versions_responses.go
- get_languageunderstanding_domains_parameters.go
- get_languageunderstanding_domains_responses.go
- get_languageunderstanding_miner_draft_parameters.go
- get_languageunderstanding_miner_draft_responses.go
- get_languageunderstanding_miner_drafts_parameters.go
- get_languageunderstanding_miner_drafts_responses.go
- get_languageunderstanding_miner_intent_parameters.go
- get_languageunderstanding_miner_intent_responses.go
- get_languageunderstanding_miner_intents_parameters.go
- get_languageunderstanding_miner_intents_responses.go
- get_languageunderstanding_miner_parameters.go
- get_languageunderstanding_miner_responses.go
- get_languageunderstanding_miner_topic_parameters.go
- get_languageunderstanding_miner_topic_phrase_parameters.go
- get_languageunderstanding_miner_topic_phrase_responses.go
- get_languageunderstanding_miner_topic_responses.go
- get_languageunderstanding_miner_topics_parameters.go
- get_languageunderstanding_miner_topics_responses.go
- get_languageunderstanding_miners_parameters.go
- get_languageunderstanding_miners_responses.go
- language_understanding_client.go
- patch_languageunderstanding_domain_parameters.go
- patch_languageunderstanding_domain_responses.go
- patch_languageunderstanding_miner_draft_parameters.go
- patch_languageunderstanding_miner_draft_responses.go
- post_languageunderstanding_domain_feedback_parameters.go
- post_languageunderstanding_domain_feedback_responses.go
- post_languageunderstanding_domain_version_detect_parameters.go
- post_languageunderstanding_domain_version_detect_responses.go
- post_languageunderstanding_domain_version_publish_parameters.go
- post_languageunderstanding_domain_version_publish_responses.go
- post_languageunderstanding_domain_version_train_parameters.go
- post_languageunderstanding_domain_version_train_responses.go
- post_languageunderstanding_domain_versions_parameters.go
- post_languageunderstanding_domain_versions_responses.go
- post_languageunderstanding_domains_parameters.go
- post_languageunderstanding_domains_responses.go
- post_languageunderstanding_miner_drafts_parameters.go
- post_languageunderstanding_miner_drafts_responses.go
- post_languageunderstanding_miner_execute_parameters.go
- post_languageunderstanding_miner_execute_responses.go
- post_languageunderstanding_miners_parameters.go
- post_languageunderstanding_miners_responses.go
- put_languageunderstanding_domain_version_parameters.go
- put_languageunderstanding_domain_version_responses.go