/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Event sent from Amazon Lex V2 to your client application that contains a
* transcript of voice audio. See Also:
AWS
* API Reference
The transcript of the voice audio from the user.
*/ inline const Aws::String& GetTranscript() const{ return m_transcript; } /** *The transcript of the voice audio from the user.
*/ inline bool TranscriptHasBeenSet() const { return m_transcriptHasBeenSet; } /** *The transcript of the voice audio from the user.
*/ inline void SetTranscript(const Aws::String& value) { m_transcriptHasBeenSet = true; m_transcript = value; } /** *The transcript of the voice audio from the user.
*/ inline void SetTranscript(Aws::String&& value) { m_transcriptHasBeenSet = true; m_transcript = std::move(value); } /** *The transcript of the voice audio from the user.
*/ inline void SetTranscript(const char* value) { m_transcriptHasBeenSet = true; m_transcript.assign(value); } /** *The transcript of the voice audio from the user.
*/ inline TranscriptEvent& WithTranscript(const Aws::String& value) { SetTranscript(value); return *this;} /** *The transcript of the voice audio from the user.
*/ inline TranscriptEvent& WithTranscript(Aws::String&& value) { SetTranscript(std::move(value)); return *this;} /** *The transcript of the voice audio from the user.
*/ inline TranscriptEvent& WithTranscript(const char* value) { SetTranscript(value); return *this;} /** *A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.
A unique identifier of the event sent by Amazon Lex V2. The identifier is in
* the form RESPONSE-N
, where N is a number starting with one and
* incremented for each event sent by Amazon Lex V2 in the current session.