Class: Aws::Types::GenerateBotElementResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def bot_version
  @bot_version
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def locale_id
  @locale_id
end

#sample_utterances ⇒ ::Array[Types::SampleUtterance]

Returns the value of attribute sample_utterances.

Returns:



1861
1862
1863
# File 'sig/types.rbs', line 1861

def sample_utterances
  @sample_utterances
end