A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Lex/Types/PostTextRequest.html below:

PostTextRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lex::Types::PostTextRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing PostTextRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  bot_name: "BotName",   bot_alias: "BotAlias",   user_id: "UserId",   session_attributes: {
    "String" => "String",
  },
  request_attributes: {
    "String" => "String",
  },
  input_text: "Text",   active_contexts: [
    {
      name: "ActiveContextName",       time_to_live: {         time_to_live_in_seconds: 1,
        turns_to_live: 1,
      },
      parameters: {         "ParameterName" => "Text",
      },
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #active_contexts ⇒ Array<Types::ActiveContext>

A list of contexts active for the request. A context can be activated when a previous intent is fulfilled, or by including the context in the request,

If you don\'t specify a list of contexts, Amazon Lex will use the current list of contexts for the session. If you specify an empty list, all contexts for the session are cleared.

#bot_alias ⇒ String

The alias of the Amazon Lex bot.

#bot_name ⇒ String

The name of the Amazon Lex bot.

#input_text ⇒ String

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

#request_attributes ⇒ Hash<String,String>

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

The namespace x-amz-lex: is reserved for special attributes. Don\'t create any request attributes with the prefix x-amz-lex:.

For more information, see Setting Request Attributes.

#session_attributes ⇒ Hash<String,String>

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

For more information, see Setting Session Attributes.

#user_id ⇒ String

The ID of the client application user. Amazon Lex uses this to identify a user\'s conversation with your bot. At runtime, each request must contain the userID field.

To decide the user ID to use for your application, consider the following factors.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4