次の方法で共有


AgentNotification.OnAgentNotification Method

Definition

Register a route handler for agent notifications from a specific sub-channel or all known subchannels for a given agent channel.

public AgentNotification.AgentNotification OnAgentNotification(string subChannelId, Microsoft.Agents.A365.Notifications.Extensions.AgentNotificationHandler handler, ushort rank = 32767, string[] autoSignInHandlers = default);
member this.OnAgentNotification : string * Microsoft.Agents.A365.Notifications.Extensions.AgentNotificationHandler * uint16 * string[] -> AgentNotification.AgentNotification
Public Function OnAgentNotification (subChannelId As String, handler As AgentNotificationHandler, Optional rank As UShort = 32767, Optional autoSignInHandlers As String() = Nothing) As AgentNotification

Parameters

subChannelId
String
rank
UInt16
autoSignInHandlers
String[]

Returns

Applies to