Interface AnalyticsIntentStageMetricResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsIntentStageMetricResult.Builder,AnalyticsIntentStageMetricResult>,SdkBuilder<AnalyticsIntentStageMetricResult.Builder,AnalyticsIntentStageMetricResult>,SdkPojo
- Enclosing class:
- AnalyticsIntentStageMetricResult
public static interface AnalyticsIntentStageMetricResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageMetricResult.Builder,AnalyticsIntentStageMetricResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsIntentStageMetricResult.Buildername(String name)The metric that you requested.AnalyticsIntentStageMetricResult.Buildername(AnalyticsIntentStageMetricName name)The metric that you requested.AnalyticsIntentStageMetricResult.Builderstatistic(String statistic)The summary statistic that you requested to calculate.AnalyticsIntentStageMetricResult.Builderstatistic(AnalyticsMetricStatistic statistic)The summary statistic that you requested to calculate.AnalyticsIntentStageMetricResult.Buildervalue(Double value)The value of the summary statistic for the metric that you requested.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AnalyticsIntentStageMetricResult.Builder name(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentStageMetricName,AnalyticsIntentStageMetricName
-
-
name
AnalyticsIntentStageMetricResult.Builder name(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentStageMetricName,AnalyticsIntentStageMetricName
-
-
statistic
AnalyticsIntentStageMetricResult.Builder statistic(String statistic)
The summary statistic that you requested to calculate.
-
Sum– The total count for the category you provide inname. -
Average– The total count divided by the number of intent stages in the category you provide inname. -
Max– The highest count in the category you provide inname.
- Parameters:
statistic- The summary statistic that you requested to calculate.-
Sum– The total count for the category you provide inname. -
Average– The total count divided by the number of intent stages in the category you provide inname. -
Max– The highest count in the category you provide inname.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsMetricStatistic,AnalyticsMetricStatistic
-
-
statistic
AnalyticsIntentStageMetricResult.Builder statistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
-
Sum– The total count for the category you provide inname. -
Average– The total count divided by the number of intent stages in the category you provide inname. -
Max– The highest count in the category you provide inname.
- Parameters:
statistic- The summary statistic that you requested to calculate.-
Sum– The total count for the category you provide inname. -
Average– The total count divided by the number of intent stages in the category you provide inname. -
Max– The highest count in the category you provide inname.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsMetricStatistic,AnalyticsMetricStatistic
-
-
value
AnalyticsIntentStageMetricResult.Builder value(Double value)
The value of the summary statistic for the metric that you requested.
- Parameters:
value- The value of the summary statistic for the metric that you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-