Values.AgentAttributesSourceInformation about an agent.
type nonrec t = {firstName : MessageTemplateAttributeValue.t option;The agent’s first name as entered in their Amazon Connect user account.
*)lastName : MessageTemplateAttributeValue.t option;The agent’s last name as entered in their Amazon Connect user account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of MessageTemplateAttributeValue.t ]) list ]