ActivityResolutionContext(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.