public final class DialogflowInteractionData extends GeneratedMessageV3 implements DialogflowInteractionDataOrBuilder
Dialogflow interaction data.
Protobuf type google.cloud.contactcenterinsights.v1.DialogflowInteractionData
Static Fields
public static final int CONFIDENCE_FIELD_NUMBER
Field Value
public static final int DIALOGFLOW_INTENT_ID_FIELD_NUMBER
Field Value
Static Methods
public static DialogflowInteractionData getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static DialogflowInteractionData.Builder newBuilder()
Returns
public static DialogflowInteractionData.Builder newBuilder(DialogflowInteractionData prototype)
Parameter
Returns
public static DialogflowInteractionData parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DialogflowInteractionData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DialogflowInteractionData parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static DialogflowInteractionData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DialogflowInteractionData parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static DialogflowInteractionData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DialogflowInteractionData parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DialogflowInteractionData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DialogflowInteractionData parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DialogflowInteractionData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DialogflowInteractionData parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static DialogflowInteractionData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<DialogflowInteractionData> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public float getConfidence()
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0
(completely certain).
float confidence = 2;
Returns
Type | Description |
float | The confidence.
|
public DialogflowInteractionData getDefaultInstanceForType()
Returns
public String getDialogflowIntentId()
The Dialogflow intent resource path. Format:
projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;
Returns
Type | Description |
String | The dialogflowIntentId.
|
public ByteString getDialogflowIntentIdBytes()
The Dialogflow intent resource path. Format:
projects/{project}/agent/{agent}/intents/{intent}
string dialogflow_intent_id = 1;
Returns
Type | Description |
ByteString | The bytes for dialogflowIntentId.
|
public Parser<DialogflowInteractionData> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public DialogflowInteractionData.Builder newBuilderForType()
Returns
protected DialogflowInteractionData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public DialogflowInteractionData.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions