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 CreateIntent operation.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class CreateIntentResponse : AmazonWebServiceResponse
The CreateIntentResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateIntentResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotId | System.String |
Gets and sets the property BotId. The identifier of the bot associated with the intent. |
![]() |
BotVersion | System.String |
Gets and sets the property BotVersion. The version of the bot associated with the intent. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreationDateTime | System.DateTime |
Gets and sets the property CreationDateTime. A timestamp of the date and time that the intent was created. |
![]() |
Description | System.String |
Gets and sets the property Description. The description specified for the intent. |
![]() |
DialogCodeHook | Amazon.LexModelsV2.Model.DialogCodeHookSettings |
Gets and sets the property DialogCodeHook. The dialog Lambda function specified for the intent. |
![]() |
FulfillmentCodeHook | Amazon.LexModelsV2.Model.FulfillmentCodeHookSettings |
Gets and sets the property FulfillmentCodeHook. The fulfillment Lambda function specified for the intent. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
InitialResponseSetting | Amazon.LexModelsV2.Model.InitialResponseSetting |
Gets and sets the property InitialResponseSetting. Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. |
![]() |
InputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.InputContext> |
Gets and sets the property InputContexts. The list of input contexts specified for the intent. |
![]() |
IntentClosingSetting | Amazon.LexModelsV2.Model.IntentClosingSetting |
Gets and sets the property IntentClosingSetting. The closing setting specified for the intent. |
![]() |
IntentConfirmationSetting | Amazon.LexModelsV2.Model.IntentConfirmationSetting |
Gets and sets the property IntentConfirmationSetting. The confirmation setting specified for the intent. |
![]() |
IntentId | System.String |
Gets and sets the property IntentId. A unique identifier for the intent. |
![]() |
IntentName | System.String |
Gets and sets the property IntentName. The name specified for the intent. |
![]() |
KendraConfiguration | Amazon.LexModelsV2.Model.KendraConfiguration |
Gets and sets the property KendraConfiguration. Configuration for searching a Amazon Kendra index specified for the intent. |
![]() |
LocaleId | System.String |
Gets and sets the property LocaleId. The locale that the intent is specified to use. |
![]() |
OutputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.OutputContext> |
Gets and sets the property OutputContexts. The list of output contexts specified for the intent. |
![]() |
ParentIntentSignature | System.String |
Gets and sets the property ParentIntentSignature. The signature of the parent intent specified for the intent. |
![]() |
QInConnectIntentConfiguration | Amazon.LexModelsV2.Model.QInConnectIntentConfiguration |
Gets and sets the property QInConnectIntentConfiguration. Qinconnect intent configuration details for the create intent response. |
![]() |
QnAIntentConfiguration | Amazon.LexModelsV2.Model.QnAIntentConfiguration |
Gets and sets the property QnAIntentConfiguration.
Details about the the configuration of the built-in |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
SampleUtterances | System.Collections.Generic.List<Amazon.LexModelsV2.Model.SampleUtterance> |
Gets and sets the property SampleUtterances. The sample utterances specified for the intent. |
.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