Interface RecognizeTextResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RecognizeTextResponse.Builder,RecognizeTextResponse>,LexRuntimeV2Response.Builder,SdkBuilder<RecognizeTextResponse.Builder,RecognizeTextResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RecognizeTextResponse
public static interface RecognizeTextResponse.Builder extends LexRuntimeV2Response.Builder, SdkPojo, CopyableBuilder<RecognizeTextResponse.Builder,RecognizeTextResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RecognizeTextResponse.Builderinterpretations(Collection<Interpretation> interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.RecognizeTextResponse.Builderinterpretations(Consumer<Interpretation.Builder>... interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.RecognizeTextResponse.Builderinterpretations(Interpretation... interpretations)A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.RecognizeTextResponse.Buildermessages(Collection<Message> messages)A list of messages last sent to the user.RecognizeTextResponse.Buildermessages(Consumer<Message.Builder>... messages)A list of messages last sent to the user.RecognizeTextResponse.Buildermessages(Message... messages)A list of messages last sent to the user.default RecognizeTextResponse.BuilderrecognizedBotMember(Consumer<RecognizedBotMember.Builder> recognizedBotMember)The bot member that recognized the text.RecognizeTextResponse.BuilderrecognizedBotMember(RecognizedBotMember recognizedBotMember)The bot member that recognized the text.RecognizeTextResponse.BuilderrequestAttributes(Map<String,String> requestAttributes)The attributes sent in the request.RecognizeTextResponse.BuildersessionId(String sessionId)The identifier of the session in use.default RecognizeTextResponse.BuildersessionState(Consumer<SessionState.Builder> sessionState)Represents the current state of the dialog between the user and the bot.RecognizeTextResponse.BuildersessionState(SessionState sessionState)Represents the current state of the dialog between the user and the bot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexruntimev2.model.LexRuntimeV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
messages
RecognizeTextResponse.Builder messages(Collection<Message> messages)
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.
- Parameters:
messages- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
RecognizeTextResponse.Builder messages(Message... messages)
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.
- Parameters:
messages- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
RecognizeTextResponse.Builder messages(Consumer<Message.Builder>... messages)
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.
This is a convenience method that creates an instance of theMessage.Builderavoiding the need to create one manually viaMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#messages(List.) - Parameters:
messages- a consumer that will call methods onMessage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#messages(java.util.Collection)
-
sessionState
RecognizeTextResponse.Builder sessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
Use this to determine the progress of the conversation and what the next action may be.
- Parameters:
sessionState- Represents the current state of the dialog between the user and the bot.Use this to determine the progress of the conversation and what the next action may be.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionState
default RecognizeTextResponse.Builder sessionState(Consumer<SessionState.Builder> sessionState)
Represents the current state of the dialog between the user and the bot.
Use this to determine the progress of the conversation and what the next action may be.
This is a convenience method that creates an instance of theSessionState.Builderavoiding the need to create one manually viaSessionState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosessionState(SessionState).- Parameters:
sessionState- a consumer that will call methods onSessionState.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sessionState(SessionState)
-
interpretations
RecognizeTextResponse.Builder interpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
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.
- Parameters:
interpretations- A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interpretations
RecognizeTextResponse.Builder interpretations(Interpretation... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
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.
- Parameters:
interpretations- A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interpretations
RecognizeTextResponse.Builder interpretations(Consumer<Interpretation.Builder>... interpretations)
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
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.
This is a convenience method that creates an instance of theInterpretation.Builderavoiding the need to create one manually viaInterpretation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#interpretations(List.) - Parameters:
interpretations- a consumer that will call methods onInterpretation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#interpretations(java.util.Collection)
-
requestAttributes
RecognizeTextResponse.Builder requestAttributes(Map<String,String> requestAttributes)
The attributes sent in the request.
- Parameters:
requestAttributes- The attributes sent in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
RecognizeTextResponse.Builder sessionId(String sessionId)
The identifier of the session in use.
- Parameters:
sessionId- The identifier of the session in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recognizedBotMember
RecognizeTextResponse.Builder recognizedBotMember(RecognizedBotMember recognizedBotMember)
The bot member that recognized the text.
- Parameters:
recognizedBotMember- The bot member that recognized the text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recognizedBotMember
default RecognizeTextResponse.Builder recognizedBotMember(Consumer<RecognizedBotMember.Builder> recognizedBotMember)
The bot member that recognized the text.
This is a convenience method that creates an instance of theRecognizedBotMember.Builderavoiding the need to create one manually viaRecognizedBotMember.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecognizedBotMember(RecognizedBotMember).- Parameters:
recognizedBotMember- a consumer that will call methods onRecognizedBotMember.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
recognizedBotMember(RecognizedBotMember)
-
-