Class: Aws::Types::AiAgentSearchCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_escalatedBoolean

Returns the value of attribute ai_agent_escalated.

Returns:

  • (Boolean)


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.

Returns:

  • ("AgentAssistance", "SelfService")


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.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def id
  @id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def version_number
  @version_number
end