CustomActionSetting constructor
CustomActionSetting({
- required String? prompt,
- bool? attachment,
- int? messageCount,
- String? assistantId,
- AssistantType? assistantType,
Implementation
CustomActionSetting({
required this.prompt,
this.attachment,
this.shareMessages,
this.messageCount,
this.assistantId,
this.assistantType,
});