Documentation
      ¶
    
    
  
    
  
    Index ¶
- func UserAgent() string
 - func Version() string
 - type ActiveLearningSettingsDTO
 - type AlterationsClient
 - type AlterationsDTO
 - type BaseClient
 - type ContextDTO
 - type CreateKbDTO
 - type CreateKbInputDTO
 - type DeleteKbContentsDTO
 - type EndpointKeysClient
 - type EndpointKeysDTO
 - type EndpointSettingsClient
 - type EndpointSettingsDTO
 - type EndpointSettingsDTOActiveLearning
 - type EnvironmentType
 - type Error
 - type ErrorCodeType
 - type ErrorResponse
 - type ErrorResponseError
 - type FileDTO
 - type InnerErrorModel
 - type KnowledgebaseClient
 - type KnowledgebaseDTO
 - type KnowledgebaseEnvironmentType
 - type KnowledgebasesDTO
 - type MetadataDTO
 - type Operation
 - type OperationStateType
 - type OperationsClient
 - type PromptDTO
 - type PromptDTOQna
 - type QnADTO
 - type QnADTOContext
 - type QnADocumentsDTO
 - type ReplaceKbDTO
 - type String
 - type UpdateContextDTO
 - type UpdateKbContentsDTO
 - type UpdateKbOperationDTO
 - type UpdateKbOperationDTOAdd
 - type UpdateKbOperationDTODelete
 - type UpdateKbOperationDTOUpdate
 - type UpdateMetadataDTO
 - type UpdateQnaDTO
 - type UpdateQnaDTOContext
 - type UpdateQnaDTOMetadata
 - type UpdateQnaDTOQuestions
 - type UpdateQuestionsDTO
 - type WordAlterationsDTO
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActiveLearningSettingsDTO ¶
type ActiveLearningSettingsDTO = original.ActiveLearningSettingsDTO
type AlterationsClient ¶
type AlterationsClient = original.AlterationsClient
func NewAlterationsClient ¶
func NewAlterationsClient(endpoint string) AlterationsClient
type AlterationsDTO ¶
type AlterationsDTO = original.AlterationsDTO
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string) BaseClient
type ContextDTO ¶
type ContextDTO = original.ContextDTO
type CreateKbDTO ¶
type CreateKbDTO = original.CreateKbDTO
type CreateKbInputDTO ¶
type CreateKbInputDTO = original.CreateKbInputDTO
type DeleteKbContentsDTO ¶
type DeleteKbContentsDTO = original.DeleteKbContentsDTO
type EndpointKeysClient ¶
type EndpointKeysClient = original.EndpointKeysClient
func NewEndpointKeysClient ¶
func NewEndpointKeysClient(endpoint string) EndpointKeysClient
type EndpointKeysDTO ¶
type EndpointKeysDTO = original.EndpointKeysDTO
type EndpointSettingsClient ¶
type EndpointSettingsClient = original.EndpointSettingsClient
func NewEndpointSettingsClient ¶
func NewEndpointSettingsClient(endpoint string) EndpointSettingsClient
type EndpointSettingsDTO ¶
type EndpointSettingsDTO = original.EndpointSettingsDTO
type EndpointSettingsDTOActiveLearning ¶
type EndpointSettingsDTOActiveLearning = original.EndpointSettingsDTOActiveLearning
type EnvironmentType ¶
type EnvironmentType = original.EnvironmentType
const ( Prod EnvironmentType = original.Prod Test EnvironmentType = original.Test )
func PossibleEnvironmentTypeValues ¶
func PossibleEnvironmentTypeValues() []EnvironmentType
type ErrorCodeType ¶
type ErrorCodeType = original.ErrorCodeType
const ( BadArgument ErrorCodeType = original.BadArgument EndpointKeysError ErrorCodeType = original.EndpointKeysError ExtractionFailure ErrorCodeType = original.ExtractionFailure Forbidden ErrorCodeType = original.Forbidden KbNotFound ErrorCodeType = original.KbNotFound NotFound ErrorCodeType = original.NotFound OperationNotFound ErrorCodeType = original.OperationNotFound QnaRuntimeError ErrorCodeType = original.QnaRuntimeError QuotaExceeded ErrorCodeType = original.QuotaExceeded ServiceError ErrorCodeType = original.ServiceError SKULimitExceeded ErrorCodeType = original.SKULimitExceeded Unspecified ErrorCodeType = original.Unspecified ValidationFailure ErrorCodeType = original.ValidationFailure )
func PossibleErrorCodeTypeValues ¶
func PossibleErrorCodeTypeValues() []ErrorCodeType
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ErrorResponseError ¶
type ErrorResponseError = original.ErrorResponseError
type InnerErrorModel ¶
type InnerErrorModel = original.InnerErrorModel
type KnowledgebaseClient ¶
type KnowledgebaseClient = original.KnowledgebaseClient
func NewKnowledgebaseClient ¶
func NewKnowledgebaseClient(endpoint string) KnowledgebaseClient
type KnowledgebaseDTO ¶
type KnowledgebaseDTO = original.KnowledgebaseDTO
type KnowledgebaseEnvironmentType ¶
type KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentType
const ( KnowledgebaseEnvironmentTypeProd KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeProd KnowledgebaseEnvironmentTypeTest KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeTest )
func PossibleKnowledgebaseEnvironmentTypeValues ¶
func PossibleKnowledgebaseEnvironmentTypeValues() []KnowledgebaseEnvironmentType
type KnowledgebasesDTO ¶
type KnowledgebasesDTO = original.KnowledgebasesDTO
type MetadataDTO ¶
type MetadataDTO = original.MetadataDTO
type OperationStateType ¶
type OperationStateType = original.OperationStateType
const ( Failed OperationStateType = original.Failed NotStarted OperationStateType = original.NotStarted Running OperationStateType = original.Running Succeeded OperationStateType = original.Succeeded )
func PossibleOperationStateTypeValues ¶
func PossibleOperationStateTypeValues() []OperationStateType
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(endpoint string) OperationsClient
type PromptDTOQna ¶
type PromptDTOQna = original.PromptDTOQna
type QnADTOContext ¶
type QnADTOContext = original.QnADTOContext
type QnADocumentsDTO ¶
type QnADocumentsDTO = original.QnADocumentsDTO
type ReplaceKbDTO ¶
type ReplaceKbDTO = original.ReplaceKbDTO
type UpdateContextDTO ¶
type UpdateContextDTO = original.UpdateContextDTO
type UpdateKbContentsDTO ¶
type UpdateKbContentsDTO = original.UpdateKbContentsDTO
type UpdateKbOperationDTO ¶
type UpdateKbOperationDTO = original.UpdateKbOperationDTO
type UpdateKbOperationDTOAdd ¶
type UpdateKbOperationDTOAdd = original.UpdateKbOperationDTOAdd
type UpdateKbOperationDTODelete ¶
type UpdateKbOperationDTODelete = original.UpdateKbOperationDTODelete
type UpdateKbOperationDTOUpdate ¶
type UpdateKbOperationDTOUpdate = original.UpdateKbOperationDTOUpdate
type UpdateMetadataDTO ¶
type UpdateMetadataDTO = original.UpdateMetadataDTO
type UpdateQnaDTO ¶
type UpdateQnaDTO = original.UpdateQnaDTO
type UpdateQnaDTOContext ¶
type UpdateQnaDTOContext = original.UpdateQnaDTOContext
type UpdateQnaDTOMetadata ¶
type UpdateQnaDTOMetadata = original.UpdateQnaDTOMetadata
type UpdateQnaDTOQuestions ¶
type UpdateQnaDTOQuestions = original.UpdateQnaDTOQuestions
type UpdateQuestionsDTO ¶
type UpdateQuestionsDTO = original.UpdateQuestionsDTO
type WordAlterationsDTO ¶
type WordAlterationsDTO = original.WordAlterationsDTO
 Click to show internal directories. 
   Click to hide internal directories.