Class: Aws::LexModelsV2::Types::AgentTurnSpecification

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

Overview

The specification of an agent turn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_promptString

The agent prompt for the agent turn in a test set.

Returns:

  • (String)


86
87
88
89
90
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 86

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