Class: Aws::Types::ContactSearchSummaryAiAgentInfo
- Inherits:
-
Object
- Object
- Aws::Types::ContactSearchSummaryAiAgentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_escalated ⇒ Boolean
Returns the value of attribute ai_agent_escalated.
-
#ai_agent_version_id ⇒ ::String
Returns the value of attribute ai_agent_version_id.
-
#ai_use_case ⇒ "AgentAssistance", "SelfService"
Returns the value of attribute ai_use_case.
Instance Attribute Details
#ai_agent_escalated ⇒ Boolean
Returns the value of attribute ai_agent_escalated.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def ai_agent_escalated @ai_agent_escalated end |
#ai_agent_version_id ⇒ ::String
Returns the value of attribute ai_agent_version_id.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def ai_agent_version_id @ai_agent_version_id end |
#ai_use_case ⇒ "AgentAssistance", "SelfService"
Returns the value of attribute ai_use_case.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def ai_use_case @ai_use_case end |