audioExportPattern property

String? audioExportPattern
getter/setter pair

Filename pattern for exported audio.

{conversation} and {timestamp} are placeholders that will be replaced with the conversation ID and epoch micros of the conversation. For example, "{conversation}/recording_{timestamp}.mulaw".

Implementation

core.String? audioExportPattern;