Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.PromptDTO
-
Packages that use PromptDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of PromptDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return PromptDTO Modifier and Type Method Description PromptDTO
PromptDTO. withDisplayOrder(Integer displayOrder)
Set the displayOrder value.PromptDTO
PromptDTO. withDisplayText(String displayText)
Set the displayText value.PromptDTO
PromptDTO. withQna(PromptDTOQna qna)
Set the qna value.PromptDTO
PromptDTO. withQnaId(Integer qnaId)
Set the qnaId value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type PromptDTO Modifier and Type Method Description List<PromptDTO>
ContextDTO. prompts()
Get the prompts value.List<PromptDTO>
UpdateContextDTO. promptsToAdd()
Get the promptsToAdd value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type PromptDTO Modifier and Type Method Description ContextDTO
ContextDTO. withPrompts(List<PromptDTO> prompts)
Set the prompts value.UpdateContextDTO
UpdateContextDTO. withPromptsToAdd(List<PromptDTO> promptsToAdd)
Set the promptsToAdd value.
-