Class: Aws::BedrockAgent::Types::LexFlowNodeConfiguration

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

Overview

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in Amazon Bedrock works in the Amazon Bedrock User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_arnString

The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.

Returns:

  • (String)


5958
5959
5960
5961
5962
5963
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5958

class LexFlowNodeConfiguration < Struct.new(
  :bot_alias_arn,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The Region to invoke the Amazon Lex bot in.

Returns:

  • (String)


5958
5959
5960
5961
5962
5963
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5958

class LexFlowNodeConfiguration < Struct.new(
  :bot_alias_arn,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end