Class: Aws::Connect::Types::AiAgentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AiAgentInput
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The AI agent that participates in the contact, including its identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ String
The identifier of the AI agent that participates in the contact.
Instance Attribute Details
#ai_agent_id ⇒ String
The identifier of the AI agent that participates in the contact.
661 662 663 664 665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 661 class AiAgentInput < Struct.new( :ai_agent_id) SENSITIVE = [] include Aws::Structure end |