class Aws::LexModelBuildingService::Types::Intent

Identifies the specific version of an intent.

@note When making an API call, you may pass Intent

data as a hash:

    {
      intent_name: "IntentName", # required
      intent_version: "Version", # required
    }

@!attribute [rw] intent_name

The name of the intent.
@return [String]

@!attribute [rw] intent_version

The version of the intent.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/Intent AWS API Documentation

Constants

SENSITIVE