Table of Contents

Class UpdateWorkflowSettings

Namespace
JD.AI.Core.Config
Assembly
JD.AI.Core.dll
public sealed record UpdateWorkflowSettings : IEquatable<UpdateWorkflowSettings>
Inheritance
UpdateWorkflowSettings
Implements
Inherited Members

Properties

AllowPromptTrigger

public bool AllowPromptTrigger { get; init; }

Property Value

bool

Components

public UpdateComponentsSettings Components { get; init; }

Property Value

UpdateComponentsSettings

DrainTimeout

public TimeSpan DrainTimeout { get; init; }

Property Value

TimeSpan

Enabled

public bool Enabled { get; init; }

Property Value

bool

ReconnectTimeout

public TimeSpan ReconnectTimeout { get; init; }

Property Value

TimeSpan

RequireApproval

public bool RequireApproval { get; init; }

Property Value

bool

Methods

Normalize(UpdateWorkflowSettings?)

public static UpdateWorkflowSettings Normalize(UpdateWorkflowSettings? settings)

Parameters

settings UpdateWorkflowSettings

Returns

UpdateWorkflowSettings