Class: Aws::LexModelBuildingService::Types::GetIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetIntentRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the intent.
-
#version ⇒ String
The version of the intent.
Instance Attribute Details
#name ⇒ String
The name of the intent. The name is case sensitive.
1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1818 class GetIntentRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the intent.
1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1818 class GetIntentRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |