Class: Aws::Types::DeleteIntentRequest

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)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def bot_version
  @bot_version
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def locale_id
  @locale_id
end