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)


187
188
189
# File 'sig/types.rbs', line 187

def ai_agent_escalated
  @ai_agent_escalated
end

#ai_use_case"AgentAssistance", "SelfService"

Returns the value of attribute ai_use_case.

Returns:

  • ("AgentAssistance", "SelfService")


188
189
190
# File 'sig/types.rbs', line 188

def ai_use_case
  @ai_use_case
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def id
  @id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


186
187
188
# File 'sig/types.rbs', line 186

def version_number
  @version_number
end