Interface DiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.040Z") @Stability(Stable) public interface DiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig.Builderstatic classDiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig.Jsii$ProxyAn implementation forDiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig.Builderbuilder()default StringgetBusiness()Name of the company, organization or other entity that the agent represents.StringgetDefaultLanguageCode()The default language of the agent as a language tag.default StringgetLocation()Agent location for Agent creation, currently supported values: global/us/eu, it needs to be the same region as the Chat Engine.StringgetTimeZone()The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
-
-
-
Method Detail
-
getDefaultLanguageCode
@Stability(Stable) @NotNull String getDefaultLanguageCode()
The default language of the agent as a language tag.See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#default_language_code DiscoveryEngineChatEngine#default_language_code}
-
getTimeZone
@Stability(Stable) @NotNull String getTimeZone()
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#time_zone DiscoveryEngineChatEngine#time_zone}
-
getBusiness
@Stability(Stable) @Nullable default String getBusiness()
Name of the company, organization or other entity that the agent represents.Used for knowledge connector LLM prompt and for knowledge search. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#business DiscoveryEngineChatEngine#business}
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
Agent location for Agent creation, currently supported values: global/us/eu, it needs to be the same region as the Chat Engine.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#location DiscoveryEngineChatEngine#location}
-
builder
@Stability(Stable) static DiscoveryEngineChatEngineChatEngineConfigAgentCreationConfig.Builder builder()
-
-