GoogleCloudDialogflowCxV3SafetySettingsPhrase constructor

GoogleCloudDialogflowCxV3SafetySettingsPhrase({
  1. String? languageCode,
  2. String? text,
})

Implementation

GoogleCloudDialogflowCxV3SafetySettingsPhrase({
  this.languageCode,
  this.text,
});