Class: Aws::Connect::Types::AiAgentInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ai_agent_idString

The identifier of the AI agent that participates in the contact.

Returns:

  • (String)


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