Class: Aws::Types::AiAgentSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AiAgentSearchCriteria
- 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_use_case ⇒ "AgentAssistance", "SelfService"
Returns the value of attribute ai_use_case.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_agent_escalated ⇒ Boolean
Returns the value of attribute ai_agent_escalated.
180 181 182 |
# File 'sig/types.rbs', line 180 def ai_agent_escalated @ai_agent_escalated end |
#ai_use_case ⇒ "AgentAssistance", "SelfService"
Returns the value of attribute ai_use_case.
181 182 183 |
# File 'sig/types.rbs', line 181 def ai_use_case @ai_use_case end |
#id ⇒ ::String
Returns the value of attribute id.
178 179 180 |
# File 'sig/types.rbs', line 178 def id @id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
179 180 181 |
# File 'sig/types.rbs', line 179 def version_number @version_number end |