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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


7649
7650
7651
7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7649

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)


7649
7650
7651
7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7649

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)


7649
7650
7651
7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7649

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)


7649
7650
7651
7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7649

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:



7649
7650
7651
7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7649

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