TeamsClient.GetMessageWithOptionsSubscriptionInputMetadataAsync Method
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.
Get message with options subscription input metadata
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata> GetMessageWithOptionsSubscriptionInputMetadataAsync(string typeOfTheRecipientOfTheAction, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMessageWithOptionsSubscriptionInputMetadataAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata>
override this.GetMessageWithOptionsSubscriptionInputMetadataAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.ConnectorMetadata>
Public Overridable Function GetMessageWithOptionsSubscriptionInputMetadataAsync (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 message with options subscription input metadata response.
Remarks
Discovery method used to populate dynamic parameter values at design time.