Uses of Class
com.mypurecloud.sdk.v2.model.GoogleDialogflowCustomSettings
Packages that use GoogleDialogflowCustomSettings
-
Uses of GoogleDialogflowCustomSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GoogleDialogflowCustomSettingsModifier and TypeMethodDescriptionGoogleDialogflowCustomSettings.environment(String environment) If set this environment will be used to initiate the dialogflow bot, otherwise the default configuration will be used.GoogleDialogflowCustomSettings.eventInputParameters(Map<String, String> eventInputParameters) Parameters passed to the event input of the bot.If set this eventName will be used to initiate the dialogflow bot rather than language processing on the input text.PostTextRequest.getGoogleDialogflow()GoogleDialogflowCustomSettings.webhookQueryParameters(Map<String, String> webhookQueryParameters) Parameters passed to the fulfillment webhook of the bot (if any).Methods in com.mypurecloud.sdk.v2.model with parameters of type GoogleDialogflowCustomSettingsModifier and TypeMethodDescriptionPostTextRequest.googleDialogflow(GoogleDialogflowCustomSettings googleDialogflow) Provider specific settings, if anyvoidPostTextRequest.setGoogleDialogflow(GoogleDialogflowCustomSettings googleDialogflow)