Make `language_code` optional for UpdateIntentRequest and BatchUpdateIntentsRequest.
The comments and proto annotations describe this parameter as optional. PiperOrigin-RevId: 293703548
This commit is contained in:
parent
16f823f578
commit
68477017c4
|
|
@ -837,7 +837,6 @@ interfaces:
|
|||
- update_mask
|
||||
required_fields:
|
||||
- intent
|
||||
- language_code
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
|
|
@ -860,7 +859,6 @@ interfaces:
|
|||
- name: BatchUpdateIntents
|
||||
required_fields:
|
||||
- parent
|
||||
- language_code
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
|
|
|
|||
|
|
@ -835,7 +835,6 @@ interfaces:
|
|||
- update_mask
|
||||
required_fields:
|
||||
- intent
|
||||
- language_code
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
|
|
@ -858,7 +857,6 @@ interfaces:
|
|||
- name: BatchUpdateIntents
|
||||
required_fields:
|
||||
- parent
|
||||
- language_code
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
field_name_patterns:
|
||||
|
|
|
|||
Loading…
Reference in New Issue