Uses of Interface
software.amazon.awssdk.services.qconnect.model.ConversationState.Builder
-
Packages that use ConversationState.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ConversationState.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ConversationState.Builder Modifier and Type Method Description static ConversationState.BuilderConversationState. builder()ConversationState.BuilderConversationState.Builder. reason(String reason)The reason of the conversation state.ConversationState.BuilderConversationState.Builder. reason(ConversationStatusReason reason)The reason of the conversation state.ConversationState.BuilderConversationState.Builder. status(String status)The status of the conversation state.ConversationState.BuilderConversationState.Builder. status(ConversationStatus status)The status of the conversation state.ConversationState.BuilderConversationState. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ConversationState.Builder Modifier and Type Method Description static Class<? extends ConversationState.Builder>ConversationState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ConversationState.Builder Modifier and Type Method Description default GetNextMessageResponse.BuilderGetNextMessageResponse.Builder. conversationState(Consumer<ConversationState.Builder> conversationState)The state of current conversation.
-