Class: Aws::QConnect::Types::DeleteAIAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteAIAgentRequest
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#ai_agent_id ⇒ String
The identifier of the Amazon Q in Connect AI Agent. Can be either the ID or the ARN. URLs cannot contain the ARN.
3870 3871 3872 3873 3874 3875 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3870 class DeleteAIAgentRequest < Struct.new( :assistant_id, :ai_agent_id) 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.
3870 3871 3872 3873 3874 3875 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3870 class DeleteAIAgentRequest < Struct.new( :assistant_id, :ai_agent_id) SENSITIVE = [] include Aws::Structure end |