aws_sdk_lexruntimev2/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `DeleteSession` operation.
5pub mod delete_session;
6
7/// Types for the `GetSession` operation.
8pub mod get_session;
9
10/// Types for the `PutSession` operation.
11pub mod put_session;
12
13/// Types for the `RecognizeText` operation.
14pub mod recognize_text;
15
16/// Types for the `RecognizeUtterance` operation.
17pub mod recognize_utterance;
18
19/// Types for the `StartConversation` operation.
20pub mod start_conversation;