TeamsModelFactory.PostCardAndWaitForResponseInput 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.
Creates a new instance of PostCardAndWaitForResponseInput(String, Nullable<JsonElement>).
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
- body
- Nullable<JsonElement>