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_arnString

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

Returns:

  • (String)


11156
11157
11158
11159
11160
11161
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11156

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

#ai_agent_idString

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

Returns:

  • (String)


11156
11157
11158
11159
11160
11161
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11156

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