Java com.amazonaws.services.lexruntime.model PostTextRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.lexruntime.model PostTextRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.lexruntime.model PostTextRequest.

The text is from its open source code.

Constructor

Method

voidsetBotAlias(String botAlias)

The alias of the Amazon Lex bot.

voidsetBotName(String botName)

The name of the Amazon Lex bot.

voidsetInputText(String inputText)

The text that the user entered (Amazon Lex interprets this text).

voidsetRequestAttributes(java.util.Map requestAttributes)

Request-specific information passed between Amazon Lex and a client application.

voidsetSessionAttributes(java.util.Map sessionAttributes)

Application-specific information passed between Amazon Lex and a client application.

voidsetUserId(String userId)

The ID of the client application user.