toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (actions != null) 'actions': actions!,
if (conversationState != null) 'conversationState': conversationState!,
if (createTime != null) 'createTime': createTime!,
if (description != null) 'description': description!,
if (displayName != null) 'displayName': displayName!,
if (languageCode != null) 'languageCode': languageCode!,
if (name != null) 'name': name!,
if (playbookInput != null) 'playbookInput': playbookInput!,
if (playbookOutput != null) 'playbookOutput': playbookOutput!,
if (tokenCount != null) 'tokenCount': tokenCount!,
if (updateTime != null) 'updateTime': updateTime!,
};