Values_2.UpdateAgentStatusRequestSourceUpdates agent status.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)agentStatusId : Values_0.AgentStatusId.t;The identifier of the agent status.
*)name : Values_0.AgentStatusName.t option;The name of the agent status.
*)description : UpdateAgentStatusDescription.t option;The description of the agent status.
*)state : Values_0.AgentStatusState.t option;The state of the agent status.
*)displayOrder : Values_0.AgentStatusOrderNumber.t option;The display order of the agent status.
*)resetOrderNumber : Values_0.Boolean.t option;A number indicating the reset order of the agent status.
*)}val make :
?name:??? ->
?description:??? ->
?state:??? ->
?displayOrder:??? ->
?resetOrderNumber:??? ->
instanceId:Values_0.InstanceId.t ->
agentStatusId:Values_0.AgentStatusId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.AgentStatusOrderNumber.t
| `String of Values_0.InstanceId.t ])
list ]