Interface IntentOrBuilder (2.9.0)

public interface IntentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The human-readable name of the intent.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The human-readable name of the intent.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getId()

public abstract String getId()

The unique identifier of the intent.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The unique identifier of the intent.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.