The Wayback Machine - https://web.archive.org/web/20190407071458/https://developer.android.com/reference/android/view/textclassifier/ConversationAction.Builder
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.

ConversationAction.Builder

public static final class ConversationAction.Builder
extends Object

java.lang.Object
   ↳ android.view.textclassifier.ConversationAction.Builder


Builder class to construct ConversationAction.

Summary

Public constructors

ConversationAction.Builder(String actionType)

Public methods

ConversationAction build()

Builds the ConversationAction object.

ConversationAction.Builder setAction(RemoteAction action)

Sets an action that may be performed on the given conversation.

ConversationAction.Builder setConfidenceScore(float score)

Sets the confident score.

ConversationAction.Builder setExtras(Bundle extras)

Sets the extended data for the conversation action object.

ConversationAction.Builder setTextReply(CharSequence textReply)

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

Inherited methods

Public constructors

Public methods

build

public ConversationAction build ()

Builds the ConversationAction object.

Returns
ConversationAction This value will never be null.

setAction

public ConversationAction.Builder setAction (RemoteAction action)

Sets an action that may be performed on the given conversation.

Parameters
action RemoteAction: This value may be null.

Returns
ConversationAction.Builder This value will never be null.

setConfidenceScore

public ConversationAction.Builder setConfidenceScore (float score)

Sets the confident score.

Parameters
score float: Value is between 0 and 1 inclusive

Returns
ConversationAction.Builder This value will never be null.

setExtras

public ConversationAction.Builder setExtras (Bundle extras)

Sets the extended data for the conversation action object.

Parameters
extras Bundle: This value may be null.

Returns
ConversationAction.Builder This value will never be null.

setTextReply

public ConversationAction.Builder setTextReply (CharSequence textReply)

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

Parameters
textReply CharSequence: This value may be null.

Returns
ConversationAction.Builder This value will never be null.