fulfillIntent method
ResponseFuture<FulfillIntentResponse>
fulfillIntent(
- FulfillIntentRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$8.FulfillIntentResponse> fulfillIntent(
$8.FulfillIntentRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$fulfillIntent, request, options: options);
}