|
30 | 30 | public final class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings extends com.google.api.client.json.GenericJson { |
31 | 31 |
|
32 | 32 | /** |
33 | | - * Filename pattern for exported audio. |
| 33 | + * Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will |
| 34 | + * be replaced with the conversation ID and epoch micros of the conversation. For example, |
| 35 | + * "{conversation}/recording_{timestamp}.mulaw". |
34 | 36 | * The value may be {@code null}. |
35 | 37 | */ |
36 | 38 | @com.google.api.client.util.Key |
@@ -68,15 +70,19 @@ public final class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSett |
68 | 70 | private java.lang.Boolean storeTtsAudio; |
69 | 71 |
|
70 | 72 | /** |
71 | | - * Filename pattern for exported audio. |
| 73 | + * Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will |
| 74 | + * be replaced with the conversation ID and epoch micros of the conversation. For example, |
| 75 | + * "{conversation}/recording_{timestamp}.mulaw". |
72 | 76 | * @return value or {@code null} for none |
73 | 77 | */ |
74 | 78 | public java.lang.String getAudioExportPattern() { |
75 | 79 | return audioExportPattern; |
76 | 80 | } |
77 | 81 |
|
78 | 82 | /** |
79 | | - * Filename pattern for exported audio. |
| 83 | + * Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will |
| 84 | + * be replaced with the conversation ID and epoch micros of the conversation. For example, |
| 85 | + * "{conversation}/recording_{timestamp}.mulaw". |
80 | 86 | * @param audioExportPattern audioExportPattern or {@code null} for none |
81 | 87 | */ |
82 | 88 | public GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings setAudioExportPattern(java.lang.String audioExportPattern) { |
|
0 commit comments