Interface SelfServiceConversationHistory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>,SdkBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>,SdkPojo
- Enclosing class:
- SelfServiceConversationHistory
public static interface SelfServiceConversationHistory.Builder extends SdkPojo, CopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfServiceConversationHistory.BuilderbotResponse(String botResponse)The bot response of the conversation history data.SelfServiceConversationHistory.BuilderinputTranscript(String inputTranscript)The input transcript of the conversation history data.SelfServiceConversationHistory.BuilderturnNumber(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 Detail
-
botResponse
SelfServiceConversationHistory.Builder botResponse(String 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.
-
inputTranscript
SelfServiceConversationHistory.Builder inputTranscript(String 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.
-
turnNumber
SelfServiceConversationHistory.Builder turnNumber(Integer 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.
-
-