Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeConversationTurn
Packages that use KnowledgeConversationTurn
-
Uses of KnowledgeConversationTurn in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeConversationTurnModifier and TypeMethodDescriptionKnowledgeConversationTurn.participant(KnowledgeConversationTurn.ParticipantEnum participant) The participant type.The message text.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeConversationTurnModifier and TypeMethodDescriptionKnowledgeSearchPreviewRequest.getConversationTurns()KnowledgeSourcesSearchRequest.getConversationTurns()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeConversationTurnModifier and TypeMethodDescriptionKnowledgeSearchPreviewRequest.conversationTurns(List<KnowledgeConversationTurn> conversationTurns) List of conversation turns to use for stateful search.KnowledgeSourcesSearchRequest.conversationTurns(List<KnowledgeConversationTurn> conversationTurns) List of conversation turns to use for stateful search.voidKnowledgeSearchPreviewRequest.setConversationTurns(List<KnowledgeConversationTurn> conversationTurns) voidKnowledgeSourcesSearchRequest.setConversationTurns(List<KnowledgeConversationTurn> conversationTurns)