Class: Aws::LexModelsV2::Types::SampleUtterance
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SampleUtterance
- 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
-
#utterance ⇒ String
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
Instance Attribute Details
#utterance ⇒ String
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
11940 11941 11942 11943 11944 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11940 class SampleUtterance < Struct.new( :utterance) SENSITIVE = [] include Aws::Structure end |