ConversationAction.Builder.SetTextReply Method

Definition

Overloads

Name Description
SetTextReply(ICharSequence)

Sets a text reply that may be performed on the given conversation.

SetTextReply(String)

Sets a text reply that may be performed on the given conversation.

SetTextReply(ICharSequence)

Sets a text reply that may be performed on the given conversation.

[Android.Runtime.Register("setTextReply", "(Ljava/lang/CharSequence;)Landroid/view/textclassifier/ConversationAction$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.ConversationAction.Builder SetTextReply(Java.Lang.ICharSequence? textReply);
[<Android.Runtime.Register("setTextReply", "(Ljava/lang/CharSequence;)Landroid/view/textclassifier/ConversationAction$Builder;", "", ApiSince=29)>]
member this.SetTextReply : Java.Lang.ICharSequence -> Android.Views.TextClassifiers.ConversationAction.Builder

Parameters

textReply
ICharSequence

This value may be null.

Returns

This value cannot be null.

Attributes

Remarks

Sets a text reply that may be performed on the given conversation.

Android reference for android.view.textclassifier.ConversationAction.Builder.setTextReply.

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

SetTextReply(String)

Sets a text reply that may be performed on the given conversation.

public Android.Views.TextClassifiers.ConversationAction.Builder SetTextReply(string? textReply);
member this.SetTextReply : string -> Android.Views.TextClassifiers.ConversationAction.Builder

Parameters

textReply
String

This value may be null.

Returns

This value cannot be null.

Remarks

Sets a text reply that may be performed on the given conversation.

Android reference for android.view.textclassifier.ConversationAction.Builder.setTextReply.

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