Interface CallAnalyticsSkippedFeature.Builder

    • Method Detail

      • feature

        CallAnalyticsSkippedFeature.Builder feature​(String feature)

        Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.

        Parameters:
        feature - Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CallAnalyticsFeature, CallAnalyticsFeature
      • reasonCode

        CallAnalyticsSkippedFeature.Builder reasonCode​(String reasonCode)

        Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.

        Parameters:
        reasonCode - Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CallAnalyticsSkippedReasonCode, CallAnalyticsSkippedReasonCode
      • message

        CallAnalyticsSkippedFeature.Builder message​(String message)

        Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.

        Parameters:
        message - Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.