Class ServiceDirectoryConfig (0.8.0)

ServiceDirectoryConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents configuration for a Service Directory <https://cloud.google.com/service-directory>__ service.

Attributes: service (str): Required. The name of Service Directory <https://cloud.google.com/service-directory>__ service. Format: projects/<Project ID>/locations/<Location ID>/namespaces/<Namespace ID>/services/<Service ID>. Location ID of the service directory must be the same as the location of the agent. generic_web_service (google.cloud.dialogflowcx_v3beta1.types.Webhook.GenericWebService): Generic Service configuration of this webhook.

Inheritance

builtins.object > proto.message.Message > ServiceDirectoryConfig