Table of Contents

Class WorkflowRunRequest

Namespace
JD.AI.Gateway.Models
Assembly
JD.AI.Gateway.dll
public record WorkflowRunRequest : IEquatable<WorkflowRunRequest>
Inheritance
WorkflowRunRequest
Implements
Inherited Members

Constructors

WorkflowRunRequest(string, string?, string, string?)

public WorkflowRunRequest(string WorkflowName, string? Version, string Prompt, string? SessionId)

Parameters

WorkflowName string
Version string
Prompt string
SessionId string

Properties

Prompt

public string Prompt { get; init; }

Property Value

string

SessionId

public string? SessionId { get; init; }

Property Value

string

Version

public string? Version { get; init; }

Property Value

string

WorkflowName

public string WorkflowName { get; init; }

Property Value

string