Google Cloud Dialogflow Cx V3Webhook Response
data class GoogleCloudDialogflowCxV3WebhookResponse(val disabled: Boolean, val displayName: String, val genericWebService: GoogleCloudDialogflowCxV3WebhookGenericWebServiceResponse, val name: String, val serviceDirectory: GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigResponse, val timeout: String)
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 GoogleCloudDialogflowCxV3WebhookResponse(disabled: Boolean, displayName: String, genericWebService: GoogleCloudDialogflowCxV3WebhookGenericWebServiceResponse, name: String, serviceDirectory: GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigResponse, timeout: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Configuration for a Service Directory service.