GoogleCloudAiplatformV1CandidateResponse constructor

GoogleCloudAiplatformV1CandidateResponse({
  1. GoogleCloudAiplatformV1AgentData? agentData,
  2. String? candidate,
  3. String? text,
  4. Object? value,
})

Implementation

GoogleCloudAiplatformV1CandidateResponse({
  this.agentData,
  this.candidate,
  this.text,
  this.value,
});