Class: Aws::LexModelBuildingService::Types::GetIntentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1818

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

#versionString

The version of the intent.

Returns:

  • (String)


1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1818

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