Class V2modelsIntentOutputContext


  • public final class V2modelsIntentOutputContext
    extends java.lang.Object
    • Method Detail

      • name

        public java.lang.String name()
        Returns:
        Name of the output context.
      • timeToLiveInSeconds

        public java.lang.Integer timeToLiveInSeconds()
        Returns:
        Amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
      • turnsToLive

        public java.lang.Integer turnsToLive()
        Returns:
        Number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.