Class: Aws::Connect::Types::LexBotConfig

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

Overview

Configuration information of an Amazon Lex or Amazon Lex V2 bot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lex_botTypes::LexBot

Configuration information of an Amazon Lex bot.

Returns:



11321
11322
11323
11324
11325
11326
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11321

class LexBotConfig < Struct.new(
  :lex_bot,
  :lex_v2_bot)
  SENSITIVE = []
  include Aws::Structure
end

#lex_v2_botTypes::LexV2Bot

Configuration information of an Amazon Lex V2 bot.

Returns:



11321
11322
11323
11324
11325
11326
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11321

class LexBotConfig < Struct.new(
  :lex_bot,
  :lex_v2_bot)
  SENSITIVE = []
  include Aws::Structure
end