Class: Aws::LexModelBuildingService::Types::Intent

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

Overview

Identifies the specific version of an intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_nameString

The name of the intent.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2437

class Intent < Struct.new(
  :intent_name,
  :intent_version)
  SENSITIVE = []
  include Aws::Structure
end

#intent_versionString

The version of the intent.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2437

class Intent < Struct.new(
  :intent_name,
  :intent_version)
  SENSITIVE = []
  include Aws::Structure
end