Interface AggregatedUtterancesFilter.Builder

    • Method Detail

      • values

        AggregatedUtterancesFilter.Builder values​(Collection<String> values)

        The value to use for filtering the list of bots.

        Parameters:
        values - The value to use for filtering the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        AggregatedUtterancesFilter.Builder values​(String... values)

        The value to use for filtering the list of bots.

        Parameters:
        values - The value to use for filtering the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        AggregatedUtterancesFilter.Builder operator​(String operator)

        The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggregatedUtterancesFilterOperator, AggregatedUtterancesFilterOperator
      • operator

        AggregatedUtterancesFilter.Builder operator​(AggregatedUtterancesFilterOperator operator)

        The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggregatedUtterancesFilterOperator, AggregatedUtterancesFilterOperator