public enum ExecutionTypeReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum ExecutionType.
The execution type of the tool or toolset.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Fields |
|
|---|---|
| Name | Description |
Asynchronous |
The tool is executed asynchronously. The session will continue while the tool is executing. |
Synchronous |
The tool is executed synchronously. The session is blocked until the tool returns. |
Unspecified |
The execution type is unspecified. Defaults to |