# Print output for @column tags ?> ConversationAction.Builder - Android SDK | Android Developers

Most visited

Recently visited

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

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

Builder

public Builder (String actionType)

Parameters
actionType String: This value cannot be null. Value is ConversationAction.TYPE_VIEW_CALENDAR, ConversationAction.TYPE_VIEW_MAP, ConversationAction.TYPE_TRACK_FLIGHT, ConversationAction.TYPE_OPEN_URL, ConversationAction.TYPE_SEND_SMS, ConversationAction.TYPE_CALL_PHONE, ConversationAction.TYPE_SEND_EMAIL, ConversationAction.TYPE_TEXT_REPLY, ConversationAction.TYPE_CREATE_REMINDER, or ConversationAction.TYPE_SHARE_LOCATION

Public methods

build

public ConversationAction build ()

Builds the ConversationAction object.

Returns
ConversationAction This value cannot 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 cannot 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 cannot 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 cannot 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 cannot be null.