GoogleCloudDialogflowCxV3Example constructor

GoogleCloudDialogflowCxV3Example({
  1. List<GoogleCloudDialogflowCxV3Action>? actions,
  2. String? conversationState,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. String? languageCode,
  7. String? name,
  8. GoogleCloudDialogflowCxV3PlaybookInput? playbookInput,
  9. GoogleCloudDialogflowCxV3PlaybookOutput? playbookOutput,
  10. String? tokenCount,
  11. String? updateTime,
})

Implementation

GoogleCloudDialogflowCxV3Example({
  this.actions,
  this.conversationState,
  this.createTime,
  this.description,
  this.displayName,
  this.languageCode,
  this.name,
  this.playbookInput,
  this.playbookOutput,
  this.tokenCount,
  this.updateTime,
});