Uses of Interface
software.amazon.awssdk.services.qconnect.model.IntentInputData.Builder
-
Packages that use IntentInputData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of IntentInputData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return IntentInputData.Builder Modifier and Type Method Description static IntentInputData.BuilderIntentInputData. builder()IntentInputData.BuilderIntentInputData.Builder. intentId(String intentId)The identifier of the Amazon Q intent.IntentInputData.BuilderIntentInputData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type IntentInputData.Builder Modifier and Type Method Description static Class<? extends IntentInputData.Builder>IntentInputData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type IntentInputData.Builder Modifier and Type Method Description static QueryInputDataQueryInputData. fromIntentInputData(Consumer<IntentInputData.Builder> intentInputData)Create an instance of this class withQueryInputData.intentInputData()initialized to the given value.default QueryInputData.BuilderQueryInputData.Builder. intentInputData(Consumer<IntentInputData.Builder> intentInputData)Input information for the intent.
-