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
    • 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}