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)


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.

Returns:

  • ("AgentAssistance", "SelfService")


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.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def id
  @id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def version_number
  @version_number
end