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.
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_id ⇒ String
The identifier of the AI Agent that generated the suggested message.
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 |