Gemini Enterprise for Customer Experience v1 API - Enum ExecutionType (1.0.0-beta01)

public enum ExecutionType

Reference 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.V1

Assembly

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 SYNCHRONOUS if unspecified.