Interface AnnotatorSelector.SummarizationConfigOrBuilder

    • Method Detail

      • hasConversationProfile

        boolean hasConversationProfile()
         Resource name of the Dialogflow conversation profile.
         Format:
         projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
         
        string conversation_profile = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the conversationProfile field is set.
      • getConversationProfile

        String getConversationProfile()
         Resource name of the Dialogflow conversation profile.
         Format:
         projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
         
        string conversation_profile = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The conversationProfile.
      • getConversationProfileBytes

        com.google.protobuf.ByteString getConversationProfileBytes()
         Resource name of the Dialogflow conversation profile.
         Format:
         projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
         
        string conversation_profile = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for conversationProfile.
      • hasSummarizationModel

        boolean hasSummarizationModel()
         Default summarization model to be used.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
        Returns:
        Whether the summarizationModel field is set.
      • getSummarizationModelValue

        int getSummarizationModelValue()
         Default summarization model to be used.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
        Returns:
        The enum numeric value on the wire for summarizationModel.
      • getSummarizationModel

        AnnotatorSelector.SummarizationConfig.SummarizationModel getSummarizationModel()
         Default summarization model to be used.
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector.SummarizationConfig.SummarizationModel summarization_model = 2;
        Returns:
        The summarizationModel.