Edit

Share via


INStringResolutionResult.GetConfirmationRequired(String) Method

Definition

Factory method to create an INIntentResolutionResult object indicating that the user must confirm the value of the parameter.

[Foundation.Export("confirmationRequiredWithStringToConfirm:")]
public static Intents.INStringResolutionResult GetConfirmationRequired (string stringToConfirm);
static member GetConfirmationRequired : string -> Intents.INStringResolutionResult

Parameters

stringToConfirm
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to