You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowV2beta1VoiceSelectionParams.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ public final class GoogleCloudDialogflowV2beta1VoiceSelectionParams extends com.
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringname;
40
40
41
+
/**
42
+
* Optional. The name of the second voice (non-English) if language detection is supported.
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privatejava.lang.StringsecondLanguageModel;
47
+
41
48
/**
42
49
* Optional. The preferred gender of the voice. If not set, the service will choose a voice based
43
50
* on the other parameters such as language_code and name. Note that this is only a preference,
@@ -69,6 +76,23 @@ public GoogleCloudDialogflowV2beta1VoiceSelectionParams setName(java.lang.String
69
76
returnthis;
70
77
}
71
78
79
+
/**
80
+
* Optional. The name of the second voice (non-English) if language detection is supported.
81
+
* @return value or {@code null} for none
82
+
*/
83
+
publicjava.lang.StringgetSecondLanguageModel() {
84
+
returnsecondLanguageModel;
85
+
}
86
+
87
+
/**
88
+
* Optional. The name of the second voice (non-English) if language detection is supported.
89
+
* @param secondLanguageModel secondLanguageModel or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v3/2.0.0/com/google/api/services/dialogflow/v3/model/GoogleCloudDialogflowCxV3VoiceSelectionParams.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ public final class GoogleCloudDialogflowCxV3VoiceSelectionParams extends com.goo
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringname;
40
40
41
+
/**
42
+
* Optional. The name of the second voice (non-English) if language detection is supported.
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privatejava.lang.StringsecondLanguageModel;
47
+
41
48
/**
42
49
* Optional. The preferred gender of the voice. If not set, the service will choose a voice based
43
50
* on the other parameters such as language_code and name. Note that this is only a preference,
@@ -69,6 +76,23 @@ public GoogleCloudDialogflowCxV3VoiceSelectionParams setName(java.lang.String na
69
76
returnthis;
70
77
}
71
78
79
+
/**
80
+
* Optional. The name of the second voice (non-English) if language detection is supported.
81
+
* @return value or {@code null} for none
82
+
*/
83
+
publicjava.lang.StringgetSecondLanguageModel() {
84
+
returnsecondLanguageModel;
85
+
}
86
+
87
+
/**
88
+
* Optional. The name of the second voice (non-English) if language detection is supported.
89
+
* @param secondLanguageModel secondLanguageModel or {@code null} for none
0 commit comments