BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch constructor

const BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch({
  1. dynamic conversationConfig,
  2. dynamic platformSettings,
  3. dynamic name,
  4. dynamic tags,
})

Implementation

const BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatch({
  this.conversationConfig,
  this.platformSettings,
  this.name,
  this.tags,
});