Class: Aws::LexModelsV2::Types::AgentTurnSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AgentTurnSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The specification of an agent turn.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_prompt ⇒ String
The agent prompt for the agent turn in a test set.
Instance Attribute Details
#agent_prompt ⇒ String
The agent prompt for the agent turn in a test set.
86 87 88 89 90 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 86 class AgentTurnSpecification < Struct.new( :agent_prompt) SENSITIVE = [] include Aws::Structure end |