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 UpdateIntent operation.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class UpdateIntentResponse : AmazonWebServiceResponse
The UpdateIntentResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateIntentResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
BotId | System.String |
Gets and sets the property BotId. The identifier of the bot that contains the intent. |
|
BotVersion | System.String |
Gets and sets the property BotVersion.
The version of the bot that contains the intent. Will always be |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
CreationDateTime | System.DateTime |
Gets and sets the property CreationDateTime. A timestamp of when the intent was created. |
|
Description | System.String |
Gets and sets the property Description. The updated description of the intent. |
|
DialogCodeHook | Amazon.LexModelsV2.Model.DialogCodeHookSettings |
Gets and sets the property DialogCodeHook. The updated Lambda function called during each turn of the conversation with the user. |
|
FulfillmentCodeHook | Amazon.LexModelsV2.Model.FulfillmentCodeHookSettings |
Gets and sets the property FulfillmentCodeHook. The updated Lambda function called when the intent is ready for fulfillment. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
InitialResponseSetting | Amazon.LexModelsV2.Model.InitialResponseSetting |
Gets and sets the property InitialResponseSetting. Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots. |
|
InputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.InputContext> |
Gets and sets the property InputContexts. The updated list of contexts that must be active for the intent to be considered by Amazon Lex. |
|
IntentClosingSetting | Amazon.LexModelsV2.Model.IntentClosingSetting |
Gets and sets the property IntentClosingSetting. The updated response that Amazon Lex sends the user when the intent is closed. |
|
IntentConfirmationSetting | Amazon.LexModelsV2.Model.IntentConfirmationSetting |
Gets and sets the property IntentConfirmationSetting. The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent. |
|
IntentId | System.String |
Gets and sets the property IntentId. The identifier of the intent that was updated. |
|
IntentName | System.String |
Gets and sets the property IntentName. The updated name of the intent. |
|
KendraConfiguration | Amazon.LexModelsV2.Model.KendraConfiguration |
Gets and sets the property KendraConfiguration.
The updated configuration for connecting to an Amazon Kendra index with the |
|
LastUpdatedDateTime | System.DateTime |
Gets and sets the property LastUpdatedDateTime. A timestamp of the last time that the intent was modified. |
|
LocaleId | System.String |
Gets and sets the property LocaleId. The updated language and locale of the intent. |
|
OutputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.OutputContext> |
Gets and sets the property OutputContexts. The updated list of contexts that Amazon Lex activates when the intent is fulfilled. |
|
ParentIntentSignature | System.String |
Gets and sets the property ParentIntentSignature. The updated built-in intent that is the parent of this intent. |
|
QInConnectIntentConfiguration | Amazon.LexModelsV2.Model.QInConnectIntentConfiguration |
Gets and sets the property QInConnectIntentConfiguration. Qinconnect intent configuration details for the update intent response. |
|
QnAIntentConfiguration | Amazon.LexModelsV2.Model.QnAIntentConfiguration |
Gets and sets the property QnAIntentConfiguration.
Details about 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 updated list of sample utterances for the intent. |
|
SlotPriorities | System.Collections.Generic.List<Amazon.LexModelsV2.Model.SlotPriority> |
Gets and sets the property SlotPriorities. The updated list of slots and their priorities that are elicited from the user 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