Class: Aws::QConnect::Types::UpdateAIAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateAIAgentRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ String
The identifier of the Amazon Q in Connect AI Agent.
-
#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.
-
#configuration ⇒ Types::AIAgentConfiguration
The configuration of the Amazon Q in Connect AI Agent.
-
#description ⇒ String
The description of the Amazon Q in Connect AI Agent.
-
#visibility_status ⇒ String
The visbility status of the Amazon Q in Connect AI Agent.
Instance Attribute Details
#ai_agent_id ⇒ String
The identifier of the Amazon Q in Connect AI Agent.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) 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.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) 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.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::AIAgentConfiguration
The configuration of the Amazon Q in Connect AI Agent.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon Q in Connect AI Agent.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#visibility_status ⇒ String
The visbility status of the Amazon Q in Connect AI Agent.
11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11723 class UpdateAIAgentRequest < Struct.new( :client_token, :assistant_id, :ai_agent_id, :visibility_status, :configuration, :description) SENSITIVE = [] include Aws::Structure end |