Class: Aws::Types::GetUtterancesViewRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name::String

Returns the value of attribute bot_name.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def bot_name
  @bot_name
end

#bot_versions::Array[::String]

Returns the value of attribute bot_versions.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def bot_versions
  @bot_versions
end

#status_type"Detected", "Missed"

Returns the value of attribute status_type.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def status_type
  @status_type
end