View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig (google_api_dialogflow v0.88.3)
Represents configuration for a Service Directory service.
Attributes
-
genericWebService
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.t
, default:nil
) - Generic Service configuration of this webhook. -
service
(type:String.t
, default:nil
) - Required. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig{ genericWebService: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.t() | nil, service: String.t() | nil }