Class: Aws::LexModelsV2::Types::GenerateBotElementResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique bot Id for the bot which received the response.

Returns:

  • (String)


7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722

class GenerateBotElementResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :intent_id,
  :sample_utterances)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The unique bot version for the bot which received the response.

Returns:

  • (String)


7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722

class GenerateBotElementResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :intent_id,
  :sample_utterances)
  SENSITIVE = []
  include Aws::Structure
end

#intent_idString

The unique intent Id for the bot which received the response.

Returns:

  • (String)


7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722

class GenerateBotElementResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :intent_id,
  :sample_utterances)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The unique locale Id for the bot which received the response.

Returns:

  • (String)


7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722

class GenerateBotElementResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :intent_id,
  :sample_utterances)
  SENSITIVE = []
  include Aws::Structure
end

#sample_utterancesArray<Types::SampleUtterance>

The sample utterances for the bot which received the response.

Returns:



7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722

class GenerateBotElementResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :intent_id,
  :sample_utterances)
  SENSITIVE = []
  include Aws::Structure
end