Values_0.AiAgentInfoSourceInformation of the AI agent involved in the contact.
type nonrec t = {aiUseCase : AiUseCase.t option;The use case or scenario for which the AI agent is involved in the contact
*)aiAgentVersionId : AiAgentVersionId.t option;The unique identifier that specifies both the AI agent ID and its version number that was involved in the contact
*)aiAgentEscalated : Boolean.t option;A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AiAgentVersionId.t ])
list ]