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 PromptDTOPromptDTO. withDisplayOrder(Integer displayOrder)Set the displayOrder value.PromptDTOPromptDTO. withDisplayText(String displayText)Set the displayText value.PromptDTOPromptDTO. withQna(PromptDTOQna qna)Set the qna value.PromptDTOPromptDTO. 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 ContextDTOContextDTO. withPrompts(List<PromptDTO> prompts)Set the prompts value.UpdateContextDTOUpdateContextDTO. withPromptsToAdd(List<PromptDTO> promptsToAdd)Set the promptsToAdd value.
-