Class: Aws::Types::LexConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invoked_byTypes::InvokedBy

Returns the value of attribute invoked_by.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def invoked_by
  @invoked_by
end

#lex_bot_alias_arn::String

Returns the value of attribute lex_bot_alias_arn.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def lex_bot_alias_arn
  @lex_bot_alias_arn
end

#locale_id::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def locale_id
  @locale_id
end

#responds_to"STANDARD_MESSAGES"

Returns the value of attribute responds_to.

Returns:

  • ("STANDARD_MESSAGES")


307
308
309
# File 'sig/types.rbs', line 307

def responds_to
  @responds_to
end

#welcome_intent::String

Returns the value of attribute welcome_intent.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def welcome_intent
  @welcome_intent
end