RcsEndUserMessage.SendResponseAsync(RcsEndUserMessageAction) Method

Definition

Asynchronously sends the user's selection back.

public:
 virtual IAsyncAction ^ SendResponseAsync(RcsEndUserMessageAction ^ action) = SendResponseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SendResponseAsync(RcsEndUserMessageAction const& action);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SendResponseAsync(RcsEndUserMessageAction action);
function sendResponseAsync(action)
Public Function SendResponseAsync (action As RcsEndUserMessageAction) As IAsyncAction

Parameters

action
RcsEndUserMessageAction

Specifies the label of the action.

Returns

An async action indicating that the operation has completed.

Attributes

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to