Class: Aws::Types::GetUtterancesViewResponse

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:



580
581
582
# File 'sig/types.rbs', line 580

def bot_name
  @bot_name
end

#utterances::Array[Types::UtteranceList]

Returns the value of attribute utterances.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def utterances
  @utterances
end