Interface Engine.ChatEngineConfig.AgentCreationConfigOrBuilder (0.31.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.

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.