Table of Contents

Class ChannelSendRequest

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

Constructors

ChannelSendRequest(string, string)

public ChannelSendRequest(string ConversationId, string Content)

Parameters

ConversationId string
Content string

Properties

Content

public string Content { get; init; }

Property Value

string

ConversationId

public string ConversationId { get; init; }

Property Value

string