Package com.mypurecloud.sdk.v2.model
Class Assistant
java.lang.Object
com.mypurecloud.sdk.v2.model.Assistant
- All Implemented Interfaces:
Serializable
Assistant
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getState()googleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig) (Deprecated: use the 'knowledgeSuggestionConfig' for genesys knowledge suggestions) Configuration of Dialogflow used to assist the agent with transcriptions and knowledge suggestions.inthashCode()knowledgeSuggestionConfig(KnowledgeSuggestionConfig knowledgeSuggestionConfig) Configuration that defines how to produce knowledge suggestions.The name of the assistant that will assist the agent.voidsetGoogleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig) voidsetKnowledgeSuggestionConfig(KnowledgeSuggestionConfig knowledgeSuggestionConfig) voidvoidsetTranscriptionConfig(TranscriptionConfig transcriptionConfig) toString()transcriptionConfig(TranscriptionConfig transcriptionConfig) Configuration for speech transcription used to assist the agent.
-
Constructor Details
-
Assistant
public Assistant() -
Assistant
-
-
Method Details
-
getId
-
name
The name of the assistant that will assist the agent. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
getCreatedBy
-
getModifiedBy
-
googleDialogflowConfig
(Deprecated: use the 'knowledgeSuggestionConfig' for genesys knowledge suggestions) Configuration of Dialogflow used to assist the agent with transcriptions and knowledge suggestions. -
getGoogleDialogflowConfig
-
setGoogleDialogflowConfig
-
transcriptionConfig
Configuration for speech transcription used to assist the agent. -
getTranscriptionConfig
-
setTranscriptionConfig
-
knowledgeSuggestionConfig
Configuration that defines how to produce knowledge suggestions. -
getKnowledgeSuggestionConfig
-
setKnowledgeSuggestionConfig
-
getState
-
getCopilot
-
getSelfUri
-
getVariationParent
-
equals
-
hashCode
public int hashCode() -
toString
-