Class DialogflowIntent (2.41.0)

public final class DialogflowIntent extends GeneratedMessageV3 implements DialogflowIntentOrBuilder

The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE.

Protobuf type google.cloud.contactcenterinsights.v1.DialogflowIntent

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DialogflowIntent getDefaultInstance()
Returns
TypeDescription
DialogflowIntent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DialogflowIntent.Builder newBuilder()
Returns
TypeDescription
DialogflowIntent.Builder

newBuilder(DialogflowIntent prototype)

public static DialogflowIntent.Builder newBuilder(DialogflowIntent prototype)
Parameter
NameDescription
prototypeDialogflowIntent
Returns
TypeDescription
DialogflowIntent.Builder

parseDelimitedFrom(InputStream input)

public static DialogflowIntent parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DialogflowIntent parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DialogflowIntent parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DialogflowIntent parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DialogflowIntent parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DialogflowIntent parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DialogflowIntent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DialogflowIntent
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DialogflowIntent> parser()
Returns
TypeDescription
Parser<DialogflowIntent>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public DialogflowIntent getDefaultInstanceForType()
Returns
TypeDescription
DialogflowIntent

getDisplayName()

public String getDisplayName()

The human-readable name of the intent.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The human-readable name of the intent.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getParserForType()

public Parser<DialogflowIntent> getParserForType()
Returns
TypeDescription
Parser<DialogflowIntent>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DialogflowIntent.Builder newBuilderForType()
Returns
TypeDescription
DialogflowIntent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DialogflowIntent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DialogflowIntent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DialogflowIntent.Builder toBuilder()
Returns
TypeDescription
DialogflowIntent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException