ภาษา

ActivityResolutionContext(String, String, String) Constructor

Definition

Initializes a new instance of the ActivityResolutionContext struct.

public ActivityResolutionContext(string type, string channelId, string name);
new Microsoft.Agents.Core.Serialization.ActivityResolutionContext : string * string * string -> Microsoft.Agents.Core.Serialization.ActivityResolutionContext
Public Sub New (type As String, channelId As String, name As String)

Parameters

type
String

The Activity type field, or null if absent.

channelId
String

The Activity channelId (channel segment only), or null if absent.

name
String

The Activity name field, or null if absent.

Applies to