Class: Aws::LexModelBuildingService::Types::DeleteIntentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the intent. The name is case sensitive.

Returns:

  • (String)


806
807
808
809
810
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 806

class DeleteIntentRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end