CesAppSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)Spec of CES app that the generator can choose from.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
ces_app |
str
Optional. Format: projects/.
|
confirmation_requirement |
google.cloud.dialogflow_v2.types.Tool.ConfirmationRequirement
Optional. Indicates whether the app requires human confirmation. |
proactive_enabled |
bool
Optional. Only applicable for CompanionAgent. Indicates whether the ces app is enabled in proactive mode. At least one of proactive_enabled or reactive_enabled should
be true; otherwise, the ces app will be ignored.
This field is a member of oneof_ _proactive_enabled.
|
reactive_enabled |
bool
Optional. Only applicable for CompanionAgent. Indicates whether the ces app is enabled in reactive mode. At least one of proactive_enabled or reactive_enabled should
be true; otherwise, the ces app will be ignored.
This field is a member of oneof_ _reactive_enabled.
|