GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig (google_api_dialogflow v0.73.0) View Source
Represents configuration for a Service Directory service.
Attributes
-
genericWebService(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3WebhookGenericWebService.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 IDof the service directory must be the same as the location of the agent.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig{
genericWebService:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3WebhookGenericWebService.t()
| nil,
service: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.