Class: Aws::QConnect::Types::SuggestedMessageReference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Reference information for a suggested message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_arn ⇒ String

The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.

Returns:

  • (String)


11657
11658
11659
11660
11661
11662
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11657

class SuggestedMessageReference < Struct.new(
  :ai_agent_id,
  :ai_agent_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ai_agent_id ⇒ String

The identifier of the AI Agent that generated the suggested message.

Returns:

  • (String)


11657
11658
11659
11660
11661
11662
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11657

class SuggestedMessageReference < Struct.new(
  :ai_agent_id,
  :ai_agent_arn)
  SENSITIVE = []
  include Aws::Structure
end