CreateIntegrationResponseResponse constructor

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

Implementation

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