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