module Azure::Qnamaker::Profiles::Latest::Models
Constants
- ActiveLearningSettingsDTO
Active Learning settings of the endpoint.
- AlterationsDTO
Collection of words that are synonyms.
- ContextDTO
Context associated with Qna.
- CreateKbDTO
Post body schema for CreateKb operation.
- CreateKbInputDTO
Input to create KB.
- DeleteKbContentsDTO
PATCH body schema of Delete
Operation
in UpdateKb- EndpointKeysDTO
Schema for
EndpointKeys
generate/refresh operations.- EndpointSettingsDTO
Endpoint settings.
- EndpointSettingsDTOActiveLearning
Active Learning settings of the endpoint.
- EnvironmentType
Defines values for
EnvironmentType
- Error
The error object. As per Microsoft One API guidelines - github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
- ErrorCodeType
Defines values for
ErrorCodeType
- ErrorResponse
Error
response. As per Microsoft One API guidelines - github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.- ErrorResponseError
The error object.
- FileDTO
DTO to hold details of uploaded files.
- InnerErrorModel
An object containing more specific information about the error. As per Microsoft One API guidelines - github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
- KnowledgebaseDTO
Response schema for CreateKb operation.
- KnowledgebasesDTO
Collection of knowledgebases owned by a user.
- MetadataDTO
Name - value pair of metadata.
- Operation
Record to track long running operation.
- OperationStateType
Defines values for
OperationStateType
- PromptDTO
Prompt for an answer.
- PromptDTOQna
QnADTO
- Either QnaId orQnADTO
needs to be present in aPromptDTO
object- QnADTO
Q-A object.
- QnADTOContext
Context of a QnA
- QnADocumentsDTO
List of
QnADTO
- ReplaceKbDTO
Post body schema for Replace KB operation.
- UpdateContextDTO
Update Body schema to represent context to be updated
- UpdateKbContentsDTO
PATCH body schema for Update operation in Update Kb
- UpdateKbOperationDTO
Contains list of QnAs to be updated
- UpdateKbOperationDTOAdd
An instance of
CreateKbInputDTO
for add operation- UpdateKbOperationDTODelete
An instance of
DeleteKbContentsDTO
for deleteOperation
- UpdateKbOperationDTOUpdate
An instance of
UpdateKbContentsDTO
for UpdateOperation
- UpdateMetadataDTO
PATCH Body schema to represent list of Metadata to be updated
- UpdateQnaDTO
PATCH Body schema for Update Qna List
- UpdateQnaDTOContext
Context associated with Qna to be updated.
- UpdateQnaDTOMetadata
List of metadata associated with the answer to be updated
- UpdateQnaDTOQuestions
List of questions associated with the answer.
- UpdateQuestionsDTO
PATCH Body schema for Update Kb which contains list of questions to be added and deleted
- WordAlterationsDTO
Collection of word alterations.