Uses of Interface
software.amazon.awssdk.services.qconnect.model.AgentAttributes.Builder
-
Packages that use AgentAttributes.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AgentAttributes.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AgentAttributes.Builder Modifier and Type Method Description static AgentAttributes.BuilderAgentAttributes. builder()AgentAttributes.BuilderAgentAttributes.Builder. firstName(String firstName)The agent’s first name as entered in their Amazon Connect user account.AgentAttributes.BuilderAgentAttributes.Builder. lastName(String lastName)The agent’s last name as entered in their Amazon Connect user account.AgentAttributes.BuilderAgentAttributes. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AgentAttributes.Builder Modifier and Type Method Description static Class<? extends AgentAttributes.Builder>AgentAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type AgentAttributes.Builder Modifier and Type Method Description default MessageTemplateAttributes.BuilderMessageTemplateAttributes.Builder. agentAttributes(Consumer<AgentAttributes.Builder> agentAttributes)The agent attributes that are used with the message template.
-