generated/google/apis/dialogflow_v2/service.rb in google-api-client-0.25.0 vs generated/google/apis/dialogflow_v2/service.rb in google-api-client-0.26.0

- old
+ new

@@ -1146,9 +1146,11 @@ # Updates the specified context. # @param [String] name # Required. The unique identifier of the context. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. + # The `Context ID` is always converted to lowercase, may only contain + # characters in [a-zA-Z0-9_-%] and may be at most 250 bytes long. # @param [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Context] google_cloud_dialogflow_v2_context_object # @param [String] update_mask # Optional. The mask to control which fields get updated. # @param [String] fields # Selector specifying which fields to include in a partial response.