Send feedback
Class DialogflowSource (2.34.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.34.0 keyboard_arrow_down
public final class DialogflowSource extends GeneratedMessageV3 implements DialogflowSourceOrBuilder
A Dialogflow source of conversation data.
Protobuf type google.cloud.contactcenterinsights.v1.DialogflowSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int AUDIO_URI_FIELD_NUMBER
Field Value Type Description int
public static final int DIALOGFLOW_CONVERSATION_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static DialogflowSource getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static DialogflowSource . Builder newBuilder ()
public static DialogflowSource . Builder newBuilder ( DialogflowSource prototype )
public static DialogflowSource parseDelimitedFrom ( InputStream input )
public static DialogflowSource parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static DialogflowSource parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static DialogflowSource parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static DialogflowSource parseFrom ( ByteString data )
public static DialogflowSource parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DialogflowSource parseFrom ( CodedInputStream input )
public static DialogflowSource parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DialogflowSource parseFrom ( InputStream input )
public static DialogflowSource parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static DialogflowSource parseFrom ( ByteBuffer data )
public static DialogflowSource parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<DialogflowSource> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public String getAudioUri ()
Cloud Storage URI that points to a file that contains the conversation
audio.
string audio_uri = 3;
Returns Type Description String
The audioUri.
public ByteString getAudioUriBytes ()
Cloud Storage URI that points to a file that contains the conversation
audio.
string audio_uri = 3;
Returns Type Description ByteString
The bytes for audioUri.
public DialogflowSource getDefaultInstanceForType ()
public String getDialogflowConversation ()
Output only. The name of the Dialogflow conversation that this conversation
resource is derived from. Format:
projects/{project}/locations/{location}/conversations/{conversation}
string dialogflow_conversation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String
The dialogflowConversation.
public ByteString getDialogflowConversationBytes ()
Output only. The name of the Dialogflow conversation that this conversation
resource is derived from. Format:
projects/{project}/locations/{location}/conversations/{conversation}
string dialogflow_conversation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description ByteString
The bytes for dialogflowConversation.
public Parser<DialogflowSource> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public DialogflowSource . Builder newBuilderForType ()
protected DialogflowSource . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public DialogflowSource . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]