GoogleCloudAiplatformV1QueryReasoningEngineResponse.fromJson constructor

GoogleCloudAiplatformV1QueryReasoningEngineResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1QueryReasoningEngineResponse.fromJson(core.Map json_)
    : this(
        output: json_['output'],
      );