Package com.mypurecloud.sdk.v2.model
Class GoogleDialogflowCustomSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleDialogflowCustomSettings
- All Implemented Interfaces:
Serializable
GoogleDialogflowCustomSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenvironment(String environment) If set this environment will be used to initiate the dialogflow bot, otherwise the default configuration will be used.booleaneventInputParameters(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.inthashCode()voidsetEnvironment(String environment) voidsetEventInputParameters(Map<String, String> eventInputParameters) voidsetEventName(String eventName) voidsetWebhookQueryParameters(Map<String, String> webhookQueryParameters) toString()webhookQueryParameters(Map<String, String> webhookQueryParameters) Parameters passed to the fulfillment webhook of the bot (if any).
-
Constructor Details
-
GoogleDialogflowCustomSettings
public GoogleDialogflowCustomSettings() -
GoogleDialogflowCustomSettings
-
-
Method Details
-
environment
If set this environment will be used to initiate the dialogflow bot, otherwise the default configuration will be used. See https://cloud.google.com/dialogflow/docs/agents-versions -
getEnvironment
-
setEnvironment
-
eventName
If set this eventName will be used to initiate the dialogflow bot rather than language processing on the input text. See https://cloud.google.com/dialogflow/es/docs/events-overview -
getEventName
-
setEventName
-
webhookQueryParameters
public GoogleDialogflowCustomSettings webhookQueryParameters(Map<String, String> webhookQueryParameters) Parameters passed to the fulfillment webhook of the bot (if any). -
getWebhookQueryParameters
-
setWebhookQueryParameters
-
eventInputParameters
Parameters passed to the event input of the bot. -
getEventInputParameters
-
setEventInputParameters
-
equals
-
hashCode
public int hashCode() -
toString
-