Class SelfServiceConversationHistory
- java.lang.Object
-
- software.amazon.awssdk.services.qconnect.model.SelfServiceConversationHistory
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>
@Generated("software.amazon.awssdk:codegen") public final class SelfServiceConversationHistory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>
The conversation history data to included in conversation context data before the the Amazon Q in Connect session..
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelfServiceConversationHistory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotResponse()The bot response of the conversation history data.static SelfServiceConversationHistory.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputTranscript()The input transcript of the conversation history data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SelfServiceConversationHistory.Builder>serializableBuilderClass()SelfServiceConversationHistory.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerturnNumber()The number of turn of the conversation history data.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
botResponse
public final String botResponse()
The bot response of the conversation history data.
- Returns:
- The bot response of the conversation history data.
-
inputTranscript
public final String inputTranscript()
The input transcript of the conversation history data.
- Returns:
- The input transcript of the conversation history data.
-
turnNumber
public final Integer turnNumber()
The number of turn of the conversation history data.
- Returns:
- The number of turn of the conversation history data.
-
toBuilder
public SelfServiceConversationHistory.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SelfServiceConversationHistory.Builder,SelfServiceConversationHistory>
-
builder
public static SelfServiceConversationHistory.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelfServiceConversationHistory.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-