CardAction.Type プロパティ

定義

このボタンによって実装されるアクションの種類を取得または設定します。 使用できる値は、'openUrl'、'imBack'、'postBack'、'playAudio'、'playVideo'、'showImage'、'downloadFile'、'signin'、'call'、'messageBack' です。

public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

プロパティ値

実装されるアクションの種類。

適用対象