IntegrationResponse constructor

IntegrationResponse({
  1. required String integrationResponseKey,
  2. ContentHandlingStrategy? contentHandlingStrategy,
  3. String? integrationResponseId,
  4. Map<String, String>? responseParameters,
  5. Map<String, String>? responseTemplates,
  6. String? templateSelectionExpression,
})

Implementation

IntegrationResponse({
  required this.integrationResponseKey,
  this.contentHandlingStrategy,
  this.integrationResponseId,
  this.responseParameters,
  this.responseTemplates,
  this.templateSelectionExpression,
});