Interface IngestConversationsRequestOrBuilder

    • Method Detail

      • hasGcsSource

        boolean hasGcsSource()
         A cloud storage bucket source.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource gcs_source = 2;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        IngestConversationsRequest.GcsSource getGcsSource()
         A cloud storage bucket source.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource gcs_source = 2;
        Returns:
        The gcsSource.
      • hasTranscriptObjectConfig

        boolean hasTranscriptObjectConfig()
         Configuration for when `source` contains conversation transcripts.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
        Returns:
        Whether the transcriptObjectConfig field is set.
      • getTranscriptObjectConfig

        IngestConversationsRequest.TranscriptObjectConfig getTranscriptObjectConfig()
         Configuration for when `source` contains conversation transcripts.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
        Returns:
        The transcriptObjectConfig.
      • getTranscriptObjectConfigOrBuilder

        IngestConversationsRequest.TranscriptObjectConfigOrBuilder getTranscriptObjectConfigOrBuilder()
         Configuration for when `source` contains conversation transcripts.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig transcript_object_config = 3;
      • getParent

        String getParent()
         Required. The parent resource for new conversations.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource for new conversations.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasConversationConfig

        boolean hasConversationConfig()
         Configuration that applies to all conversations.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;
        Returns:
        Whether the conversationConfig field is set.
      • getConversationConfig

        IngestConversationsRequest.ConversationConfig getConversationConfig()
         Configuration that applies to all conversations.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;
        Returns:
        The conversationConfig.
      • getConversationConfigOrBuilder

        IngestConversationsRequest.ConversationConfigOrBuilder getConversationConfigOrBuilder()
         Configuration that applies to all conversations.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig conversation_config = 4;