Interface ConversationDataSourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConversationDataSource, ConversationDataSource.Builder

    public interface ConversationDataSourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGcsSource

        boolean hasGcsSource()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        GcsSource getGcsSource()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        GcsSourceOrBuilder getGcsSourceOrBuilder()
         A Cloud Storage location specification for the audio and transcript.
         
        .google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
      • hasDialogflowSource

        boolean hasDialogflowSource()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
        Returns:
        Whether the dialogflowSource field is set.
      • getDialogflowSource

        DialogflowSource getDialogflowSource()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
        Returns:
        The dialogflowSource.
      • getDialogflowSourceOrBuilder

        DialogflowSourceOrBuilder getDialogflowSourceOrBuilder()
         The source when the conversation comes from Dialogflow.
         
        .google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;