github.com/aavshr/aws-sdk-go@v1.41.3/service/lexruntimeservice/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package lexruntimeservice provides the client and types for making API 4 // requests to Amazon Lex Runtime Service. 5 // 6 // Amazon Lex provides both build and runtime endpoints. Each endpoint provides 7 // a set of operations (API). Your conversational bot uses the runtime API to 8 // understand user utterances (user input text or voice). For example, suppose 9 // a user says "I want pizza", your bot sends this input to Amazon Lex using 10 // the runtime API. Amazon Lex recognizes that the user request is for the OrderPizza 11 // intent (one of the intents defined in the bot). Then Amazon Lex engages in 12 // user conversation on behalf of the bot to elicit required information (slot 13 // values, such as pizza size and crust type), and then performs fulfillment 14 // activity (that you configured when you created the bot). You use the build-time 15 // API to create and manage your Amazon Lex bot. For a list of build-time operations, 16 // see the build-time API, . 17 // 18 // See https://docs.aws.amazon.com/goto/WebAPI/runtime.lex-2016-11-28 for more information on this service. 19 // 20 // See lexruntimeservice package documentation for more information. 21 // https://docs.aws.amazon.com/sdk-for-go/api/service/lexruntimeservice/ 22 // 23 // Using the Client 24 // 25 // To contact Amazon Lex Runtime Service with the SDK use the New function to create 26 // a new service client. With that client you can make API requests to the service. 27 // These clients are safe to use concurrently. 28 // 29 // See the SDK's documentation for more information on how to use the SDK. 30 // https://docs.aws.amazon.com/sdk-for-go/api/ 31 // 32 // See aws.Config documentation for more information on configuring SDK clients. 33 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 34 // 35 // See the Amazon Lex Runtime Service client LexRuntimeService for more 36 // information on creating client for this service. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/lexruntimeservice/#New 38 package lexruntimeservice