Interface AnalyticsIntentStageFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnalyticsIntentStageFilter.Builder,AnalyticsIntentStageFilter>, SdkBuilder<AnalyticsIntentStageFilter.Builder,AnalyticsIntentStageFilter>, SdkPojo
Enclosing class:
AnalyticsIntentStageFilter

public static interface AnalyticsIntentStageFilter.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageFilter.Builder,AnalyticsIntentStageFilter>
  • Method Details

    • name

      The category by which to filter the intent stages. The descriptions for each option are as follows:

      • BotAlias – The name of the bot alias.

      • BotVersion – The version of the bot.

      • LocaleId – The locale of the bot.

      • Modality – The modality of the session with the bot (audio, DTMF, or text).

      • Channel – The channel that the bot is integrated with.

      • SessionId – The identifier of the session with the bot.

      • OriginatingRequestId – The identifier of the first request in a session.

      • IntentName – The name of the intent.

      • IntentStageName – The stage in the intent.

      Parameters:
      name - The category by which to filter the intent stages. The descriptions for each option are as follows:

      • BotAlias – The name of the bot alias.

      • BotVersion – The version of the bot.

      • LocaleId – The locale of the bot.

      • Modality – The modality of the session with the bot (audio, DTMF, or text).

      • Channel – The channel that the bot is integrated with.

      • SessionId – The identifier of the session with the bot.

      • OriginatingRequestId – The identifier of the first request in a session.

      • IntentName – The name of the intent.

      • IntentStageName – The stage in the intent.

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

      The category by which to filter the intent stages. The descriptions for each option are as follows:

      • BotAlias – The name of the bot alias.

      • BotVersion – The version of the bot.

      • LocaleId – The locale of the bot.

      • Modality – The modality of the session with the bot (audio, DTMF, or text).

      • Channel – The channel that the bot is integrated with.

      • SessionId – The identifier of the session with the bot.

      • OriginatingRequestId – The identifier of the first request in a session.

      • IntentName – The name of the intent.

      • IntentStageName – The stage in the intent.

      Parameters:
      name - The category by which to filter the intent stages. The descriptions for each option are as follows:

      • BotAlias – The name of the bot alias.

      • BotVersion – The version of the bot.

      • LocaleId – The locale of the bot.

      • Modality – The modality of the session with the bot (audio, DTMF, or text).

      • Channel – The channel that the bot is integrated with.

      • SessionId – The identifier of the session with the bot.

      • OriginatingRequestId – The identifier of the first request in a session.

      • IntentName – The name of the intent.

      • IntentStageName – The stage in the intent.

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

      The operation by which to filter the category. The following operations are possible:

      • CO – Contains

      • EQ – Equals

      • GT – Greater than

      • LT – Less than

      The operators that each filter supports are listed below:

      • BotAliasEQ.

      • BotVersionEQ.

      • LocaleIdEQ.

      • ModalityEQ.

      • ChannelEQ.

      • SessionIdEQ.

      • OriginatingRequestIdEQ.

      • IntentNameEQ, CO.

      • IntentStageNameEQ, CO.

      Parameters:
      operator - The operation by which to filter the category. The following operations are possible:

      • CO – Contains

      • EQ – Equals

      • GT – Greater than

      • LT – Less than

      The operators that each filter supports are listed below:

      • BotAliasEQ.

      • BotVersionEQ.

      • LocaleIdEQ.

      • ModalityEQ.

      • ChannelEQ.

      • SessionIdEQ.

      • OriginatingRequestIdEQ.

      • IntentNameEQ, CO.

      • IntentStageNameEQ, CO.

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

      The operation by which to filter the category. The following operations are possible:

      • CO – Contains

      • EQ – Equals

      • GT – Greater than

      • LT – Less than

      The operators that each filter supports are listed below:

      • BotAliasEQ.

      • BotVersionEQ.

      • LocaleIdEQ.

      • ModalityEQ.

      • ChannelEQ.

      • SessionIdEQ.

      • OriginatingRequestIdEQ.

      • IntentNameEQ, CO.

      • IntentStageNameEQ, CO.

      Parameters:
      operator - The operation by which to filter the category. The following operations are possible:

      • CO – Contains

      • EQ – Equals

      • GT – Greater than

      • LT – Less than

      The operators that each filter supports are listed below:

      • BotAliasEQ.

      • BotVersionEQ.

      • LocaleIdEQ.

      • ModalityEQ.

      • ChannelEQ.

      • SessionIdEQ.

      • OriginatingRequestIdEQ.

      • IntentNameEQ, CO.

      • IntentStageNameEQ, CO.

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

      An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ or CO. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name, operator, and values fields are Modality, EQ, and [Speech, Text], the operation filters for results where the modality was either Speech or Text.

      Parameters:
      values - An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ or CO. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name, operator, and values fields are Modality, EQ, and [Speech, Text], the operation filters for results where the modality was either Speech or Text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ or CO. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name, operator, and values fields are Modality, EQ, and [Speech, Text], the operation filters for results where the modality was either Speech or Text.

      Parameters:
      values - An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ or CO. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name, operator, and values fields are Modality, EQ, and [Speech, Text], the operation filters for results where the modality was either Speech or Text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.