ConversationActions.Request.Conversation Property

Definition

Returns an immutable list of messages that make up the conversation.

public System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationActions.Message> Conversation { [Android.Runtime.Register("getConversation", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getConversation", "()Ljava/util/List;", "", ApiSince=29)>]
member this.Conversation : System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationActions.Message>

Property Value

Attributes

Remarks

Returns an immutable list of messages that make up the conversation.

Java documentation for android.view.textclassifier.ConversationActions.Request.getConversation().

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