Interface AnalyticsUtteranceAttributeResult.Builder

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

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

    • lastUsedIntent

      AnalyticsUtteranceAttributeResult.Builder lastUsedIntent(String lastUsedIntent)

      The intent that the bot mapped the utterance to.

      Parameters:
      lastUsedIntent - The intent that the bot mapped the utterance to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.