Home > @world-wide-lab/client > Client > createResponse
Client.createResponse() method
Create a new Response. See also Session.response()
Signature:
typescript
createResponse(opts: ClientResponseOptions): Promise<boolean>;
Parameters
Parameter | Type | Description |
---|---|---|
opts | Options to create the response with |
Promise<boolean>
true if the response was created successfully