TeamsModelFactory.PostCardAndWaitForResponseInput Method

Definition

public static Azure.Connectors.Sdk.Teams.Models.PostCardAndWaitForResponseInput PostCardAndWaitForResponseInput(string notificationUrl = default, System.Text.Json.JsonElement? body = default);
static member PostCardAndWaitForResponseInput : string * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Teams.Models.PostCardAndWaitForResponseInput
Public Shared Function PostCardAndWaitForResponseInput (Optional notificationUrl As String = Nothing, Optional body As Nullable(Of JsonElement) = Nothing) As PostCardAndWaitForResponseInput

Parameters

notificationUrl
String

Returns

Applies to