CodeHook class

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

Constructors

CodeHook({required String messageVersion, required String uri})
CodeHook.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messageVersion String
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
The Amazon Resource Name (ARN) of the Lambda function.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited