Interface CallAnalyticsJobDetails.Builder

  • Method Details

    • 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

      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

      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.

      This is a convenience method that creates an instance of the CallAnalyticsSkippedFeature.Builder avoiding the need to create one manually via CallAnalyticsSkippedFeature.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to skipped(List<CallAnalyticsSkippedFeature>).

      Parameters:
      skipped - a consumer that will call methods on CallAnalyticsSkippedFeature.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: