Class: Aws::Connect::Types::AiAgentInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AiAgentInfo
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information of the AI agent involved in the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_escalated ⇒ Boolean
A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
-
#ai_agent_version_id ⇒ String
The unique identifier that specifies both the AI agent ID and its version number that was involved in the contact.
-
#ai_use_case ⇒ String
The use case or scenario for which the AI agent is involved in the contact.
Instance Attribute Details
#ai_agent_escalated ⇒ Boolean
A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
594 595 596 597 598 599 600 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 594 class AiAgentInfo < Struct.new( :ai_use_case, :ai_agent_version_id, :ai_agent_escalated) SENSITIVE = [] include Aws::Structure end |
#ai_agent_version_id ⇒ String
The unique identifier that specifies both the AI agent ID and its version number that was involved in the contact
594 595 596 597 598 599 600 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 594 class AiAgentInfo < Struct.new( :ai_use_case, :ai_agent_version_id, :ai_agent_escalated) SENSITIVE = [] include Aws::Structure end |
#ai_use_case ⇒ String
The use case or scenario for which the AI agent is involved in the contact
594 595 596 597 598 599 600 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 594 class AiAgentInfo < Struct.new( :ai_use_case, :ai_agent_version_id, :ai_agent_escalated) SENSITIVE = [] include Aws::Structure end |