Interface SelfServiceConversationHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SelfServiceConversationHistory.Builder,
,SelfServiceConversationHistory> SdkBuilder<SelfServiceConversationHistory.Builder,
,SelfServiceConversationHistory> SdkPojo
- Enclosing class:
SelfServiceConversationHistory
@Mutable
@NotThreadSafe
public static interface SelfServiceConversationHistory.Builder
extends SdkPojo, CopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>
-
Method Summary
Modifier and TypeMethodDescriptionbotResponse
(String botResponse) The bot response of the conversation history data.inputTranscript
(String inputTranscript) The input transcript of the conversation history data.turnNumber
(Integer turnNumber) The number of turn of the conversation history data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
turnNumber
The number of turn of the conversation history data.
- Parameters:
turnNumber
- The number of turn of the conversation history data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputTranscript
The input transcript of the conversation history data.
- Parameters:
inputTranscript
- The input transcript of the conversation history data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botResponse
The bot response of the conversation history data.
- Parameters:
botResponse
- The bot response of the conversation history data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-