Interface DiscoveryEngineChatEngineConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DiscoveryEngineChatEngineConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.041Z") @Stability(Stable) public interface DiscoveryEngineChatEngineConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDiscoveryEngineChatEngineConfig.BuilderA builder forDiscoveryEngineChatEngineConfigstatic classDiscoveryEngineChatEngineConfig.Jsii$ProxyAn implementation forDiscoveryEngineChatEngineConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DiscoveryEngineChatEngineConfig.Builderbuilder()DiscoveryEngineChatEngineChatEngineConfiggetChatEngineConfig()chat_engine_config block.StringgetCollectionId()The collection ID.default DiscoveryEngineChatEngineCommonConfiggetCommonConfig()common_config block.List<String>getDataStoreIds()The data stores associated with this engine.StringgetDisplayName()The display name of the engine.StringgetEngineId()The ID to use for chat engine.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#id DiscoveryEngineChatEngine#id}.default StringgetIndustryVertical()The industry vertical that the chat engine registers.StringgetLocation()Location.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#project DiscoveryEngineChatEngine#project}.default DiscoveryEngineChatEngineTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getChatEngineConfig
@Stability(Stable) @NotNull DiscoveryEngineChatEngineChatEngineConfig getChatEngineConfig()
chat_engine_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#chat_engine_config DiscoveryEngineChatEngine#chat_engine_config}
-
getCollectionId
@Stability(Stable) @NotNull String getCollectionId()
The collection ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#collection_id DiscoveryEngineChatEngine#collection_id}
-
getDataStoreIds
@Stability(Stable) @NotNull List<String> getDataStoreIds()
The data stores associated with this engine.Multiple DataStores in the same Collection can be associated here. All listed DataStores must be 'SOLUTION_TYPE_CHAT'. Adding or removing data stores will force recreation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#data_store_ids DiscoveryEngineChatEngine#data_store_ids}
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#display_name DiscoveryEngineChatEngine#display_name}
-
getEngineId
@Stability(Stable) @NotNull String getEngineId()
The ID to use for chat engine.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#engine_id DiscoveryEngineChatEngine#engine_id}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#location DiscoveryEngineChatEngine#location}
-
getCommonConfig
@Stability(Stable) @Nullable default DiscoveryEngineChatEngineCommonConfig getCommonConfig()
common_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#common_config DiscoveryEngineChatEngine#common_config}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#id DiscoveryEngineChatEngine#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIndustryVertical
@Stability(Stable) @Nullable default String getIndustryVertical()
The industry vertical that the chat engine registers.Vertical on Engine has to match vertical of the DataStore linked to the engine. Default value: "GENERIC" Possible values: ["GENERIC"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#industry_vertical DiscoveryEngineChatEngine#industry_vertical}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#project DiscoveryEngineChatEngine#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DiscoveryEngineChatEngineTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_chat_engine#timeouts DiscoveryEngineChatEngine#timeouts}
-
builder
@Stability(Stable) static DiscoveryEngineChatEngineConfig.Builder builder()
-
-