amazonka-lex-runtime-1.6.0: Amazon Lex Runtime Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.LexRuntime.PostText

Contents

Description

Sends user input (text-only) to Amazon Lex. Client applications can use this API to send requests to Amazon Lex at runtime. Amazon Lex then interprets the user input using the machine learning model it built for the bot.

In response, Amazon Lex returns the next message to convey to the user an optional responseCard to display. Consider the following example messages:

  • For a user input "I would like a pizza", Amazon Lex might return a response with a message eliciting slot data (for example, PizzaSize): "What size pizza would you like?"
  • After the user provides all of the pizza order information, Amazon Lex might return a response with a message to obtain user confirmation "Proceed with the pizza order?".
  • After the user replies to a confirmation prompt with a "yes", Amazon Lex might return a conclusion statement: "Thank you, your cheese pizza has been ordered.".

Not all Amazon Lex messages require a user response. For example, a conclusion statement does not require a response. Some messages require only a "yes" or "no" user response. In addition to the message , Amazon Lex provides additional context about the message in the response that you might use to enhance client behavior, for example, to display the appropriate client user interface. These are the slotToElicit , dialogState , intentName , and slots fields in the response. Consider the following examples:

  • If the message is to elicit slot data, Amazon Lex returns the following context information:
  • dialogState set to ElicitSlot
  • intentName set to the intent name in the current context
  • slotToElicit set to the slot name for which the message is eliciting information
  • slots set to a map of slots, configured for the intent, with currently known values
  • If the message is a confirmation prompt, the dialogState is set to ConfirmIntent and SlotToElicit is set to null.
  • If the message is a clarification prompt (configured for the intent) that indicates that user intent is not understood, the dialogState is set to ElicitIntent and slotToElicit is set to null.

In addition, Amazon Lex also returns your application-specific sessionAttributes . For more information, see Managing Conversation Context .

Synopsis

Creating a Request

postText Source #

Creates a value of PostText with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ptRequestAttributes - Request-specific information passed between Amazon Lex and a client application. The namespace x-amz-lex: is reserved for special attributes. Don't create any request attributes with the prefix x-amz-lex: . For more information, see Setting Request Attributes .
  • ptSessionAttributes - Application-specific information passed between Amazon Lex and a client application. For more information, see Setting Session Attributes .
  • ptBotName - The name of the Amazon Lex bot.
  • ptBotAlias - The alias of the Amazon Lex bot.
  • ptUserId - The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot. At runtime, each request must contain the userID field. To decide the user ID to use for your application, consider the following factors. * The userID field must not contain any personally identifiable information of the user, for example, name, personal identification numbers, or other end user personal information. * If you want a user to start a conversation on one device and continue on another device, use a user-specific identifier. * If you want the same user to be able to have two independent conversations on two different devices, choose a device-specific identifier. * A user can't have two independent conversations with two different versions of the same bot. For example, a user can't have a conversation with the PROD and BETA versions of the same bot. If you anticipate that a user will need to have conversation with two different versions, for example, while testing, include the bot alias in the user ID to separate the two conversations.
  • ptInputText - The text that the user entered (Amazon Lex interprets this text).

data PostText Source #

See: postText smart constructor.

Instances

Eq PostText Source # 
Data PostText Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PostText -> c PostText #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PostText #

toConstr :: PostText -> Constr #

dataTypeOf :: PostText -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PostText) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PostText) #

gmapT :: (forall b. Data b => b -> b) -> PostText -> PostText #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PostText -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PostText -> r #

gmapQ :: (forall d. Data d => d -> u) -> PostText -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PostText -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PostText -> m PostText #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PostText -> m PostText #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PostText -> m PostText #

Show PostText Source # 
Generic PostText Source # 

Associated Types

type Rep PostText :: * -> * #

Methods

from :: PostText -> Rep PostText x #

to :: Rep PostText x -> PostText #

Hashable PostText Source # 

Methods

hashWithSalt :: Int -> PostText -> Int #

hash :: PostText -> Int #

ToJSON PostText Source # 
NFData PostText Source # 

Methods

rnf :: PostText -> () #

AWSRequest PostText Source # 
ToHeaders PostText Source # 

Methods

toHeaders :: PostText -> [Header] #

ToPath PostText Source # 
ToQuery PostText Source # 
type Rep PostText Source # 
type Rep PostText = D1 * (MetaData "PostText" "Network.AWS.LexRuntime.PostText" "amazonka-lex-runtime-1.6.0-4VTvcfamzf9LmvzQAGV7Jd" False) (C1 * (MetaCons "PostText'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ptRequestAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Sensitive (Map Text Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptSessionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Sensitive (Map Text Text))))) (S1 * (MetaSel (Just Symbol "_ptBotName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptBotAlias") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ptInputText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Sensitive Text)))))))
type Rs PostText Source # 

Request Lenses

ptRequestAttributes :: Lens' PostText (Maybe (HashMap Text Text)) Source #

Request-specific information passed between Amazon Lex and a client application. The namespace x-amz-lex: is reserved for special attributes. Don't create any request attributes with the prefix x-amz-lex: . For more information, see Setting Request Attributes .

ptSessionAttributes :: Lens' PostText (Maybe (HashMap Text Text)) Source #

Application-specific information passed between Amazon Lex and a client application. For more information, see Setting Session Attributes .

ptBotName :: Lens' PostText Text Source #

The name of the Amazon Lex bot.

ptBotAlias :: Lens' PostText Text Source #

The alias of the Amazon Lex bot.

ptUserId :: Lens' PostText Text Source #

The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot. At runtime, each request must contain the userID field. To decide the user ID to use for your application, consider the following factors. * The userID field must not contain any personally identifiable information of the user, for example, name, personal identification numbers, or other end user personal information. * If you want a user to start a conversation on one device and continue on another device, use a user-specific identifier. * If you want the same user to be able to have two independent conversations on two different devices, choose a device-specific identifier. * A user can't have two independent conversations with two different versions of the same bot. For example, a user can't have a conversation with the PROD and BETA versions of the same bot. If you anticipate that a user will need to have conversation with two different versions, for example, while testing, include the bot alias in the user ID to separate the two conversations.

ptInputText :: Lens' PostText Text Source #

The text that the user entered (Amazon Lex interprets this text).

Destructuring the Response

postTextResponse Source #

Creates a value of PostTextResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ptrsSlots - The intent slots that Amazon Lex detected from the user input in 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 .
  • ptrsResponseCard - Represents the options that the user has to respond to the current prompt. Response Card can come from the bot configuration (in the Amazon Lex console, choose the settings button next to a slot) or from a code hook (Lambda function).
  • ptrsIntentName - The current user intent that Amazon Lex is aware of.
  • ptrsDialogState - Identifies the current state of the user interaction. Amazon Lex returns one of the following values as dialogState . The client can optionally use this information to customize the user interface. * ElicitIntent - Amazon Lex wants to elicit user intent. For example, a user might utter an intent ("I want to order a pizza"). If Amazon Lex cannot infer the user intent from this utterance, it will return this dialogState. * ConfirmIntent - Amazon Lex is expecting a "yes" or "no" response. For example, Amazon Lex wants user confirmation before fulfilling an intent. Instead of a simple "yes" or "no," a user might respond with additional information. For example, "yes, but make it thick crust pizza" or "no, I want to order a drink". Amazon Lex can process such additional information (in these examples, update the crust type slot value, or change intent from OrderPizza to OrderDrink). * ElicitSlot - Amazon Lex is expecting a slot value for the current intent. For example, suppose that in the response Amazon Lex sends this message: "What size pizza would you like?". A user might reply with the slot value (e.g., "medium"). The user might also provide additional information in the response (e.g., "medium thick crust pizza"). Amazon Lex can process such additional information appropriately. * Fulfilled - Conveys that the Lambda function configured for the intent has successfully fulfilled the intent. * ReadyForFulfillment - Conveys that the client has to fulfill the intent. * Failed - Conveys that the conversation with the user failed. This can happen for various reasons including that the user did not provide an appropriate response to prompts from the service (you can configure how many times Amazon Lex can prompt a user for specific information), or the Lambda function failed to fulfill the intent.
  • ptrsMessageFormat - 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 defined by the Lambda function. * 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.
  • ptrsMessage - The message to convey to the user. The message can come from the bot's configuration or from a Lambda function. If the intent is not configured with a Lambda function, or if the Lambda function returned Delegate as the dialogAction.type its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message. When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see 'msg-prompts-formats' . If the Lambda function returns a message, Amazon Lex passes it to the client in its response.
  • ptrsSlotToElicit - If the dialogState value is ElicitSlot , returns the name of the slot for which Amazon Lex is eliciting a value.
  • ptrsSessionAttributes - A map of key-value pairs representing the session-specific context information.
  • ptrsResponseStatus - -- | The response status code.

data PostTextResponse Source #

See: postTextResponse smart constructor.

Instances

Eq PostTextResponse Source # 
Data PostTextResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PostTextResponse -> c PostTextResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PostTextResponse #

toConstr :: PostTextResponse -> Constr #

dataTypeOf :: PostTextResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PostTextResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PostTextResponse) #

gmapT :: (forall b. Data b => b -> b) -> PostTextResponse -> PostTextResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PostTextResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PostTextResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PostTextResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PostTextResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PostTextResponse -> m PostTextResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PostTextResponse -> m PostTextResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PostTextResponse -> m PostTextResponse #

Show PostTextResponse Source # 
Generic PostTextResponse Source # 
NFData PostTextResponse Source # 

Methods

rnf :: PostTextResponse -> () #

type Rep PostTextResponse Source # 

Response Lenses

ptrsSlots :: Lens' PostTextResponse (Maybe (HashMap Text Text)) Source #

The intent slots that Amazon Lex detected from the user input in 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 .

ptrsResponseCard :: Lens' PostTextResponse (Maybe ResponseCard) Source #

Represents the options that the user has to respond to the current prompt. Response Card can come from the bot configuration (in the Amazon Lex console, choose the settings button next to a slot) or from a code hook (Lambda function).

ptrsIntentName :: Lens' PostTextResponse (Maybe Text) Source #

The current user intent that Amazon Lex is aware of.

ptrsDialogState :: Lens' PostTextResponse (Maybe DialogState) Source #

Identifies the current state of the user interaction. Amazon Lex returns one of the following values as dialogState . The client can optionally use this information to customize the user interface. * ElicitIntent - Amazon Lex wants to elicit user intent. For example, a user might utter an intent ("I want to order a pizza"). If Amazon Lex cannot infer the user intent from this utterance, it will return this dialogState. * ConfirmIntent - Amazon Lex is expecting a "yes" or "no" response. For example, Amazon Lex wants user confirmation before fulfilling an intent. Instead of a simple "yes" or "no," a user might respond with additional information. For example, "yes, but make it thick crust pizza" or "no, I want to order a drink". Amazon Lex can process such additional information (in these examples, update the crust type slot value, or change intent from OrderPizza to OrderDrink). * ElicitSlot - Amazon Lex is expecting a slot value for the current intent. For example, suppose that in the response Amazon Lex sends this message: "What size pizza would you like?". A user might reply with the slot value (e.g., "medium"). The user might also provide additional information in the response (e.g., "medium thick crust pizza"). Amazon Lex can process such additional information appropriately. * Fulfilled - Conveys that the Lambda function configured for the intent has successfully fulfilled the intent. * ReadyForFulfillment - Conveys that the client has to fulfill the intent. * Failed - Conveys that the conversation with the user failed. This can happen for various reasons including that the user did not provide an appropriate response to prompts from the service (you can configure how many times Amazon Lex can prompt a user for specific information), or the Lambda function failed to fulfill the intent.

ptrsMessageFormat :: Lens' PostTextResponse (Maybe MessageFormatType) Source #

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 defined by the Lambda function. * 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.

ptrsMessage :: Lens' PostTextResponse (Maybe Text) Source #

The message to convey to the user. The message can come from the bot's configuration or from a Lambda function. If the intent is not configured with a Lambda function, or if the Lambda function returned Delegate as the dialogAction.type its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message. When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see 'msg-prompts-formats' . If the Lambda function returns a message, Amazon Lex passes it to the client in its response.

ptrsSlotToElicit :: Lens' PostTextResponse (Maybe Text) Source #

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

ptrsSessionAttributes :: Lens' PostTextResponse (Maybe (HashMap Text Text)) Source #

A map of key-value pairs representing the session-specific context information.

ptrsResponseStatus :: Lens' PostTextResponse Int Source #

  • - | The response status code.