Uses of Class
com.mypurecloud.sdk.v2.model.GoogleDialogflowConfig
Packages that use GoogleDialogflowConfig
-
Uses of GoogleDialogflowConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GoogleDialogflowConfigModifier and TypeMethodDescriptionGoogleDialogflowConfig.conversationProfiles(List<ConversationProfile> conversationProfiles) The conversation profiles for which the assistant will fetch transcription and knowledge suggestions.Assistant.getGoogleDialogflowConfig()AssistantCopilotVariation.getGoogleDialogflowConfig()GoogleDialogflowConfig.integrationId(String integrationId) The integration identifier with which the assistant will fetch transcriptions and knowledge suggestions.Methods in com.mypurecloud.sdk.v2.model with parameters of type GoogleDialogflowConfigModifier and TypeMethodDescriptionAssistant.googleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig) (Deprecated: use the 'knowledgeSuggestionConfig' for genesys knowledge suggestions) Configuration of Dialogflow used to assist the agent with transcriptions and knowledge suggestions.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.voidAssistant.setGoogleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig) voidAssistantCopilotVariation.setGoogleDialogflowConfig(GoogleDialogflowConfig googleDialogflowConfig)