@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsIntentMetricResult extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the results for the intent metric you requested.
Constructor and Description |
---|
AnalyticsIntentMetricResult() |
Modifier and Type | Method and Description |
---|---|
AnalyticsIntentMetricResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The metric that you requested.
|
String |
getStatistic()
The statistic that you requested to calculate.
|
Double |
getValue()
The value of the summary statistic for the metric that you requested.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The metric that you requested.
|
void |
setStatistic(String statistic)
The statistic that you requested to calculate.
|
void |
setValue(Double value)
The value of the summary statistic for the metric that you requested.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsIntentMetricResult |
withName(AnalyticsIntentMetricName name)
The metric that you requested.
|
AnalyticsIntentMetricResult |
withName(String name)
The metric that you requested.
|
AnalyticsIntentMetricResult |
withStatistic(AnalyticsMetricStatistic statistic)
The statistic that you requested to calculate.
|
AnalyticsIntentMetricResult |
withStatistic(String statistic)
The statistic that you requested to calculate.
|
AnalyticsIntentMetricResult |
withValue(Double value)
The value of the summary statistic for the metric that you requested.
|
public void setName(String name)
The metric that you requested. See Key definitions for more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
name
- The metric that you requested. See Key definitions for
more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
AnalyticsIntentMetricName
public String getName()
The metric that you requested. See Key definitions for more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
AnalyticsIntentMetricName
public AnalyticsIntentMetricResult withName(String name)
The metric that you requested. See Key definitions for more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
name
- The metric that you requested. See Key definitions for
more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
AnalyticsIntentMetricName
public AnalyticsIntentMetricResult withName(AnalyticsIntentMetricName name)
The metric that you requested. See Key definitions for more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
name
- The metric that you requested. See Key definitions for
more details about these metrics.
Count
– The number of times the intent was invoked.
Success
– The number of times the intent succeeded.
Failure
– The number of times the intent failed.
Switched
– The number of times there was a switch to a different intent.
Dropped
– The number of times the user dropped the intent.
AnalyticsIntentMetricName
public void setStatistic(String statistic)
The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
statistic
- The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
AnalyticsMetricStatistic
public String getStatistic()
The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
AnalyticsMetricStatistic
public AnalyticsIntentMetricResult withStatistic(String statistic)
The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
statistic
- The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
AnalyticsMetricStatistic
public AnalyticsIntentMetricResult withStatistic(AnalyticsMetricStatistic statistic)
The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
statistic
- The statistic that you requested to calculate.
Sum
– The total count for the category you provide in name
.
Average
– The total count divided by the number of intents in the category you provide in
name
.
Max
– The highest count in the category you provide in name
.
AnalyticsMetricStatistic
public void setValue(Double value)
The value of the summary statistic for the metric that you requested.
value
- The value of the summary statistic for the metric that you requested.public Double getValue()
The value of the summary statistic for the metric that you requested.
public AnalyticsIntentMetricResult withValue(Double value)
The value of the summary statistic for the metric that you requested.
value
- The value of the summary statistic for the metric that you requested.public String toString()
toString
in class Object
Object.toString()
public AnalyticsIntentMetricResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.