Class DialogflowSource (2.18.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.18.0keyboard_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) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  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  
      
        databyte [] 
     
  
  
  
  
    
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  
      
        objObject  
     
  
  
  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 
  
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  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 )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   DialogflowSource . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]