TeamsClient.GetNotificationInputMetadataAsync Method

Definition

Get notification input metadata

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata> GetNotificationInputMetadataAsync(string typeOfTheRecipientOfTheAction, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationInputMetadataAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata>
override this.GetNotificationInputMetadataAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata>
Public Overridable Function GetNotificationInputMetadataAsync (typeOfTheRecipientOfTheAction As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConnectorMetadata)

Parameters

typeOfTheRecipientOfTheAction
String

Type of the recipient of the action

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get notification input metadata response.

Remarks

Discovery method used to populate dynamic parameter values at design time.

Applies to