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)


11867
11868
11869
11870
11871
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11867

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