/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that contains a response to the utterance from the
* bot.See Also:
AWS
* API Reference
The text of the response to the utterance from the bot.
*/ inline const Aws::String& GetContent() const{ return m_content; } /** *The text of the response to the utterance from the bot.
*/ inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; } /** *The text of the response to the utterance from the bot.
*/ inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } /** *The text of the response to the utterance from the bot.
*/ inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(value); } /** *The text of the response to the utterance from the bot.
*/ inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } /** *The text of the response to the utterance from the bot.
*/ inline UtteranceBotResponse& WithContent(const Aws::String& value) { SetContent(value); return *this;} /** *The text of the response to the utterance from the bot.
*/ inline UtteranceBotResponse& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;} /** *The text of the response to the utterance from the bot.
*/ inline UtteranceBotResponse& WithContent(const char* value) { SetContent(value); return *this;} /** *The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.
The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.
The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.
The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.
The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.
The type of the response. The following values are possible:
PlainText
– A plain text string.
* CustomPayload
– A response string that you can customize to include
* data or metadata for your application.
SSML
– A
* string that includes Speech Synthesis Markup Language to customize the audio
* response.
ImageResponseCard
– An image with
* buttons that the customer can select. See ImageResponseCard
* for more information.