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/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public final class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo ex
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public final class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionIn
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.java
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: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,6 @@ 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
-
48
41
/**
49
42
* Optional. The preferred gender of the voice. If not set, the service will choose a voice based
50
43
* on the other parameters such as language_code and name. Note that this is only a preference,
@@ -76,23 +69,6 @@ public GoogleCloudDialogflowV2beta1VoiceSelectionParams setName(java.lang.String
76
69
returnthis;
77
70
}
78
71
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