Google Cloud Dialogflow Cx V3beta1Webhook Args
data class GoogleCloudDialogflowCxV3beta1WebhookArgs(val disabled: Output<Boolean>? = null, val displayName: Output<String>, val genericWebService: Output<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceArgs>? = null, val name: Output<String>? = null, val serviceDirectory: Output<GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfigArgs>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1WebhookArgs>
Webhooks host the developer's business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1WebhookArgs(disabled: Output<Boolean>? = null, displayName: Output<String>, genericWebService: Output<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceArgs>? = null, name: Output<String>? = null, serviceDirectory: Output<GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfigArgs>? = null, timeout: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val serviceDirectory: Output<GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfigArgs>? = null
Configuration for a Service Directory service.