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.

A prompt for additional activity after an intent is fulfilled. For example, after the OrderPizza intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.FollowUpPrompt

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

Syntax

C#
public class FollowUpPrompt

The FollowUpPrompt type exposes the following members

Constructors

NameDescription
Public Method FollowUpPrompt()

Properties

NameTypeDescription
Public Property Prompt Amazon.LexModelBuildingService.Model.Prompt

Gets and sets the property Prompt.

Prompts for information from the user.

Public Property RejectionStatement Amazon.LexModelBuildingService.Model.Statement

Gets and sets the property RejectionStatement.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5