GoogleCloudAiplatformV1FulfillmentInstance constructor

GoogleCloudAiplatformV1FulfillmentInstance({
  1. String? instruction,
  2. String? prediction,
})

Implementation

GoogleCloudAiplatformV1FulfillmentInstance({
  this.instruction,
  this.prediction,
});