github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/runtime.lex.v2/2020-08-07/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p/>", 4 "operations": { 5 "DeleteSession": "<p>Removes session information for a specified bot, alias, and user ID. </p> <p>You can use this operation to restart a conversation with a bot. When you remove a session, the entire history of the session is removed so that you can start again.</p> <p>You don't need to delete a session. Sessions have a time limit and will expire. Set the session time limit when you create the bot. The default is 5 minutes, but you can specify anything between 1 minute and 24 hours.</p> <p>If you specify a bot or alias ID that doesn't exist, you receive a <code>BadRequestException.</code> </p> <p>If the locale doesn't exist in the bot, or if the locale hasn't been enables for the alias, you receive a <code>BadRequestException</code>.</p>", 6 "GetSession": "<p>Returns session information for a specified bot, alias, and user.</p> <p>For example, you can use this operation to retrieve session information for a user that has left a long-running session in use.</p> <p>If the bot, alias, or session identifier doesn't exist, Amazon Lex V2 returns a <code>BadRequestException</code>. If the locale doesn't exist or is not enabled for the alias, you receive a <code>BadRequestException</code>.</p>", 7 "PutSession": "<p>Creates a new session or modifies an existing session with an Amazon Lex V2 bot. Use this operation to enable your application to set the state of the bot.</p>", 8 "RecognizeText": "<p>Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot.</p> <p>In response, Amazon Lex V2 returns the next message to convey to the user and an optional response card to display.</p> <p>If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_PostFulfillmentStatusSpecification.html\">PostFulfillmentStatusSpecification</a>.</p> <ul> <li> <p> <b>Success message</b> - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present.</p> </li> <li> <p> <b>Failed message</b> - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message.</p> </li> <li> <p> <b>Timeout message</b> - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete.html\">Completion message</a>.</p>", 9 "RecognizeUtterance": "<p>Sends user input to Amazon Lex V2. You can send text or speech. Clients use this API to send text and audio requests to Amazon Lex V2 at runtime. Amazon Lex V2 interprets the user input using the machine learning model built for the bot.</p> <p>The following request fields must be compressed with gzip and then base64 encoded before you send them to Amazon Lex V2. </p> <ul> <li> <p>requestAttributes</p> </li> <li> <p>sessionState</p> </li> </ul> <p>The following response fields are compressed using gzip and then base64 encoded by Amazon Lex V2. Before you can use these fields, you must decode and decompress them. </p> <ul> <li> <p>inputTranscript</p> </li> <li> <p>interpretations</p> </li> <li> <p>messages</p> </li> <li> <p>requestAttributes</p> </li> <li> <p>sessionState</p> </li> </ul> <p>The example contains a Java application that compresses and encodes a Java object to send to Amazon Lex V2, and a second that decodes and decompresses a response from Amazon Lex V2.</p> <p>If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_PostFulfillmentStatusSpecification.html\">PostFulfillmentStatusSpecification</a>.</p> <ul> <li> <p> <b>Success message</b> - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present.</p> </li> <li> <p> <b>Failed message</b> - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message.</p> </li> <li> <p> <b>Timeout message</b> - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete.html\">Completion message</a>.</p>", 10 "StartConversation": "<p>Starts an HTTP/2 bidirectional event stream that enables you to send audio, text, or DTMF input in real time. After your application starts a conversation, users send input to Amazon Lex V2 as a stream of events. Amazon Lex V2 processes the incoming events and responds with streaming text or audio events. </p> <p>Audio input must be in the following format: <code>audio/lpcm sample-rate=8000 sample-size-bits=16 channel-count=1; is-big-endian=false</code>.</p> <p>If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_PostFulfillmentStatusSpecification.html\">PostFulfillmentStatusSpecification</a>.</p> <ul> <li> <p> <b>Success message</b> - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present.</p> </li> <li> <p> <b>Failed message</b> - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message.</p> </li> <li> <p> <b>Timeout message</b> - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete.html\">Completion message</a>.</p> <p>If the optional update message is configured, it is played at the specified frequency while the Lambda function is running and the update message state is active. If the fulfillment update message is not active, the Lambda function runs with a 30 second timeout. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-update.html\">Update message </a> </p> <p>The <code>StartConversation</code> operation is supported only in the following SDKs: </p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/goto/SdkForCpp/runtime.lex.v2-2020-08-07/StartConversation\">AWS SDK for C++</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/goto/SdkForJavaV2/runtime.lex.v2-2020-08-07/StartConversation\">AWS SDK for Java V2</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/goto/SdkForRubyV3/runtime.lex.v2-2020-08-07/StartConversation\">AWS SDK for Ruby V3</a> </p> </li> </ul>" 11 }, 12 "shapes": { 13 "AccessDeniedException": { 14 "base": "<p/>", 15 "refs": { 16 "StartConversationResponseEventStream$AccessDeniedException": "<p>Exception thrown when the credentials passed with the request are invalid or expired. Also thrown when the credentials in the request do not have permission to access the <code>StartConversation</code> operation.</p>" 17 } 18 }, 19 "ActiveContext": { 20 "base": "<p>Contains information about the contexts that a user is using in a session. You can configure Amazon Lex V2 to set a context when an intent is fulfilled, or you can set a context using the , , or operations.</p> <p>Use a context to indicate to Amazon Lex V2 intents that should be used as follow-up intents. For example, if the active context is <code>order-fulfilled</code>, only intents that have <code>order-fulfilled</code> configured as a trigger are considered for follow up.</p>", 21 "refs": { 22 "ActiveContextsList$member": null 23 } 24 }, 25 "ActiveContextName": { 26 "base": null, 27 "refs": { 28 "ActiveContext$name": "<p>The name of the context.</p>" 29 } 30 }, 31 "ActiveContextParametersMap": { 32 "base": null, 33 "refs": { 34 "ActiveContext$contextAttributes": "<p>A list of contexts active for the request. A context can be activated when a previous intent is fulfilled, or by including the context in the request.</p> <p>If you don't specify a list of contexts, Amazon Lex V2 will use the current list of contexts for the session. If you specify an empty list, all contexts for the session are cleared. </p>" 35 } 36 }, 37 "ActiveContextTimeToLive": { 38 "base": "<p>The time that a context is active. You can specify the time to live in seconds or in conversation turns.</p>", 39 "refs": { 40 "ActiveContext$timeToLive": "<p>Indicates the number of turns or seconds that the context is active. Once the time to live expires, the context is no longer returned in a response.</p>" 41 } 42 }, 43 "ActiveContextTimeToLiveInSeconds": { 44 "base": null, 45 "refs": { 46 "ActiveContextTimeToLive$timeToLiveInSeconds": "<p>The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24 hours).</p>" 47 } 48 }, 49 "ActiveContextTurnsToLive": { 50 "base": null, 51 "refs": { 52 "ActiveContextTimeToLive$turnsToLive": "<p>The number of turns that the context is active. You can specify up to 20 turns. Each request and response from the bot is a turn.</p>" 53 } 54 }, 55 "ActiveContextsList": { 56 "base": null, 57 "refs": { 58 "SessionState$activeContexts": "<p>One or more contexts that indicate to Amazon Lex V2 the context of a request. When a context is active, Amazon Lex V2 considers intents with the matching context as a trigger as the next intent in a session.</p>" 59 } 60 }, 61 "AttachmentTitle": { 62 "base": null, 63 "refs": { 64 "ImageResponseCard$title": "<p>The title to display on the response card. The format of the title is determined by the platform displaying the response card.</p>", 65 "ImageResponseCard$subtitle": "<p>The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.</p>" 66 } 67 }, 68 "AttachmentUrl": { 69 "base": null, 70 "refs": { 71 "ImageResponseCard$imageUrl": "<p>The URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.</p>" 72 } 73 }, 74 "AudioChunk": { 75 "base": null, 76 "refs": { 77 "AudioInputEvent$audioChunk": "<p>An encoded stream of audio.</p>", 78 "AudioResponseEvent$audioChunk": "<p>A chunk of the audio to play. </p>" 79 } 80 }, 81 "AudioInputEvent": { 82 "base": "<p>Represents a chunk of audio sent from the client application to Amazon Lex V2. The audio is all or part of an utterance from the user.</p> <p>Amazon Lex V2 accumulates audio chunks until it recognizes a natural pause in speech before processing the input.</p>", 83 "refs": { 84 "StartConversationRequestEventStream$AudioInputEvent": "<p>Speech audio sent from your client application to Amazon Lex V2. Audio starts accumulating when Amazon Lex V2 identifies a voice and continues until a natural pause in the speech is found before processing.</p>" 85 } 86 }, 87 "AudioResponseEvent": { 88 "base": "<p>An event sent from Amazon Lex V2 to your client application containing audio to play to the user. </p>", 89 "refs": { 90 "StartConversationResponseEventStream$AudioResponseEvent": null 91 } 92 }, 93 "BadGatewayException": { 94 "base": "<p/>", 95 "refs": { 96 "StartConversationResponseEventStream$BadGatewayException": null 97 } 98 }, 99 "BlobStream": { 100 "base": null, 101 "refs": { 102 "PutSessionResponse$audioStream": "<p>If the requested content type was audio, the audio version of the message to convey to the user.</p>", 103 "RecognizeUtteranceRequest$inputStream": "<p>User input in PCM or Opus audio format or text format as described in the <code>requestContentType</code> parameter.</p>", 104 "RecognizeUtteranceResponse$audioStream": "<p>The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the <code>clarificationPrompt</code> configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the <code>confirmationPrompt</code>. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.</p>" 105 } 106 }, 107 "Boolean": { 108 "base": null, 109 "refs": { 110 "ConfigurationEvent$disablePlayback": "<p>Determines whether Amazon Lex V2 should send audio responses to the client application. </p> <p>Set this field to false when the client is operating in a playback mode where audio responses are played to the user. If the client isn't operating in playback mode, such as a text chat application, set this to true so that Amazon Lex V2 doesn't wait for the prompt to finish playing on the client.</p>" 111 } 112 }, 113 "BotAliasIdentifier": { 114 "base": null, 115 "refs": { 116 "DeleteSessionRequest$botAliasId": "<p>The alias identifier in use for the bot that contains the session data.</p>", 117 "DeleteSessionResponse$botAliasId": "<p>The alias identifier in use for the bot that contained the session data.</p>", 118 "GetSessionRequest$botAliasId": "<p>The alias identifier in use for the bot that contains the session data.</p>", 119 "PutSessionRequest$botAliasId": "<p>The alias identifier of the bot that receives the session data.</p>", 120 "RecognizeTextRequest$botAliasId": "<p>The alias identifier in use for the bot that processes the request.</p>", 121 "RecognizeUtteranceRequest$botAliasId": "<p>The alias identifier in use for the bot that should receive the request.</p>", 122 "StartConversationRequest$botAliasId": "<p>The alias identifier in use for the bot that processes the request.</p>" 123 } 124 }, 125 "BotIdentifier": { 126 "base": null, 127 "refs": { 128 "DeleteSessionRequest$botId": "<p>The identifier of the bot that contains the session data.</p>", 129 "DeleteSessionResponse$botId": "<p>The identifier of the bot that contained the session data.</p>", 130 "GetSessionRequest$botId": "<p>The identifier of the bot that contains the session data.</p>", 131 "PutSessionRequest$botId": "<p>The identifier of the bot that receives the session data.</p>", 132 "RecognizeTextRequest$botId": "<p>The identifier of the bot that processes the request.</p>", 133 "RecognizeUtteranceRequest$botId": "<p>The identifier of the bot that should receive the request.</p>", 134 "StartConversationRequest$botId": "<p>The identifier of the bot to process the request.</p>" 135 } 136 }, 137 "Button": { 138 "base": "<p>A button that appears on a response card show to the user.</p>", 139 "refs": { 140 "ButtonsList$member": null 141 } 142 }, 143 "ButtonText": { 144 "base": null, 145 "refs": { 146 "Button$text": "<p>The text that is displayed on the button.</p>" 147 } 148 }, 149 "ButtonValue": { 150 "base": null, 151 "refs": { 152 "Button$value": "<p>The value returned to Amazon Lex V2 when a user chooses the button.</p>" 153 } 154 }, 155 "ButtonsList": { 156 "base": null, 157 "refs": { 158 "ImageResponseCard$buttons": "<p>A list of buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button.</p>" 159 } 160 }, 161 "ConfidenceScore": { 162 "base": "<p>Provides a score that indicates the confidence that Amazon Lex V2 has that an intent is the one that satisfies the user's intent.</p>", 163 "refs": { 164 "Interpretation$nluConfidence": "<p>Determines the threshold where Amazon Lex V2 will insert the <code>AMAZON.FallbackIntent</code>, <code>AMAZON.KendraSearchIntent</code>, or both when returning alternative intents in a response. <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> are only inserted if they are configured for the bot.</p>" 165 } 166 }, 167 "ConfigurationEvent": { 168 "base": "<p>The initial event sent from the application to Amazon Lex V2 to configure the conversation, including session and request attributes and the response content type.</p>", 169 "refs": { 170 "StartConversationRequestEventStream$ConfigurationEvent": "<p>Configuration information sent from your client application to Amazon Lex V2</p>" 171 } 172 }, 173 "ConfirmationState": { 174 "base": null, 175 "refs": { 176 "Intent$confirmationState": "<p>Contains information about whether fulfillment of the intent has been confirmed.</p>" 177 } 178 }, 179 "ConflictException": { 180 "base": "<p/>", 181 "refs": { 182 "StartConversationResponseEventStream$ConflictException": "<p>Exception thrown when two clients are using the same AWS account, Amazon Lex V2 bot, and session ID.</p>" 183 } 184 }, 185 "ConversationMode": { 186 "base": null, 187 "refs": { 188 "StartConversationRequest$conversationMode": "<p>The conversation type that you are using the Amazon Lex V2. If the conversation mode is <code>AUDIO</code> you can send both audio and DTMF information. If the mode is <code>TEXT</code> you can only send text.</p>" 189 } 190 }, 191 "DTMFInputEvent": { 192 "base": "<p>A DTMF character sent from the client application. DTMF characters are typically sent from a phone keypad to represent numbers. For example, you can have Amazon Lex V2 process a credit card number input from a phone.</p>", 193 "refs": { 194 "StartConversationRequestEventStream$DTMFInputEvent": "<p>DTMF information sent to Amazon Lex V2 by your application. Amazon Lex V2 accumulates the DMTF information from when the user sends the first character and ends</p> <ul> <li> <p>when there's a pause longer that the value configured for the end timeout.</p> </li> <li> <p>when there's a digit that is the configured end character.</p> </li> <li> <p>when Amazon Lex V2 accumulates characters equal to the maximum DTMF character configuration.</p> </li> </ul>" 195 } 196 }, 197 "DTMFRegex": { 198 "base": null, 199 "refs": { 200 "DTMFInputEvent$inputCharacter": "<p>The DTMF character that the user pressed. The allowed characters are A - D, 0 - 9, # and *.</p>" 201 } 202 }, 203 "DeleteSessionRequest": { 204 "base": null, 205 "refs": { 206 } 207 }, 208 "DeleteSessionResponse": { 209 "base": null, 210 "refs": { 211 } 212 }, 213 "DependencyFailedException": { 214 "base": "<p/>", 215 "refs": { 216 "StartConversationResponseEventStream$DependencyFailedException": null 217 } 218 }, 219 "DialogAction": { 220 "base": "<p>The next action that Amazon Lex V2 should take.</p>", 221 "refs": { 222 "SessionState$dialogAction": "<p>The next step that Amazon Lex V2 should take in the conversation with a user.</p>" 223 } 224 }, 225 "DialogActionType": { 226 "base": null, 227 "refs": { 228 "DialogAction$type": "<p>The next action that the bot should take in its interaction with the user. The possible values are:</p> <ul> <li> <p> <code>Close</code> - Indicates that there will not be a response from the user. For example, the statement \"Your order has been placed\" does not require a response.</p> </li> <li> <p> <code>ConfirmIntent</code> - The next action is asking the user if the intent is complete and ready to be fulfilled. This is a yes/no question such as \"Place the order?\"</p> </li> <li> <p> <code>Delegate</code> - The next action is determined by Amazon Lex V2.</p> </li> <li> <p> <code>ElicitSlot</code> - The next action is to elicit a slot value from the user.</p> </li> </ul>" 229 } 230 }, 231 "DisconnectionEvent": { 232 "base": "<p>A notification from the client that it is disconnecting from Amazon Lex V2. Sending a <code>DisconnectionEvent</code> event is optional, but can help identify a conversation in logs.</p>", 233 "refs": { 234 "StartConversationRequestEventStream$DisconnectionEvent": "<p>Event sent from the client application to indicate to Amazon Lex V2 that the conversation is over.</p>" 235 } 236 }, 237 "Double": { 238 "base": null, 239 "refs": { 240 "ConfidenceScore$score": "<p>A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.</p>", 241 "SentimentScore$positive": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>POSITIVE</code> sentiment.</p>", 242 "SentimentScore$negative": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>NEGATIVE</code> sentiment.</p>", 243 "SentimentScore$neutral": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>NEUTRAL</code> sentiment.</p>", 244 "SentimentScore$mixed": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>MIXED</code> sentiment.</p>" 245 } 246 }, 247 "EpochMillis": { 248 "base": null, 249 "refs": { 250 "AudioInputEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>", 251 "ConfigurationEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>", 252 "DTMFInputEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>", 253 "DisconnectionEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>", 254 "PlaybackCompletionEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>", 255 "TextInputEvent$clientTimestampMillis": "<p>A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.</p>" 256 } 257 }, 258 "EventId": { 259 "base": null, 260 "refs": { 261 "AudioInputEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 262 "AudioResponseEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>", 263 "ConfigurationEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 264 "DTMFInputEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 265 "DisconnectionEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 266 "HeartbeatEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>", 267 "IntentResultEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>", 268 "PlaybackCompletionEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 269 "PlaybackInterruptionEvent$causedByEventId": "<p>The identifier of the event that contained the audio, DTMF, or text that caused the interruption.</p>", 270 "PlaybackInterruptionEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>", 271 "TextInputEvent$eventId": "<p>A unique identifier that your application assigns to the event. You can use this to identify events in logs.</p>", 272 "TextResponseEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>", 273 "TranscriptEvent$eventId": "<p>A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form <code>RESPONSE-N</code>, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.</p>" 274 } 275 }, 276 "GetSessionRequest": { 277 "base": null, 278 "refs": { 279 } 280 }, 281 "GetSessionResponse": { 282 "base": null, 283 "refs": { 284 } 285 }, 286 "HeartbeatEvent": { 287 "base": "<p>Event that Amazon Lex V2 sends to indicate that the stream is still open between the client application and Amazon Lex V2 </p>", 288 "refs": { 289 "StartConversationResponseEventStream$HeartbeatEvent": null 290 } 291 }, 292 "ImageResponseCard": { 293 "base": "<p>A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform. </p> <p>When you use a response card, the response from the user is constrained to the text associated with a button on the card.</p>", 294 "refs": { 295 "Message$imageResponseCard": null 296 } 297 }, 298 "InputMode": { 299 "base": null, 300 "refs": { 301 "IntentResultEvent$inputMode": "<p>Indicates whether the input to the operation was text or speech.</p>" 302 } 303 }, 304 "Intent": { 305 "base": "<p>The current intent that Amazon Lex V2 is attempting to fulfill.</p>", 306 "refs": { 307 "Interpretation$intent": "<p>A list of intents that might satisfy the user's utterance. The intents are ordered by the confidence score.</p>", 308 "SessionState$intent": "<p>The active intent that Amazon Lex V2 is processing.</p>" 309 } 310 }, 311 "IntentResultEvent": { 312 "base": "<p>Contains the current state of the conversation between the client application and Amazon Lex V2.</p>", 313 "refs": { 314 "StartConversationResponseEventStream$IntentResultEvent": "<p>Event sent from Amazon Lex V2 to the client application containing the current state of the conversation between the user and Amazon Lex V2.</p>" 315 } 316 }, 317 "IntentState": { 318 "base": null, 319 "refs": { 320 "Intent$state": "<p>Contains fulfillment information for the intent. </p>" 321 } 322 }, 323 "InternalServerException": { 324 "base": "<p/>", 325 "refs": { 326 "StartConversationResponseEventStream$InternalServerException": "<p>An error occurred with Amazon Lex V2.</p>" 327 } 328 }, 329 "Interpretation": { 330 "base": "<p>An intent that Amazon Lex V2 determined might satisfy the user's utterance. The intents are ordered by the confidence score. </p>", 331 "refs": { 332 "Interpretations$member": null 333 } 334 }, 335 "Interpretations": { 336 "base": null, 337 "refs": { 338 "GetSessionResponse$interpretations": "<p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p> <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>", 339 "IntentResultEvent$interpretations": "<p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p> <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>", 340 "RecognizeTextResponse$interpretations": "<p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p> <p>Each interpretation includes the intent, a score that indicates now confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>" 341 } 342 }, 343 "LocaleId": { 344 "base": null, 345 "refs": { 346 "DeleteSessionRequest$localeId": "<p>The locale where the session is in use.</p>", 347 "DeleteSessionResponse$localeId": "<p>The locale where the session was used.</p>", 348 "GetSessionRequest$localeId": "<p>The locale where the session is in use.</p>", 349 "PutSessionRequest$localeId": "<p>The locale where the session is in use.</p>", 350 "RecognizeTextRequest$localeId": "<p>The locale where the session is in use.</p>", 351 "RecognizeUtteranceRequest$localeId": "<p>The locale where the session is in use.</p>", 352 "StartConversationRequest$localeId": "<p>The locale where the session is in use.</p>" 353 } 354 }, 355 "Message": { 356 "base": "<p>Container for text that is returned to the customer..</p>", 357 "refs": { 358 "Messages$member": null 359 } 360 }, 361 "MessageContentType": { 362 "base": null, 363 "refs": { 364 "Message$contentType": "<p>Indicates the type of response.</p>" 365 } 366 }, 367 "Messages": { 368 "base": null, 369 "refs": { 370 "ConfigurationEvent$welcomeMessages": "<p>A list of messages to send to the user.</p>", 371 "GetSessionResponse$messages": "<p>A list of messages that were last sent to the user. The messages are ordered based on the order that your returned the messages from your Lambda function or the order that messages are defined in the bot. </p>", 372 "PutSessionRequest$messages": "<p>A list of messages to send to the user. Messages are sent in the order that they are defined in the list.</p>", 373 "RecognizeTextResponse$messages": "<p>A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>", 374 "TextResponseEvent$messages": "<p>A list of messages to send to the user. Messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>" 375 } 376 }, 377 "NonEmptyString": { 378 "base": null, 379 "refs": { 380 "AudioInputEvent$contentType": "<p>The encoding used for the audio chunk. You must use 8 KHz PCM 16-bit mono-channel little-endian format. The value of the field should be:</p> <p> <code>audio/lpcm; sample-rate=8000; sample-size-bits=16; channel-count=1; is-big-endian=false</code> </p>", 381 "AudioResponseEvent$contentType": "<p>The encoding of the audio chunk. This is the same as the encoding configure in the <code>contentType</code> field of the <code>ConfigurationEvent</code>.</p>", 382 "ConfigurationEvent$responseContentType": "<p>The message that Amazon Lex V2 returns in the response can be either text or speech based on the <code>responseContentType</code> value.</p> <ul> <li> <p>If the value is <code>text/plain;charset=utf-8</code>, Amazon Lex V2 returns text in the response.</p> </li> <li> <p>If the value begins with <code>audio/</code>, Amazon Lex V2 returns speech in the response. Amazon Lex V2 uses Amazon Polly to generate the speech using the configuration that you specified in the <code>requestContentType</code> parameter. For example, if you specify <code>audio/mpeg</code> as the value, Amazon Lex V2 returns speech in the MPEG format.</p> </li> <li> <p>If the value is <code>audio/pcm</code>, the speech returned is audio/pcm in 16-bit, little-endian format.</p> </li> <li> <p>The following are the accepted values:</p> <ul> <li> <p>audio/mpeg</p> </li> <li> <p>audio/ogg</p> </li> <li> <p>audio/pcm</p> </li> <li> <p>audio/* (defaults to mpeg)</p> </li> <li> <p>text/plain; charset=utf-8</p> </li> </ul> </li> </ul>", 383 "DialogAction$slotToElicit": "<p>The name of the slot that should be elicited from the user.</p>", 384 "GetSessionResponse$sessionId": "<p>The identifier of the returned session.</p>", 385 "Intent$name": "<p>The name of the intent.</p>", 386 "PutSessionRequest$responseContentType": "<p>The message that Amazon Lex V2 returns in the response can be either text or speech depending on the value of this parameter. </p> <ul> <li> <p>If the value is <code>text/plain; charset=utf-8</code>, Amazon Lex V2 returns text in the response.</p> </li> </ul>", 387 "PutSessionResponse$contentType": "<p>The type of response. Same as the type specified in the <code>responseContentType</code> field in the request.</p>", 388 "PutSessionResponse$messages": "<p>A list of messages that were last sent to the user. The messages are ordered based on how you return the messages from you Lambda function or the order that the messages are defined in the bot.</p>", 389 "PutSessionResponse$sessionState": "<p>Represents the current state of the dialog between the user and the bot.</p> <p>Use this to determine the progress of the conversation and what the next action may be.</p>", 390 "PutSessionResponse$requestAttributes": "<p>Request-specific information passed between the client application and Amazon Lex V2. These are the same as the <code>requestAttribute</code> parameter in the call to the <code>PutSession</code> operation.</p>", 391 "RecognizeUtteranceRequest$requestContentType": "<p>Indicates the format for audio input or that the content is text. The header must start with one of the following prefixes:</p> <ul> <li> <p>PCM format, audio data must be in little-endian byte order.</p> <ul> <li> <p>audio/l16; rate=16000; channels=1</p> </li> <li> <p>audio/x-l16; sample-rate=16000; channel-count=1</p> </li> <li> <p>audio/lpcm; sample-rate=8000; sample-size-bits=16; channel-count=1; is-big-endian=false</p> </li> </ul> </li> <li> <p>Opus format</p> <ul> <li> <p>audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4</p> </li> </ul> </li> <li> <p>Text format</p> <ul> <li> <p>text/plain; charset=utf-8</p> </li> </ul> </li> </ul>", 392 "RecognizeUtteranceRequest$responseContentType": "<p>The message that Amazon Lex V2 returns in the response can be either text or speech based on the <code>responseContentType</code> value.</p> <ul> <li> <p>If the value is <code>text/plain;charset=utf-8</code>, Amazon Lex V2 returns text in the response.</p> </li> <li> <p>If the value begins with <code>audio/</code>, Amazon Lex V2 returns speech in the response. Amazon Lex V2 uses Amazon Polly to generate the speech using the configuration that you specified in the <code>requestContentType</code> parameter. For example, if you specify <code>audio/mpeg</code> as the value, Amazon Lex V2 returns speech in the MPEG format.</p> </li> <li> <p>If the value is <code>audio/pcm</code>, the speech returned is <code>audio/pcm</code> at 16 KHz in 16-bit, little-endian format.</p> </li> <li> <p>The following are the accepted values:</p> <ul> <li> <p>audio/mpeg</p> </li> <li> <p>audio/ogg</p> </li> <li> <p>audio/pcm (16 KHz)</p> </li> <li> <p>audio/* (defaults to mpeg)</p> </li> <li> <p>text/plain; charset=utf-8</p> </li> </ul> </li> </ul>", 393 "RecognizeUtteranceResponse$inputMode": "<p>Indicates whether the input mode to the operation was text or speech. </p>", 394 "RecognizeUtteranceResponse$contentType": "<p>Content type as specified in the <code>responseContentType</code> in the request.</p>", 395 "RecognizeUtteranceResponse$messages": "<p>A list of messages that were last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p> <p>The <code>messages</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>", 396 "RecognizeUtteranceResponse$interpretations": "<p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p> <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p> <p>The <code>interpretations</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>", 397 "RecognizeUtteranceResponse$sessionState": "<p>Represents the current state of the dialog between the user and the bot.</p> <p>Use this to determine the progress of the conversation and what the next action might be.</p> <p>The <code>sessionState</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>", 398 "RecognizeUtteranceResponse$requestAttributes": "<p>The attributes sent in the request.</p> <p>The <code>requestAttributes</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents.</p>", 399 "RecognizeUtteranceResponse$inputTranscript": "<p>The text used to process the request.</p> <p>If the input was an audio stream, the <code>inputTranscript</code> field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex V2 is correctly processing the audio that you send.</p> <p>The <code>inputTranscript</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>", 400 "SessionState$originatingRequestId": "<p/>", 401 "Slots$key": null, 402 "StringList$member": null, 403 "StringMap$key": null, 404 "Value$originalValue": "<p>The text of the utterance from the user that was entered for the slot.</p>", 405 "Value$interpretedValue": "<p>The value that Amazon Lex V2 determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex V2 choose the first value in the <code>resolvedValues</code> list.</p>" 406 } 407 }, 408 "ParameterName": { 409 "base": null, 410 "refs": { 411 "ActiveContextParametersMap$key": null 412 } 413 }, 414 "PlaybackCompletionEvent": { 415 "base": "<p>Event sent from the client application to Amazon Lex V2 to indicate that playback of audio is complete and that Amazon Lex V2 should start processing the user's input.</p>", 416 "refs": { 417 "StartConversationRequestEventStream$PlaybackCompletionEvent": "<p>Event sent from the client application to Amazon Lex V2 to indicate that it has finished playing audio and that Amazon Lex V2 should start listening for user input.</p>" 418 } 419 }, 420 "PlaybackInterruptionEvent": { 421 "base": "<p>Event sent from Amazon Lex V2 to indicate to the client application should stop playback of audio. For example, if the client is playing a prompt that asks for the user's telephone number, the user might start to say the phone number before the prompt is complete. Amazon Lex V2 sends this event to the client application to indicate that the user is responding and that Amazon Lex V2 is processing their input.</p>", 422 "refs": { 423 "StartConversationResponseEventStream$PlaybackInterruptionEvent": null 424 } 425 }, 426 "PlaybackInterruptionReason": { 427 "base": null, 428 "refs": { 429 "PlaybackInterruptionEvent$eventReason": "<p>Indicates the type of user input that Amazon Lex V2 detected.</p>" 430 } 431 }, 432 "PutSessionRequest": { 433 "base": null, 434 "refs": { 435 } 436 }, 437 "PutSessionResponse": { 438 "base": null, 439 "refs": { 440 } 441 }, 442 "RecognizeTextRequest": { 443 "base": null, 444 "refs": { 445 } 446 }, 447 "RecognizeTextResponse": { 448 "base": null, 449 "refs": { 450 } 451 }, 452 "RecognizeUtteranceRequest": { 453 "base": null, 454 "refs": { 455 } 456 }, 457 "RecognizeUtteranceResponse": { 458 "base": null, 459 "refs": { 460 } 461 }, 462 "ResourceNotFoundException": { 463 "base": "<p/>", 464 "refs": { 465 "StartConversationResponseEventStream$ResourceNotFoundException": "<p>Exception thrown if one of the input parameters points to a resource that does not exist. For example, if the bot ID specified does not exist.</p>" 466 } 467 }, 468 "SensitiveNonEmptyString": { 469 "base": null, 470 "refs": { 471 "RecognizeUtteranceRequest$sessionState": "<p>Sets the state of the session with the user. You can use this to set the current intent, attributes, context, and dialog action. Use the dialog action to determine the next step that Amazon Lex V2 should use in the conversation with the user.</p> <p>The <code>sessionState</code> field must be compressed using gzip and then base64 encoded before sending to Amazon Lex V2.</p>", 472 "RecognizeUtteranceRequest$requestAttributes": "<p>Request-specific information passed between the client application and Amazon Lex V2 </p> <p>The namespace <code>x-amz-lex:</code> is reserved for special attributes. Don't create any request attributes for prefix <code>x-amz-lex:</code>.</p> <p>The <code>requestAttributes</code> field must be compressed using gzip and then base64 encoded before sending to Amazon Lex V2.</p>" 473 } 474 }, 475 "SentimentResponse": { 476 "base": "<p>Provides information about the sentiment expressed in a user's response in a conversation. Sentiments are determined using Amazon Comprehend. Sentiments are only returned if they are enabled for the bot.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/comprehend/latest/dg/how-sentiment.html\"> Determine Sentiment </a> in the <i>Amazon Comprehend developer guide</i>.</p>", 477 "refs": { 478 "Interpretation$sentimentResponse": "<p>The sentiment expressed in an utterance. </p> <p>When the bot is configured to send utterances to Amazon Comprehend for sentiment analysis, this field contains the result of the analysis.</p>" 479 } 480 }, 481 "SentimentScore": { 482 "base": "<p>The individual sentiment responses for the utterance.</p>", 483 "refs": { 484 "SentimentResponse$sentimentScore": null 485 } 486 }, 487 "SentimentType": { 488 "base": null, 489 "refs": { 490 "SentimentResponse$sentiment": "<p>The overall sentiment expressed in the user's response. This is the sentiment most likely expressed by the user based on the analysis by Amazon Comprehend.</p>" 491 } 492 }, 493 "SessionId": { 494 "base": null, 495 "refs": { 496 "DeleteSessionRequest$sessionId": "<p>The identifier of the session to delete.</p>", 497 "DeleteSessionResponse$sessionId": "<p>The identifier of the deleted session.</p>", 498 "GetSessionRequest$sessionId": "<p>The identifier of the session to return.</p>", 499 "IntentResultEvent$sessionId": "<p>The identifier of the session in use.</p>", 500 "PutSessionRequest$sessionId": "<p>The identifier of the session that receives the session data.</p>", 501 "PutSessionResponse$sessionId": "<p>The identifier of the session that received the data.</p>", 502 "RecognizeTextRequest$sessionId": "<p>The identifier of the user session that is having the conversation.</p>", 503 "RecognizeTextResponse$sessionId": "<p>The identifier of the session in use.</p>", 504 "RecognizeUtteranceRequest$sessionId": "<p>The identifier of the session in use.</p>", 505 "RecognizeUtteranceResponse$sessionId": "<p>The identifier of the session in use.</p>", 506 "StartConversationRequest$sessionId": "<p>The identifier of the user session that is having the conversation.</p>" 507 } 508 }, 509 "SessionState": { 510 "base": "<p>The state of the user's session with Amazon Lex V2.</p>", 511 "refs": { 512 "ConfigurationEvent$sessionState": null, 513 "GetSessionResponse$sessionState": "<p>Represents the current state of the dialog between the user and the bot.</p> <p>You can use this to determine the progress of the conversation and what the next action might be.</p>", 514 "IntentResultEvent$sessionState": null, 515 "PutSessionRequest$sessionState": "<p>Sets the state of the session with the user. You can use this to set the current intent, attributes, context, and dialog action. Use the dialog action to determine the next step that Amazon Lex V2 should use in the conversation with the user.</p>", 516 "RecognizeTextRequest$sessionState": "<p>The current state of the dialog between the user and the bot.</p>", 517 "RecognizeTextResponse$sessionState": "<p>Represents the current state of the dialog between the user and the bot. </p> <p>Use this to determine the progress of the conversation and what the next action may be.</p>" 518 } 519 }, 520 "Shape": { 521 "base": null, 522 "refs": { 523 "Slot$shape": "<p>When the <code>shape</code> value is <code>List</code>, it indicates that the <code>values</code> field contains a list of slot values. When the value is <code>Scalar</code>, it indicates that the <code>value</code> field contains a single value.</p>" 524 } 525 }, 526 "Slot": { 527 "base": "<p>A value that Amazon Lex V2 uses to fulfill an intent. </p>", 528 "refs": { 529 "Slots$value": null, 530 "Values$member": null 531 } 532 }, 533 "Slots": { 534 "base": null, 535 "refs": { 536 "Intent$slots": "<p>A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.</p>" 537 } 538 }, 539 "StartConversationRequest": { 540 "base": null, 541 "refs": { 542 } 543 }, 544 "StartConversationRequestEventStream": { 545 "base": "<p>Represents a stream of events between your application and Amazon Lex V2.</p>", 546 "refs": { 547 "StartConversationRequest$requestEventStream": "<p>Represents the stream of events to Amazon Lex V2 from your application. The events are encoded as HTTP/2 data frames.</p>" 548 } 549 }, 550 "StartConversationResponse": { 551 "base": null, 552 "refs": { 553 } 554 }, 555 "StartConversationResponseEventStream": { 556 "base": "<p>Represents a stream of events between Amazon Lex V2 and your application.</p>", 557 "refs": { 558 "StartConversationResponse$responseEventStream": "<p>Represents the stream of events from Amazon Lex V2 to your application. The events are encoded as HTTP/2 data frames.</p>" 559 } 560 }, 561 "String": { 562 "base": null, 563 "refs": { 564 "AccessDeniedException$message": null, 565 "BadGatewayException$message": null, 566 "ConflictException$message": null, 567 "DependencyFailedException$message": null, 568 "InternalServerException$message": null, 569 "ResourceNotFoundException$message": null, 570 "StringMap$value": null, 571 "ThrottlingException$message": null, 572 "TranscriptEvent$transcript": "<p>The transcript of the voice audio from the user.</p>", 573 "ValidationException$message": null 574 } 575 }, 576 "StringList": { 577 "base": null, 578 "refs": { 579 "Value$resolvedValues": "<p>A list of additional values that have been recognized for the slot.</p>" 580 } 581 }, 582 "StringMap": { 583 "base": null, 584 "refs": { 585 "ConfigurationEvent$requestAttributes": "<p>Request-specific information passed between the client application and Amazon Lex V2.</p> <p>The namespace <code>x-amz-lex:</code> is reserved for special attributes. Don't create any request attributes for prefix <code>x-amz-lex:</code>.</p>", 586 "IntentResultEvent$requestAttributes": "<p>The attributes sent in the request.</p>", 587 "PutSessionRequest$requestAttributes": "<p>Request-specific information passed between Amazon Lex V2 and the client application.</p> <p>The namespace <code>x-amz-lex:</code> is reserved for special attributes. Don't create any request attributes with the prefix <code>x-amz-lex:</code>.</p>", 588 "RecognizeTextRequest$requestAttributes": "<p>Request-specific information passed between the client application and Amazon Lex V2 </p> <p>The namespace <code>x-amz-lex:</code> is reserved for special attributes. Don't create any request attributes with the prefix <code>x-amz-lex:</code>.</p>", 589 "RecognizeTextResponse$requestAttributes": "<p>The attributes sent in the request.</p>", 590 "SessionState$sessionAttributes": "<p>Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application.</p>" 591 } 592 }, 593 "Text": { 594 "base": null, 595 "refs": { 596 "ActiveContextParametersMap$value": null, 597 "Message$content": "<p>The text of the message.</p>", 598 "RecognizeTextRequest$text": "<p>The text that the user entered. Amazon Lex V2 interprets this text.</p>", 599 "TextInputEvent$text": "<p>The text from the user. Amazon Lex V2 processes this as a complete statement.</p>" 600 } 601 }, 602 "TextInputEvent": { 603 "base": "<p>The event sent from your client application to Amazon Lex V2 with text input from the user.</p>", 604 "refs": { 605 "StartConversationRequestEventStream$TextInputEvent": "<p>Text sent from your client application to Amazon Lex V2. Each <code>TextInputEvent</code> is processed individually.</p>" 606 } 607 }, 608 "TextResponseEvent": { 609 "base": "<p>The event sent from Amazon Lex V2 to your application with text to present to the user.</p>", 610 "refs": { 611 "StartConversationResponseEventStream$TextResponseEvent": null 612 } 613 }, 614 "ThrottlingException": { 615 "base": "<p/>", 616 "refs": { 617 "StartConversationResponseEventStream$ThrottlingException": "<p>Exception thrown when your application exceeds the maximum number of concurrent requests. </p>" 618 } 619 }, 620 "TranscriptEvent": { 621 "base": "<p>Event sent from Amazon Lex V2 to your client application that contains a transcript of voice audio. </p>", 622 "refs": { 623 "StartConversationResponseEventStream$TranscriptEvent": null 624 } 625 }, 626 "ValidationException": { 627 "base": "<p/>", 628 "refs": { 629 "StartConversationResponseEventStream$ValidationException": "<p>Exception thrown when one or more parameters could not be validated. The <code>message</code> contains the name of the field that isn't valid.</p>" 630 } 631 }, 632 "Value": { 633 "base": "<p>The value of a slot.</p>", 634 "refs": { 635 "Slot$value": "<p>The current value of the slot.</p>" 636 } 637 }, 638 "Values": { 639 "base": null, 640 "refs": { 641 "Slot$values": "<p>A list of one or more values that the user provided for the slot. For example, if a for a slot that elicits pizza toppings, the values might be \"pepperoni\" and \"pineapple.\" </p>" 642 } 643 } 644 } 645 }