@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsIntentFilter extends Object implements Serializable, Cloneable, StructuredPojo
Contains fields describing a condition by which to filter the intents. The expression may be understood as
name
operator
values
. For example:
IntentName CO Book
– The intent name contains the string "Book."
BotVersion EQ 2
– The bot version is equal to two.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
Constructor and Description |
---|
AnalyticsIntentFilter() |
Modifier and Type | Method and Description |
---|---|
AnalyticsIntentFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The category by which to filter the intents.
|
String |
getOperator()
The operation by which to filter the category.
|
List<String> |
getValues()
An array containing the values of the category by which to apply the operator to filter the results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The category by which to filter the intents.
|
void |
setOperator(String operator)
The operation by which to filter the category.
|
void |
setValues(Collection<String> values)
An array containing the values of the category by which to apply the operator to filter the results.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsIntentFilter |
withName(AnalyticsIntentFilterName name)
The category by which to filter the intents.
|
AnalyticsIntentFilter |
withName(String name)
The category by which to filter the intents.
|
AnalyticsIntentFilter |
withOperator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsIntentFilter |
withOperator(String operator)
The operation by which to filter the category.
|
AnalyticsIntentFilter |
withValues(Collection<String> values)
An array containing the values of the category by which to apply the operator to filter the results.
|
AnalyticsIntentFilter |
withValues(String... values)
An array containing the values of the category by which to apply the operator to filter the results.
|
public void setName(String name)
The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
name
- The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
AnalyticsIntentFilterName
public String getName()
The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
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.
IntentEndState
– The final state of the intent.
AnalyticsIntentFilterName
public AnalyticsIntentFilter withName(String name)
The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
name
- The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
AnalyticsIntentFilterName
public AnalyticsIntentFilter withName(AnalyticsIntentFilterName name)
The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
name
- The category by which to filter the intents. 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.
IntentEndState
– The final state of the intent.
AnalyticsIntentFilterName
public void setOperator(String 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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
AnalyticsFilterOperator
public String getOperator()
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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
CO
– Contains
EQ
– Equals
GT
– Greater than
LT
– Less than
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
AnalyticsFilterOperator
public AnalyticsIntentFilter withOperator(String 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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
AnalyticsFilterOperator
public AnalyticsIntentFilter withOperator(AnalyticsFilterOperator 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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
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:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentName
– EQ
, CO
.
IntentEndState
– EQ
, CO
.
AnalyticsFilterOperator
public List<String> getValues()
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
.
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
.public void setValues(Collection<String> 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
.
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
.public AnalyticsIntentFilter withValues(String... 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
.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
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
.public AnalyticsIntentFilter withValues(Collection<String> 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
.
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
.public String toString()
toString
in class Object
Object.toString()
public AnalyticsIntentFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.