Interface DialogflowIntentOrBuilder (2.7.0)

public interface DialogflowIntentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The human-readable name of the intent.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The human-readable name of the intent.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.