AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeIntent operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LexModelsV2.Model.DescribeIntentResponse

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeIntentResponse : AmazonWebServiceResponse

The DescribeIntentResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeIntentResponse()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The identifier of the bot associated with the intent.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The version of the bot associated with the intent.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationDateTime System.DateTime

Gets and sets the property CreationDateTime.

A timestamp of the date and time that the intent was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the intent.

Public Property DialogCodeHook Amazon.LexModelsV2.Model.DialogCodeHookSettings

Gets and sets the property DialogCodeHook.

The Lambda function called during each turn of a conversation with the intent.

Public Property FulfillmentCodeHook Amazon.LexModelsV2.Model.FulfillmentCodeHookSettings

Gets and sets the property FulfillmentCodeHook.

The Lambda function called when the intent is complete and ready for fulfillment.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InitialResponseSetting Amazon.LexModelsV2.Model.InitialResponseSetting

Gets and sets the property InitialResponseSetting.

Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.

Public Property InputContexts System.Collections.Generic.List<Amazon.LexModelsV2.Model.InputContext>

Gets and sets the property InputContexts.

A list of contexts that must be active for the intent to be considered for sending to the user.

Public Property IntentClosingSetting Amazon.LexModelsV2.Model.IntentClosingSetting

Gets and sets the property IntentClosingSetting.

The response that Amazon Lex sends to when the intent is closed.

Public Property IntentConfirmationSetting Amazon.LexModelsV2.Model.IntentConfirmationSetting

Gets and sets the property IntentConfirmationSetting.

Prompts that Amazon Lex sends to the user to confirm completion of an intent.

Public Property IntentId System.String

Gets and sets the property IntentId.

The unique identifier assigned to the intent when it was created.

Public Property IntentName System.String

Gets and sets the property IntentName.

The name specified for the intent.

Public Property KendraConfiguration Amazon.LexModelsV2.Model.KendraConfiguration

Gets and sets the property KendraConfiguration.

Configuration information required to use the AMAZON.KendraSearchIntent intent.

Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

A timestamp of the date and time that the intent was last updated.

Public Property LocaleId System.String

Gets and sets the property LocaleId.

The language and locale specified for the intent.

Public Property OutputContexts System.Collections.Generic.List<Amazon.LexModelsV2.Model.OutputContext>

Gets and sets the property OutputContexts.

A list of contexts that are activated when the intent is fulfilled.

Public Property ParentIntentSignature System.String

Gets and sets the property ParentIntentSignature.

The identifier of the built-in intent that this intent is derived from, if any.

Public Property QInConnectIntentConfiguration Amazon.LexModelsV2.Model.QInConnectIntentConfiguration

Gets and sets the property QInConnectIntentConfiguration.

Qinconnect intent configuration details for the describe intent response.

Public Property QnAIntentConfiguration Amazon.LexModelsV2.Model.QnAIntentConfiguration

Gets and sets the property QnAIntentConfiguration.

Details about the configuration of the built-in Amazon.QnAIntent.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SampleUtterances System.Collections.Generic.List<Amazon.LexModelsV2.Model.SampleUtterance>

Gets and sets the property SampleUtterances.

User utterances that trigger this intent.

Public Property SlotPriorities System.Collections.Generic.List<Amazon.LexModelsV2.Model.SlotPriority>

Gets and sets the property SlotPriorities.

The list that determines the priority that slots should be elicited from the user.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5