@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsIntentStageMetricResult extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the results for an intent stage metric you requested.
| Constructor and Description |
|---|
AnalyticsIntentStageMetricResult() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageMetricResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The metric that you requested.
|
String |
getStatistic()
The summary 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) |
void |
setName(String name)
The metric that you requested.
|
void |
setStatistic(String statistic)
The summary 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.
|
AnalyticsIntentStageMetricResult |
withName(AnalyticsIntentStageMetricName name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult |
withName(String name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult |
withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult |
withStatistic(String statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult |
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.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
name - The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
AnalyticsIntentStageMetricNamepublic String getName()
The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
AnalyticsIntentStageMetricNamepublic AnalyticsIntentStageMetricResult withName(String name)
The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
name - The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
AnalyticsIntentStageMetricNamepublic AnalyticsIntentStageMetricResult withName(AnalyticsIntentStageMetricName name)
The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
name - The metric that you requested.
Count – The number of times the intent stage occurred.
Success – The number of times the intent stage succeeded.
Failure – The number of times the intent stage failed.
Dropped – The number of times the user dropped the intent stage.
Retry – The number of times the bot tried to elicit a response from the user at this stage.
AnalyticsIntentStageMetricNamepublic void setStatistic(String statistic)
The summary 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 intent stages in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary 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 intent stages in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic String getStatistic()
The summary 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 intent stages 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 intent stages in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic AnalyticsIntentStageMetricResult withStatistic(String statistic)
The summary 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 intent stages in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary 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 intent stages in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic AnalyticsIntentStageMetricResult withStatistic(AnalyticsMetricStatistic statistic)
The summary 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 intent stages in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary 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 intent stages in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic 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 AnalyticsIntentStageMetricResult 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 ObjectObject.toString()public AnalyticsIntentStageMetricResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.