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:



10312
10313
10314
10315
10316
10317
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10312

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:



10312
10313
10314
10315
10316
10317
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10312

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