Interface CallAnalyticsJobDetails.Builder

    • Method Detail

      • skipped

        CallAnalyticsJobDetails.Builder skipped​(Collection<CallAnalyticsSkippedFeature> skipped)

        Contains information about any skipped analytics features during the analysis of a call analytics job.

        This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

        Parameters:
        skipped - Contains information about any skipped analytics features during the analysis of a call analytics job.

        This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skipped

        CallAnalyticsJobDetails.Builder skipped​(CallAnalyticsSkippedFeature... skipped)

        Contains information about any skipped analytics features during the analysis of a call analytics job.

        This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

        Parameters:
        skipped - Contains information about any skipped analytics features during the analysis of a call analytics job.

        This array lists all the analytics features that were skipped, along with their corresponding reason code and message.

        Returns:
        Returns a reference to this object so that method calls can be chained together.