Share via


VoiceInteractionSession.CommandRequest.Command Property

Definition

Return the command that is being executed, as per android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest.

public string? Command { [Android.Runtime.Register("getCommand", "()Ljava/lang/String;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCommand", "()Ljava/lang/String;", "", ApiSince=23)>]
member this.Command : string

Property Value

Attributes

Remarks

Return the command that is being executed, as per android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest.

Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.getCommand().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to