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

Configuration for a custom environment.

Type declaration

  • Optionalenvironment_id?: string

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

    update the existing environment instead of creating a new one.

  • Optionalnetwork?: EnvironmentNetworkEgressAllowlist | NetworkEnum

    Network configuration for the environment.

  • Optionalsources?: Source[]
  • type: "remote"