@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PostContentResult() |
Modifier and Type | Method and Description |
---|---|
PostContentResult |
clone() |
boolean |
equals(Object obj) |
InputStream |
getAudioStream()
The prompt (or statement) to convey to the user.
|
String |
getContentType()
Content type as specified in the
Accept HTTP header in the request. |
String |
getDialogState()
Identifies the current state of the user interaction.
|
String |
getInputTranscript()
The text used to process the request.
|
String |
getIntentName()
Current user intent that Amazon Lex is aware of.
|
String |
getMessage()
Message to convey to the user.
|
String |
getSessionAttributes()
Map of key/value pairs representing the session-specific context information.
|
String |
getSlots()
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the
conversation.
|
String |
getSlotToElicit()
If the
dialogState value is ElicitSlot , returns the name of the slot for which Amazon
Lex is eliciting a value. |
int |
hashCode() |
void |
setAudioStream(InputStream audioStream)
The prompt (or statement) to convey to the user.
|
void |
setContentType(String contentType)
Content type as specified in the
Accept HTTP header in the request. |
void |
setDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
void |
setDialogState(String dialogState)
Identifies the current state of the user interaction.
|
void |
setInputTranscript(String inputTranscript)
The text used to process the request.
|
void |
setIntentName(String intentName)
Current user intent that Amazon Lex is aware of.
|
void |
setMessage(String message)
Message to convey to the user.
|
void |
setSessionAttributes(String sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
void |
setSlots(String slots)
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the
conversation.
|
void |
setSlotToElicit(String slotToElicit)
If the
dialogState value is ElicitSlot , returns the name of the slot for which Amazon
Lex is eliciting a value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PostContentResult |
withAudioStream(InputStream audioStream)
The prompt (or statement) to convey to the user.
|
PostContentResult |
withContentType(String contentType)
Content type as specified in the
Accept HTTP header in the request. |
PostContentResult |
withDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PostContentResult |
withDialogState(String dialogState)
Identifies the current state of the user interaction.
|
PostContentResult |
withInputTranscript(String inputTranscript)
The text used to process the request.
|
PostContentResult |
withIntentName(String intentName)
Current user intent that Amazon Lex is aware of.
|
PostContentResult |
withMessage(String message)
Message to convey to the user.
|
PostContentResult |
withSessionAttributes(String sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
PostContentResult |
withSlots(String slots)
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the
conversation.
|
PostContentResult |
withSlotToElicit(String slotToElicit)
If the
dialogState value is ElicitSlot , returns the name of the slot for which Amazon
Lex is eliciting a value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContentType(String contentType)
Content type as specified in the Accept
HTTP header in the request.
contentType
- Content type as specified in the Accept
HTTP header in the request.public String getContentType()
Content type as specified in the Accept
HTTP header in the request.
Accept
HTTP header in the request.public PostContentResult withContentType(String contentType)
Content type as specified in the Accept
HTTP header in the request.
contentType
- Content type as specified in the Accept
HTTP header in the request.public void setIntentName(String intentName)
Current user intent that Amazon Lex is aware of.
intentName
- Current user intent that Amazon Lex is aware of.public String getIntentName()
Current user intent that Amazon Lex is aware of.
public PostContentResult withIntentName(String intentName)
Current user intent that Amazon Lex is aware of.
intentName
- Current user intent that Amazon Lex is aware of.public void setSlots(String slots)
Map of zero or more intent slots (name/value pairs) 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
.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
slots
- Map of zero or more intent slots (name/value pairs) 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
.
public String getSlots()
Map of zero or more intent slots (name/value pairs) 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
.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
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
.
public PostContentResult withSlots(String slots)
Map of zero or more intent slots (name/value pairs) 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
.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
slots
- Map of zero or more intent slots (name/value pairs) 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
.
public void setSessionAttributes(String sessionAttributes)
Map of key/value pairs representing the session-specific context information.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
sessionAttributes
- Map of key/value pairs representing the session-specific context information.public String getSessionAttributes()
Map of key/value pairs representing the session-specific context information.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public PostContentResult withSessionAttributes(String sessionAttributes)
Map of key/value pairs representing the session-specific context information.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
sessionAttributes
- Map of key/value pairs representing the session-specific context information.public void setMessage(String message)
Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function). If the
current intent is not configured with a code hook or if the code hook returned Delegate
as the
dialogAction.type
in its response, then Amazon Lex decides the next course of action and selects an
appropriate message from the bot configuration based on the current user interaction context. For example, if
Amazon Lex is not able to understand the user input, it uses a clarification prompt message (For more
information, see the Error Handling section in the Amazon Lex console). Another example: if the intent requires
confirmation before fulfillment, then Amazon Lex uses the confirmation prompt message in the intent
configuration. If the code hook returns a message, Amazon Lex passes it as-is in its response to the client.
message
- Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function).
If the current intent is not configured with a code hook or if the code hook returned
Delegate
as the dialogAction.type
in its response, then Amazon Lex decides the
next course of action and selects an appropriate message from the bot configuration based on the current
user interaction context. For example, if Amazon Lex is not able to understand the user input, it uses a
clarification prompt message (For more information, see the Error Handling section in the Amazon Lex
console). Another example: if the intent requires confirmation before fulfillment, then Amazon Lex uses
the confirmation prompt message in the intent configuration. If the code hook returns a message, Amazon
Lex passes it as-is in its response to the client.public String getMessage()
Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function). If the
current intent is not configured with a code hook or if the code hook returned Delegate
as the
dialogAction.type
in its response, then Amazon Lex decides the next course of action and selects an
appropriate message from the bot configuration based on the current user interaction context. For example, if
Amazon Lex is not able to understand the user input, it uses a clarification prompt message (For more
information, see the Error Handling section in the Amazon Lex console). Another example: if the intent requires
confirmation before fulfillment, then Amazon Lex uses the confirmation prompt message in the intent
configuration. If the code hook returns a message, Amazon Lex passes it as-is in its response to the client.
Delegate
as the dialogAction.type
in its response, then Amazon Lex decides the
next course of action and selects an appropriate message from the bot configuration based on the current
user interaction context. For example, if Amazon Lex is not able to understand the user input, it uses a
clarification prompt message (For more information, see the Error Handling section in the Amazon Lex
console). Another example: if the intent requires confirmation before fulfillment, then Amazon Lex uses
the confirmation prompt message in the intent configuration. If the code hook returns a message, Amazon
Lex passes it as-is in its response to the client.public PostContentResult withMessage(String message)
Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function). If the
current intent is not configured with a code hook or if the code hook returned Delegate
as the
dialogAction.type
in its response, then Amazon Lex decides the next course of action and selects an
appropriate message from the bot configuration based on the current user interaction context. For example, if
Amazon Lex is not able to understand the user input, it uses a clarification prompt message (For more
information, see the Error Handling section in the Amazon Lex console). Another example: if the intent requires
confirmation before fulfillment, then Amazon Lex uses the confirmation prompt message in the intent
configuration. If the code hook returns a message, Amazon Lex passes it as-is in its response to the client.
message
- Message to convey to the user. It can come from the bot's configuration or a code hook (Lambda function).
If the current intent is not configured with a code hook or if the code hook returned
Delegate
as the dialogAction.type
in its response, then Amazon Lex decides the
next course of action and selects an appropriate message from the bot configuration based on the current
user interaction context. For example, if Amazon Lex is not able to understand the user input, it uses a
clarification prompt message (For more information, see the Error Handling section in the Amazon Lex
console). Another example: if the intent requires confirmation before fulfillment, then Amazon Lex uses
the confirmation prompt message in the intent configuration. If the code hook returns a message, Amazon
Lex passes it as-is in its response to the client.public void setDialogState(String dialogState)
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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
dialogState
- 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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
DialogState
public String getDialogState()
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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
dialogState
. The client can optionally use this information to customize the user interface.
ElicitIntent
- Amazon Lex wants to elicit the user's intent. Consider the following
examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
DialogState
public PostContentResult withDialogState(String dialogState)
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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
dialogState
- 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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
DialogState
public void setDialogState(DialogState dialogState)
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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
dialogState
- 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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
DialogState
public PostContentResult withDialogState(DialogState dialogState)
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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
dialogState
- 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 the user's intent. Consider the following examples:
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 dialog state.
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" response, a user might respond with additional information. For example, "yes, but make it a 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 or change the intent from OrderPizza to OrderDrink).
ElicitSlot
- Amazon Lex is expecting the value of a slot 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 has successfully fulfilled the intent.
ReadyForFulfillment
- Conveys that the client has to fulfill the request.
Failed
- Conveys that the conversation with the user failed.
This can happen for various reasons, including that the user does 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 if the Lambda function fails to fulfill the intent.
DialogState
public void setSlotToElicit(String slotToElicit)
If the dialogState
value is ElicitSlot
, returns the name of the slot for which Amazon
Lex is eliciting a value.
slotToElicit
- If the dialogState
value is ElicitSlot
, returns the name of the slot for which
Amazon Lex is eliciting a value.public String getSlotToElicit()
If the dialogState
value is ElicitSlot
, returns the name of the slot for which Amazon
Lex is eliciting a value.
dialogState
value is ElicitSlot
, returns the name of the slot for which
Amazon Lex is eliciting a value.public PostContentResult withSlotToElicit(String slotToElicit)
If the dialogState
value is ElicitSlot
, returns the name of the slot for which Amazon
Lex is eliciting a value.
slotToElicit
- If the dialogState
value is ElicitSlot
, returns the name of the slot for which
Amazon Lex is eliciting a value.public void setInputTranscript(String inputTranscript)
The text used to process the request.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
inputTranscript
- The text used to process the request.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
public String getInputTranscript()
The text used to process the request.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
public PostContentResult withInputTranscript(String inputTranscript)
The text used to process the request.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
inputTranscript
- The text used to process the request.
If the input was an audio stream, the inputTranscript
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 is correctly processing the audio that you send.
public void setAudioStream(InputStream audioStream)
The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For example,
if Amazon Lex did not understand the user intent, it sends the clarificationPrompt
configured for
the bot. If the intent requires confirmation before taking the fulfillment action, it sends the
confirmationPrompt
. Another example: Suppose that the Lambda function successfully fulfilled the
intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the response.
audioStream
- The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For
example, if Amazon Lex did not understand the user intent, it sends the clarificationPrompt
configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends
the confirmationPrompt
. Another example: Suppose that the Lambda function successfully
fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the
response.public InputStream getAudioStream()
The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For example,
if Amazon Lex did not understand the user intent, it sends the clarificationPrompt
configured for
the bot. If the intent requires confirmation before taking the fulfillment action, it sends the
confirmationPrompt
. Another example: Suppose that the Lambda function successfully fulfilled the
intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the response.
clarificationPrompt
configured for the bot. If the intent requires confirmation before taking the fulfillment action, it
sends the confirmationPrompt
. Another example: Suppose that the Lambda function successfully
fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the
response.public PostContentResult withAudioStream(InputStream audioStream)
The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For example,
if Amazon Lex did not understand the user intent, it sends the clarificationPrompt
configured for
the bot. If the intent requires confirmation before taking the fulfillment action, it sends the
confirmationPrompt
. Another example: Suppose that the Lambda function successfully fulfilled the
intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the response.
audioStream
- The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For
example, if Amazon Lex did not understand the user intent, it sends the clarificationPrompt
configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends
the confirmationPrompt
. Another example: Suppose that the Lambda function successfully
fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the
response.public String toString()
toString
in class Object
Object.toString()
public PostContentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.