/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include 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.See Also:
* AWS
* API Reference
Prompts for information from the user.
*/ inline const Prompt& GetPrompt() const{ return m_prompt; } /** *Prompts for information from the user.
*/ inline bool PromptHasBeenSet() const { return m_promptHasBeenSet; } /** *Prompts for information from the user.
*/ inline void SetPrompt(const Prompt& value) { m_promptHasBeenSet = true; m_prompt = value; } /** *Prompts for information from the user.
*/ inline void SetPrompt(Prompt&& value) { m_promptHasBeenSet = true; m_prompt = std::move(value); } /** *Prompts for information from the user.
*/ inline FollowUpPrompt& WithPrompt(const Prompt& value) { SetPrompt(value); return *this;} /** *Prompts for information from the user.
*/ inline FollowUpPrompt& WithPrompt(Prompt&& value) { SetPrompt(std::move(value)); return *this;} /** *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.
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.
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.
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.
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.
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.