PutIntentResponse constructor

PutIntentResponse({
  1. String? checksum,
  2. Statement? conclusionStatement,
  3. Prompt? confirmationPrompt,
  4. bool? createVersion,
  5. DateTime? createdDate,
  6. String? description,
  7. CodeHook? dialogCodeHook,
  8. FollowUpPrompt? followUpPrompt,
  9. FulfillmentActivity? fulfillmentActivity,
  10. List<InputContext>? inputContexts,
  11. KendraConfiguration? kendraConfiguration,
  12. DateTime? lastUpdatedDate,
  13. String? name,
  14. List<OutputContext>? outputContexts,
  15. String? parentIntentSignature,
  16. Statement? rejectionStatement,
  17. List<String>? sampleUtterances,
  18. List<Slot>? slots,
  19. String? version,
})

Implementation

PutIntentResponse({
  this.checksum,
  this.conclusionStatement,
  this.confirmationPrompt,
  this.createVersion,
  this.createdDate,
  this.description,
  this.dialogCodeHook,
  this.followUpPrompt,
  this.fulfillmentActivity,
  this.inputContexts,
  this.kendraConfiguration,
  this.lastUpdatedDate,
  this.name,
  this.outputContexts,
  this.parentIntentSignature,
  this.rejectionStatement,
  this.sampleUtterances,
  this.slots,
  this.version,
});