Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type BaseClient
- type ContextDTO
- type Error
- type ErrorCodeType
- type ErrorResponse
- type ErrorResponseError
- type FeedbackRecordDTO
- type FeedbackRecordsDTO
- type InnerErrorModel
- type MetadataDTO
- type PromptDTO
- type PromptDTOQna
- type QnADTO
- type QnADTOContext
- type QnASearchResult
- type QnASearchResultContext
- type QnASearchResultList
- type QueryContextDTO
- type QueryDTO
- type QueryDTOContext
- type RuntimeClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(runtimeEndpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(runtimeEndpoint string) BaseClient
type ContextDTO ¶
type ContextDTO = original.ContextDTO
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 FeedbackRecordDTO ¶
type FeedbackRecordDTO = original.FeedbackRecordDTO
type FeedbackRecordsDTO ¶
type FeedbackRecordsDTO = original.FeedbackRecordsDTO
type InnerErrorModel ¶
type InnerErrorModel = original.InnerErrorModel
type MetadataDTO ¶
type MetadataDTO = original.MetadataDTO
type PromptDTOQna ¶
type PromptDTOQna = original.PromptDTOQna
type QnADTOContext ¶
type QnADTOContext = original.QnADTOContext
type QnASearchResult ¶
type QnASearchResult = original.QnASearchResult
type QnASearchResultContext ¶
type QnASearchResultContext = original.QnASearchResultContext
type QnASearchResultList ¶
type QnASearchResultList = original.QnASearchResultList
type QueryContextDTO ¶
type QueryContextDTO = original.QueryContextDTO
type QueryDTOContext ¶
type QueryDTOContext = original.QueryDTOContext
type RuntimeClient ¶
type RuntimeClient = original.RuntimeClient
func NewRuntimeClient ¶
func NewRuntimeClient(runtimeEndpoint string) RuntimeClient
Click to show internal directories.
Click to hide internal directories.