Module Values.AIAgentSummarySource

The summary of the AI Agent.

Sourcetype nonrec t = {
  1. name : Name.t option;
    (*

    The name of the AI Agent.

    *)
  2. assistantId : Uuid.t option;
    (*

    The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

    *)
  3. assistantArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

    *)
  4. aiAgentId : Uuid.t option;
    (*

    The identifier of the AI Agent.

    *)
  5. type_ : AIAgentType.t option;
    (*

    The type of the AI Agent.

    *)
  6. aiAgentArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the AI agent.

    *)
  7. modifiedTime : Timestamp.t option;
    (*

    The time the AI Agent was last modified.

    *)
  8. visibilityStatus : VisibilityStatus.t option;
    (*

    The visibility status of the AI Agent.

    *)
  9. configuration : AIAgentConfiguration.t option;
    (*

    The configuration for the AI Agent.

    *)
  10. origin : Origin.t option;
    (*

    The origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.

    *)
  11. description : Description.t option;
    (*

    The description of the AI Agent.

    *)
  12. status : Status.t option;
    (*

    The status of the AI Agent.

    *)
  13. tags : Tags.t option;
    (*

    The tags used to organize, track, or control access for this resource.

    *)
}
Sourceval make : ?name:??? -> ?assistantId:??? -> ?assistantArn:??? -> ?aiAgentId:??? -> ?type_:??? -> ?aiAgentArn:??? -> ?modifiedTime:??? -> ?visibilityStatus:??? -> ?configuration:??? -> ?origin:??? -> ?description:??? -> ?status:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Name.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of NonEmptySensitiveString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of NonEmptySensitiveString.t ]) list ]) list ]) list ] list | `String of Uuid.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of MaxResults.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of TagKey.t | `Structure of (string * [> `String of TagKey.t ]) list ]) list ] list | `Structure of (string * [> `String of TagKey.t ]) list ]) list ]) list ]) list ]) list ] list | `String of UuidWithQualifier.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t