GetIntentResponse constructor

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

Implementation

GetIntentResponse({
  this.checksum,
  this.conclusionStatement,
  this.confirmationPrompt,
  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,
});