Class: Aws::QConnect::Types::SuggestedMessageReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SuggestedMessageReference
- 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
-
#ai_agent_arn ⇒ String
The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.
-
#ai_agent_id ⇒ String
The identifier of the AI Agent that generated the suggested message.
Instance Attribute Details
#ai_agent_arn ⇒ String
The Amazon Resource Name (ARN) of the AI Agent that generated the suggested message.
11163 11164 11165 11166 11167 11168 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11163 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.
11163 11164 11165 11166 11167 11168 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11163 class SuggestedMessageReference < Struct.new( :ai_agent_id, :ai_agent_arn) SENSITIVE = [] include Aws::Structure end |