Class: Aws::LexModelsV2::Types::SampleUtterance

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#utteranceString

The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.

Returns:

  • (String)


11940
11941
11942
11943
11944
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11940

class SampleUtterance < Struct.new(
  :utterance)
  SENSITIVE = []
  include Aws::Structure
end