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.
175 176 177 |
# File 'sig/types.rbs', line 175 def ai_agent_escalated @ai_agent_escalated end |
#ai_use_case ⇒ "AgentAssistance", "SelfService"
Returns the value of attribute ai_use_case.
176 177 178 |
# File 'sig/types.rbs', line 176 def ai_use_case @ai_use_case end |
#id ⇒ ::String
Returns the value of attribute id.
173 174 175 |
# File 'sig/types.rbs', line 173 def id @id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
174 175 176 |
# File 'sig/types.rbs', line 174 def version_number @version_number end |