ConversationActions.GetConversationActions 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.
Returns an immutable list of ConversationAction
objects, which are ordered from high
confidence to low confidence.
[Android.Runtime.Register("getConversationActions", "()Ljava/util/List;", "", ApiSince=29)]
public System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationAction> GetConversationActions ();
[<Android.Runtime.Register("getConversationActions", "()Ljava/util/List;", "", ApiSince=29)>]
member this.GetConversationActions : unit -> System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationAction>
Returns
- Attributes
Remarks
Returns an immutable list of ConversationAction
objects, which are ordered from high confidence to low confidence.
Java documentation for android.view.textclassifier.ConversationActions.getConversationActions()
.
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.