FunctionResponse constructor
FunctionResponse({
- String? id,
- String? name,
- Map<
String, dynamic> ? response, - bool? willContinue,
- FunctionResponseScheduling? scheduling,
- List<
FunctionResponsePart> ? parts,
Implementation
FunctionResponse({
this.id,
this.name,
this.response,
this.willContinue,
this.scheduling,
this.parts,
});