Class DialogflowInteractionData (2.17.0)

public final class DialogflowInteractionData extends GeneratedMessageV3 implements DialogflowInteractionDataOrBuilder

Dialogflow interaction data.

Protobuf type google.cloud.contactcenterinsights.v1.DialogflowInteractionData

Static Fields

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

DIALOGFLOW_INTENT_ID_FIELD_NUMBER

public static final int DIALOGFLOW_INTENT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DialogflowInteractionData getDefaultInstance()
Returns
TypeDescription
DialogflowInteractionData

getDescriptor()

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

newBuilder()

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

newBuilder(DialogflowInteractionData prototype)

public static DialogflowInteractionData.Builder newBuilder(DialogflowInteractionData prototype)
Parameter
NameDescription
prototypeDialogflowInteractionData
Returns
TypeDescription
DialogflowInteractionData.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getConfidence()

public float getConfidence()

The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

float confidence = 2;

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public DialogflowInteractionData getDefaultInstanceForType()
Returns
TypeDescription
DialogflowInteractionData

getDialogflowIntentId()

public String getDialogflowIntentId()

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

string dialogflow_intent_id = 1;

Returns
TypeDescription
String

The dialogflowIntentId.

getDialogflowIntentIdBytes()

public ByteString getDialogflowIntentIdBytes()

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

string dialogflow_intent_id = 1;

Returns
TypeDescription
ByteString

The bytes for dialogflowIntentId.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 DialogflowInteractionData.Builder newBuilderForType()
Returns
TypeDescription
DialogflowInteractionData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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