Module Awso_lex_runtime.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | DeleteSession : (Values.DeleteSessionRequest.t,
Values.DeleteSessionResponse.t,
Values.DeleteSessionResponse.error)
t| GetSession : (Values.GetSessionRequest.t,
Values.GetSessionResponse.t,
Values.GetSessionResponse.error)
t| PostContent : (Values.PostContentRequest.t,
Values.PostContentResponse.t,
Values.PostContentResponse.error)
t| PostText : (Values.PostTextRequest.t,
Values.PostTextResponse.t,
Values.PostTextResponse.error)
t| PutSession : (Values.PutSessionRequest.t,
Values.PutSessionResponse.t,
Values.PutSessionResponse.error)
t
Sourceval method_of_endpoint :
'i 'o 'e. ('i, 'o, 'e) t ->
[> `DELETE | `GET | `POST ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t