public static interface EvaluationAnswerOutput.Builder extends SdkPojo, CopyableBuilder<EvaluationAnswerOutput.Builder,EvaluationAnswerOutput>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationAnswerOutput.Builder |
systemSuggestedValue(Consumer<EvaluationAnswerData.Builder> systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerOutput.Builder |
systemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
default EvaluationAnswerOutput.Builder |
value(Consumer<EvaluationAnswerData.Builder> value)
The value for an answer in a contact evaluation.
|
EvaluationAnswerOutput.Builder |
value(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationAnswerOutput.Builder value(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
value - The value for an answer in a contact evaluation.default EvaluationAnswerOutput.Builder value(Consumer<EvaluationAnswerData.Builder> value)
The value for an answer in a contact evaluation.
This is a convenience method that creates an instance of theEvaluationAnswerData.Builder avoiding
the need to create one manually via EvaluationAnswerData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to value(EvaluationAnswerData).
value - a consumer that will call methods on EvaluationAnswerData.Buildervalue(EvaluationAnswerData)EvaluationAnswerOutput.Builder systemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
systemSuggestedValue - The system suggested value for an answer in a contact evaluation.default EvaluationAnswerOutput.Builder systemSuggestedValue(Consumer<EvaluationAnswerData.Builder> systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
This is a convenience method that creates an instance of theEvaluationAnswerData.Builder avoiding
the need to create one manually via EvaluationAnswerData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to systemSuggestedValue(EvaluationAnswerData).
systemSuggestedValue - a consumer that will call methods on EvaluationAnswerData.BuildersystemSuggestedValue(EvaluationAnswerData)Copyright © 2023. All rights reserved.