GoogleCloudAiplatformV1CandidateResponse constructor
GoogleCloudAiplatformV1CandidateResponse({
- GoogleCloudAiplatformV1AgentData? agentData,
- String? candidate,
- String? text,
- Object? value,
Implementation
GoogleCloudAiplatformV1CandidateResponse({
this.agentData,
this.candidate,
this.text,
this.value,
});