Class: Aws::QConnect::Types::UpdateAIPromptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateAIPromptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_prompt_id ⇒ String
The identifier of the Amazon Q in Connect AI Prompt.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the Amazon Q in Connect AI Prompt.
-
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
The updated inference configuration for the AI Prompt.
-
#model_id ⇒ String
The identifier of the model used for this AI Prompt.
-
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
The configuration of the prompt template for this AI Prompt.
-
#visibility_status ⇒ String
The visibility status of the Amazon Q in Connect AI prompt.
Instance Attribute Details
#ai_prompt_id ⇒ String
The identifier of the Amazon Q in Connect AI Prompt.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs]..
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon Q in Connect AI Prompt.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#inference_configuration ⇒ Types::AIPromptInferenceConfiguration
The updated inference configuration for the AI Prompt.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The identifier of the model used for this AI Prompt.
<note markdown=“1”> For information about which models are supported in each Amazon Web Services Region, see [Supported models for system/custom prompts].
</note>
[1]: docs.aws.amazon.com/connect/latest/adminguide/create-ai-prompts.html#cli-create-aiprompt
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#template_configuration ⇒ Types::AIPromptTemplateConfiguration
The configuration of the prompt template for this AI Prompt.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |
#visibility_status ⇒ String
The visibility status of the Amazon Q in Connect AI prompt.
11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11872 class UpdateAIPromptRequest < Struct.new( :client_token, :assistant_id, :ai_prompt_id, :visibility_status, :template_configuration, :description, :model_id, :inference_configuration) SENSITIVE = [] include Aws::Structure end |