Versions in this module Expand all Collapse all v47 v47.1.0 Oct 21, 2020 v47.0.0 Oct 13, 2020 Changes in this version + type AlterationsClientAPI interface + Get func(ctx context.Context) (result qnamaker.WordAlterationsDTO, err error) + Replace func(ctx context.Context, wordAlterations qnamaker.WordAlterationsDTO) (result autorest.Response, err error) + type EndpointKeysClientAPI interface + GetKeys func(ctx context.Context) (result qnamaker.EndpointKeysDTO, err error) + RefreshKeys func(ctx context.Context, keyType string) (result qnamaker.EndpointKeysDTO, err error) + type EndpointSettingsClientAPI interface + GetSettings func(ctx context.Context) (result qnamaker.EndpointSettingsDTO, err error) + UpdateSettings func(ctx context.Context, endpointSettingsPayload qnamaker.EndpointSettingsDTO) (result qnamaker.String, err error) + type KnowledgebaseClientAPI interface + Create func(ctx context.Context, createKbPayload qnamaker.CreateKbDTO) (result qnamaker.Operation, err error) + Delete func(ctx context.Context, kbID string) (result autorest.Response, err error) + Download func(ctx context.Context, kbID string, environment qnamaker.EnvironmentType) (result qnamaker.QnADocumentsDTO, err error) + GetDetails func(ctx context.Context, kbID string) (result qnamaker.KnowledgebaseDTO, err error) + ListAll func(ctx context.Context) (result qnamaker.KnowledgebasesDTO, err error) + Publish func(ctx context.Context, kbID string) (result autorest.Response, err error) + Replace func(ctx context.Context, kbID string, replaceKb qnamaker.ReplaceKbDTO) (result autorest.Response, err error) + Update func(ctx context.Context, kbID string, updateKb qnamaker.UpdateKbOperationDTO) (result qnamaker.Operation, err error) + type OperationsClientAPI interface + GetDetails func(ctx context.Context, operationID string) (result qnamaker.Operation, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49