GoogleCloudDialogflowV2InferenceParameter constructor

GoogleCloudDialogflowV2InferenceParameter({
  1. int? maxOutputTokens,
  2. double? temperature,
  3. int? topK,
  4. double? topP,
})

Implementation

GoogleCloudDialogflowV2InferenceParameter({
  this.maxOutputTokens,
  this.temperature,
  this.topK,
  this.topP,
});