Uses of Interface
software.amazon.awssdk.services.qconnect.model.UpdateAiAgentResponse.Builder
-
Packages that use UpdateAiAgentResponse.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of UpdateAiAgentResponse.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return UpdateAiAgentResponse.Builder Modifier and Type Method Description default UpdateAiAgentResponse.BuilderUpdateAiAgentResponse.Builder. aiAgent(Consumer<AIAgentData.Builder> aiAgent)The data of the updated Amazon Q in Connect AI Agent.UpdateAiAgentResponse.BuilderUpdateAiAgentResponse.Builder. aiAgent(AIAgentData aiAgent)The data of the updated Amazon Q in Connect AI Agent.static UpdateAiAgentResponse.BuilderUpdateAiAgentResponse. builder()UpdateAiAgentResponse.BuilderUpdateAiAgentResponse. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type UpdateAiAgentResponse.Builder Modifier and Type Method Description static Class<? extends UpdateAiAgentResponse.Builder>UpdateAiAgentResponse. serializableBuilderClass()
-