Class: Aws::LexRuntimeV2::Types::RuntimeHintValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::RuntimeHintValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexruntimev2/types.rb
Overview
Provides the phrase that Amazon Lex V2 should look for in the user’s input to the bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phrase ⇒ String
The phrase that Amazon Lex V2 should look for in the user’s input to the bot.
Instance Attribute Details
#phrase ⇒ String
The phrase that Amazon Lex V2 should look for in the user’s input to the bot.
1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 1376 class RuntimeHintValue < Struct.new( :phrase) SENSITIVE = [] include Aws::Structure end |