Interface DialogState.Builder

    • Method Detail

      • dialogAction

        DialogState.Builder dialogAction​(DialogAction dialogAction)
        Sets the value of the DialogAction property for this object.
        Parameters:
        dialogAction - The new value for the DialogAction property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intent

        DialogState.Builder intent​(IntentOverride intent)
        Sets the value of the Intent property for this object.
        Parameters:
        intent - The new value for the Intent property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionAttributes

        DialogState.Builder sessionAttributes​(Map<String,​String> sessionAttributes)

        Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.

        Parameters:
        sessionAttributes - Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.