interface Environment {
    environment_id?: string;
    network?: EnvironmentNetworkEgressAllowlist;
    sources?: Source[];
    type: "remote";
}

Hierarchy

  • Environment$
    • Environment

Properties

environment_id?: string

Optional. The environment ID for the interaction. If specified, the request will

update the existing environment instead of creating a new one.

Network configuration for the environment.

sources?: Source[]
type: "remote"