Package com.mypurecloud.sdk.v2.model
Class AssistantCopilotVariation
java.lang.Object
com.mypurecloud.sdk.v2.model.AssistantCopilotVariation
- All Implemented Interfaces:
Serializable
AssistantCopilotVariation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the assistant. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAgent copilot configuration.booleangetId()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.voidsetCopilot(Copilot copilot) voidsetGoogleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig) voidsetKnowledgeSuggestionConfig(KnowledgeSuggestionConfig knowledgeSuggestionConfig) voidvoidsetTranscriptionConfig(TranscriptionConfig transcriptionConfig) toString()transcriptionConfig(TranscriptionConfig transcriptionConfig) Configuration for speech transcription used to assist the agent.
-
Constructor Details
-
AssistantCopilotVariation
public AssistantCopilotVariation() -
AssistantCopilotVariation
-
-
Method Details
-
getId
-
name
The name of the assistant that will assist the agent. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
getCreatedBy
-
getModifiedBy
-
googleDialogflowConfig
public AssistantCopilotVariation googleDialogflowConfig(GoogleDialogflowConfig 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
public AssistantCopilotVariation knowledgeSuggestionConfig(KnowledgeSuggestionConfig knowledgeSuggestionConfig) Configuration that defines how to produce knowledge suggestions. -
getKnowledgeSuggestionConfig
-
setKnowledgeSuggestionConfig
-
getState
-
copilot
Agent copilot configuration. -
getCopilot
-
setCopilot
-
getSelfUri
-
getVariationParent
-
equals
-
hashCode
public int hashCode() -
toString
-