lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb in twilio-ruby-5.40.2 vs lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb in twilio-ruby-5.40.3

- old
+ new

@@ -32,11 +32,13 @@ ## # Lists QueryInstance records from the API as a list. # Unlike stream(), this operation is eager and will load `limit` records into # memory before returning. # @param [String] language The [ISO - # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used by the Query resources to read. For example: `en-US`. + # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) + # string that specifies the language used by the Query resources to read. For + # example: `en-US`. # @param [String] model_build The SID or unique name of the [Model # Build](https://www.twilio.com/docs/autopilot/api/model-build) to be queried. # @param [String] status The status of the resources to read. Can be: # `pending-review`, `reviewed`, or `discarded` # @param [String] dialogue_sid The SID of the @@ -62,11 +64,13 @@ ## # Streams QueryInstance records from the API as an Enumerable. # This operation lazily loads records as efficiently as possible until the limit # is reached. # @param [String] language The [ISO - # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used by the Query resources to read. For example: `en-US`. + # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) + # string that specifies the language used by the Query resources to read. For + # example: `en-US`. # @param [String] model_build The SID or unique name of the [Model # Build](https://www.twilio.com/docs/autopilot/api/model-build) to be queried. # @param [String] status The status of the resources to read. Can be: # `pending-review`, `reviewed`, or `discarded` # @param [String] dialogue_sid The SID of the @@ -108,11 +112,13 @@ ## # Retrieve a single page of QueryInstance records from the API. # Request is executed immediately. # @param [String] language The [ISO - # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used by the Query resources to read. For example: `en-US`. + # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) + # string that specifies the language used by the Query resources to read. For + # example: `en-US`. # @param [String] model_build The SID or unique name of the [Model # Build](https://www.twilio.com/docs/autopilot/api/model-build) to be queried. # @param [String] status The status of the resources to read. Can be: # `pending-review`, `reviewed`, or `discarded` # @param [String] dialogue_sid The SID of the @@ -151,10 +157,11 @@ end ## # Create the QueryInstance # @param [String] language The [ISO - # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used for the new query. For example: `en-US`. + # language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) + # string that specifies the language used for the new query. For example: `en-US`. # @param [String] query The end-user's natural language input. It can be up to # 2048 characters long. # @param [String] tasks The list of tasks to limit the new query to. Tasks are # expressed as a comma-separated list of task `unique_name` values. For example, # `task-unique_name-1, task-unique_name-2`. Listing specific tasks is useful to \ No newline at end of file