RcsEndUserMessage.SendResponseAsync(RcsEndUserMessageAction) 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.
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
|