Class: Aws::Types::ContactSearchSummaryAiAgentInfo

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)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def ai_agent_escalated
  @ai_agent_escalated
end

#ai_agent_version_id::String

Returns the value of attribute ai_agent_version_id.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def ai_agent_version_id
  @ai_agent_version_id
end

#ai_use_case"AgentAssistance", "SelfService"

Returns the value of attribute ai_use_case.

Returns:

  • ("AgentAssistance", "SelfService")


1238
1239
1240
# File 'sig/types.rbs', line 1238

def ai_use_case
  @ai_use_case
end