You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::CreateIntentVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

Checksum of the intent version created.

Returns:

  • (String)

    Checksum of the intent version created.

#conclusion_statementTypes::Statement

After the Lambda function specified in the fulfillmentActivity field fulfills the intent, Amazon Lex conveys this statement to the user.

Returns:

  • (Types::Statement)

    After the Lambda function specified in the fulfillmentActivity field fulfills the intent, Amazon Lex conveys this statement to the user.

#confirmation_promptTypes::Prompt

If defined, the prompt that Amazon Lex uses to confirm the user\'s intent before fulfilling it.

Returns:

  • (Types::Prompt)

    If defined, the prompt that Amazon Lex uses to confirm the user\'s intent before fulfilling it.

#created_dateTime

The date that the intent was created.

Returns:

  • (Time)

    The date that the intent was created.

#descriptionString

A description of the intent.

Returns:

  • (String)

    A description of the intent.

#dialog_code_hookTypes::CodeHook

If defined, Amazon Lex invokes this Lambda function for each user input.

Returns:

  • (Types::CodeHook)

    If defined, Amazon Lex invokes this Lambda function for each user input.

#follow_up_promptTypes::FollowUpPrompt

If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.

Returns:

  • (Types::FollowUpPrompt)

    If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.

#fulfillment_activityTypes::FulfillmentActivity

Describes how the intent is fulfilled.

Returns:

#input_contextsArray<Types::InputContext>

An array of InputContext objects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.

Returns:

  • (Array<Types::InputContext>)

    An array of InputContext objects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.

#kendra_configurationTypes::KendraConfiguration

Configuration information, if any, for connecting an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

Returns:

  • (Types::KendraConfiguration)

    Configuration information, if any, for connecting an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

#last_updated_dateTime

The date that the intent was updated.

Returns:

  • (Time)

    The date that the intent was updated.

#nameString

The name of the intent.

Returns:

  • (String)

    The name of the intent.

#output_contextsArray<Types::OutputContext>

An array of OutputContext objects that lists the contexts that the intent activates when the intent is fulfilled.

Returns:

  • (Array<Types::OutputContext>)

    An array of OutputContext objects that lists the contexts that the intent activates when the intent is fulfilled.

#parent_intent_signatureString

A unique identifier for a built-in intent.

Returns:

  • (String)

    A unique identifier for a built-in intent.

#rejection_statementTypes::Statement

If the user answers \"no\" to the question defined in confirmationPrompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

Returns:

  • (Types::Statement)

    If the user answers \"no\" to the question defined in confirmationPrompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

#sample_utterancesArray<String>

An array of sample utterances configured for the intent.

Returns:

  • (Array<String>)

    An array of sample utterances configured for the intent.

#slotsArray<Types::Slot>

An array of slot types that defines the information required to fulfill the intent.

Returns:

  • (Array<Types::Slot>)

    An array of slot types that defines the information required to fulfill the intent.

#versionString

The version number assigned to the new version of the intent.

Returns:

  • (String)

    The version number assigned to the new version of the intent.