Interface Engine.ChatEngineConfig.AgentCreationConfigOrBuilder (0.37.0)

public static interface Engine.ChatEngineConfig.AgentCreationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBusiness()

public abstract String getBusiness()

Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.

string business = 1;

Returns
TypeDescription
String

The business.

getBusinessBytes()

public abstract ByteString getBusinessBytes()

Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.

string business = 1;

Returns
TypeDescription
ByteString

The bytes for business.

getDefaultLanguageCode()

public abstract String getDefaultLanguageCode()

Required. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes.

string default_language_code = 2;

Returns
TypeDescription
String

The defaultLanguageCode.

getDefaultLanguageCodeBytes()

public abstract ByteString getDefaultLanguageCodeBytes()

Required. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes.

string default_language_code = 2;

Returns
TypeDescription
ByteString

The bytes for defaultLanguageCode.

getLocation()

public abstract String getLocation()

Agent location for Agent creation, supported values: global/us/eu. If not provided, us Engine will create Agent using us-central-1 by default; eu Engine will create Agent using eu-west-1 by default.

string location = 4;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Agent location for Agent creation, supported values: global/us/eu. If not provided, us Engine will create Agent using us-central-1 by default; eu Engine will create Agent using eu-west-1 by default.

string location = 4;

Returns
TypeDescription
ByteString

The bytes for location.

getTimeZone()

public abstract String getTimeZone()

Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

string time_zone = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The timeZone.

getTimeZoneBytes()

public abstract ByteString getTimeZoneBytes()

Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

string time_zone = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for timeZone.