...

Package qnamakerruntime

import "github.com/Azure/azure-sdk-for-go/profiles/latest/cognitiveservices/qnamakerruntime"
Overview
Index
Subdirectories

Overview ▾

func UserAgent

func UserAgent() string

func Version

func Version() string

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 Error

type Error = original.Error

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
    Unauthorized      ErrorCodeType = original.Unauthorized
    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 PromptDTO

type PromptDTO = original.PromptDTO

type PromptDTOQna

type PromptDTOQna = original.PromptDTOQna

type QnADTO

type QnADTO = original.QnADTO

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 QueryDTO

type QueryDTO = original.QueryDTO

type QueryDTOContext

type QueryDTOContext = original.QueryDTOContext

type RuntimeClient

type RuntimeClient = original.RuntimeClient

func NewRuntimeClient

func NewRuntimeClient(runtimeEndpoint string) RuntimeClient

type StrictFiltersCompoundOperationType

type StrictFiltersCompoundOperationType = original.StrictFiltersCompoundOperationType
const (
    AND StrictFiltersCompoundOperationType = original.AND
    OR  StrictFiltersCompoundOperationType = original.OR
)

func PossibleStrictFiltersCompoundOperationTypeValues

func PossibleStrictFiltersCompoundOperationTypeValues() []StrictFiltersCompoundOperationType

Subdirectories

Name Synopsis
..
qnamakerruntimeapi