GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::LexRuntime::PutSessionResponse(3) User Contributed Perl Documentation Paws::LexRuntime::PutSessionResponse(3)

Paws::LexRuntime::PutSessionResponse

A list of active contexts for the session.

The audio version of the message to convey to the user.

Content type as specified in the "Accept" HTTP header in the request.

  • "ConfirmIntent" - Amazon Lex is expecting a "yes" or "no" response to confirm the intent before fulfilling an intent.
  • "ElicitIntent" - Amazon Lex wants to elicit the user's intent.
  • "ElicitSlot" - Amazon Lex is expecting the value of a slot for the current intent.
  • "Failed" - Conveys that the conversation with the user has failed. This can happen for various reasons, including the user does not provide an appropriate response to prompts from the service, or if the Lambda function fails to fulfill the intent.
  • "Fulfilled" - Conveys that the Lambda function has sucessfully fulfilled the intent.
  • "ReadyForFulfillment" - Conveys that the client has to fulfill the intent.

Valid values are: "ElicitIntent", "ConfirmIntent", "ElicitSlot", "Fulfilled", "ReadyForFulfillment", "Failed" =head2 EncodedMessage => Str

The next message that should be presented to the user.

The "encodedMessage" field is base-64 encoded. You must decode the field before you can use the value.

The name of the current intent.

The next message that should be presented to the user.

You can only use this field in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the "message" field is null. You should use the "encodedMessage" field instead.

The format of the response message. One of the following values:

  • "PlainText" - The message contains plain UTF-8 text.
  • "CustomPayload" - The message is a custom format for the client.
  • "SSML" - The message contains text formatted for voice output.
  • "Composite" - The message contains an escaped JSON object containing one or more messages from the groups that messages were assigned to when the intent was created.

Valid values are: "PlainText", "CustomPayload", "SSML", "Composite" =head2 SessionAttributes => Str

Map of key/value pairs representing session-specific context information.

A unique identifier for the session.

Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.

Amazon Lex creates a resolution list containing likely values for a slot. The value that it returns is determined by the "valueSelectionStrategy" selected when the slot type was created or updated. If "valueSelectionStrategy" is set to "ORIGINAL_VALUE", the value provided by the user is returned, if the user value is similar to the slot values. If "valueSelectionStrategy" is set to "TOP_RESOLUTION" Amazon Lex returns the first value in the resolution list or, if there is no resolution list, null. If you don't specify a "valueSelectionStrategy" the default is "ORIGINAL_VALUE".

If the "dialogState" is "ElicitSlot", returns the name of the slot for which Amazon Lex is eliciting a value.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.