Package com.mypurecloud.sdk.v2.model
Class GuideSessionTurnRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideSessionTurnRequest
- All Implemented Interfaces:
Serializable
Request for a guide session turn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inputEvent(GuideSessionInputEvent inputEvent) The input event for this turn.inputVariables(List<GuideSessionVariable> inputVariables) The input variables for this turn.knowledgeSettings(KnowledgeSettings knowledgeSettings) The knowledge settings for this turn.languageCode(String languageCode) The language code for this turn.voidsetInputEvent(GuideSessionInputEvent inputEvent) voidsetInputVariables(List<GuideSessionVariable> inputVariables) voidsetKnowledgeSettings(KnowledgeSettings knowledgeSettings) voidsetLanguageCode(String languageCode) voidsetVersion(String version) toString()The version for this turn.
-
Constructor Details
-
GuideSessionTurnRequest
public GuideSessionTurnRequest() -
GuideSessionTurnRequest
-
-
Method Details
-
inputEvent
The input event for this turn. -
getInputEvent
-
setInputEvent
-
languageCode
The language code for this turn. -
getLanguageCode
-
setLanguageCode
-
version
The version for this turn. -
getVersion
-
setVersion
-
inputVariables
The input variables for this turn. -
getInputVariables
-
setInputVariables
-
knowledgeSettings
The knowledge settings for this turn. -
getKnowledgeSettings
-
setKnowledgeSettings
-
equals
-
hashCode
public int hashCode() -
toString
-