Class: Aws::QConnect::Types::RemoveAssistantAIAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::RemoveAssistantAIAgentRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_type ⇒ String
The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#orchestrator_use_case ⇒ String
The orchestrator use case for the AI Agent being removed.
Instance Attribute Details
#ai_agent_type ⇒ String
The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.
9531 9532 9533 9534 9535 9536 9537 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9531 class RemoveAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :orchestrator_use_case) 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.
9531 9532 9533 9534 9535 9536 9537 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9531 class RemoveAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :orchestrator_use_case) SENSITIVE = [] include Aws::Structure end |
#orchestrator_use_case ⇒ String
The orchestrator use case for the AI Agent being removed.
9531 9532 9533 9534 9535 9536 9537 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9531 class RemoveAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :orchestrator_use_case) SENSITIVE = [] include Aws::Structure end |