Google Cloud Dialogflow Cx V3Webhook Service Directory Config Args
data class GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigArgs(val genericWebService: Output<GoogleCloudDialogflowCxV3WebhookGenericWebServiceArgs>? = null, val service: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigArgs>
Represents configuration for a Service Directory service.
Constructors
Link copied to clipboard
constructor(genericWebService: Output<GoogleCloudDialogflowCxV3WebhookGenericWebServiceArgs>? = null, service: Output<String>)
Properties
Link copied to clipboard
Generic Service configuration of this webhook.
Link copied to clipboard
The name of Service Directory service. Format: projects//locations//namespaces//services/
. Location ID
of the service directory must be the same as the location of the agent.