RcsEndUserMessage.Actions Property

Definition

Gets the actions to which the user can respond.

public:
 property IVectorView<RcsEndUserMessageAction ^> ^ Actions { IVectorView<RcsEndUserMessageAction ^> ^ get(); };
IVectorView<RcsEndUserMessageAction> Actions();
public IReadOnlyList<RcsEndUserMessageAction> Actions { get; }
var iVectorView = rcsEndUserMessage.actions;
Public ReadOnly Property Actions As IReadOnlyList(Of RcsEndUserMessageAction)

Property Value

The actions to which the user can respond.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to