AppSnapshot(mapping=None, *, ignore_unknown_fields=False, **kwargs)A snapshot of the app.
Attributes |
|
|---|---|
| Name | Description |
app |
google.cloud.ces_v1beta.types.App
Optional. The basic settings for the app. |
agents |
MutableSequence[google.cloud.ces_v1beta.types.Agent]
Optional. List of agents in the app. |
tools |
MutableSequence[google.cloud.ces_v1beta.types.Tool]
Optional. List of tools in the app. |
examples |
MutableSequence[google.cloud.ces_v1beta.types.Example]
Optional. List of examples in the app. |
guardrails |
MutableSequence[google.cloud.ces_v1beta.types.Guardrail]
Optional. List of guardrails in the app. |
toolsets |
MutableSequence[google.cloud.ces_v1beta.types.Toolset]
Optional. List of toolsets in the app. |