Skip to content

Commit 8679c4e

Browse files
feat: Automated regeneration of Dialogflow client (googleapis#12390)
Auto-created at 2024-10-23 13:18:50 +0000 using the toys pull request generator.
1 parent b85b9ca commit 8679c4e

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

clients/dialogflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_dialogflow, "~> 0.85"}]
14+
[{:google_api_dialogflow, "~> 0.86"}]
1515
end
1616
```
1717

clients/dialogflow/lib/google_api/dialogflow/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dialogflow.V2 do
2020
API client metadata for GoogleApi.Dialogflow.V2.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241018"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dialogflow/lib/google_api/dialogflow/v3/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dialogflow.V3 do
2020
API client metadata for GoogleApi.Dialogflow.V3.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241019"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dialogflow/lib/google_api/dialogflow/v3/model/google_cloud_dialogflow_v2_knowledge_assist_answer_knowledge_answer_generative_source_snippet.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2KnowledgeAssistAn
2121
2222
## Attributes
2323
24+
* `metadata` (*type:* `map()`, *default:* `nil`) - Metadata of the document.
2425
* `text` (*type:* `String.t`, *default:* `nil`) - Text taken from that URI.
2526
* `title` (*type:* `String.t`, *default:* `nil`) - Title of the document.
2627
* `uri` (*type:* `String.t`, *default:* `nil`) - URI the data is sourced from.
@@ -29,11 +30,13 @@ defmodule GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2KnowledgeAssistAn
2930
use GoogleApi.Gax.ModelBase
3031

3132
@type t :: %__MODULE__{
33+
:metadata => map() | nil,
3234
:text => String.t() | nil,
3335
:title => String.t() | nil,
3436
:uri => String.t() | nil
3537
}
3638

39+
field(:metadata, type: :map)
3740
field(:text)
3841
field(:title)
3942
field(:uri)

clients/dialogflow/lib/google_api/dialogflow/v3/model/google_cloud_dialogflow_v2beta1_knowledge_assist_answer_knowledge_answer_generative_source_snippet.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1KnowledgeAss
2121
2222
## Attributes
2323
24+
* `metadata` (*type:* `map()`, *default:* `nil`) - Metadata of the document.
2425
* `text` (*type:* `String.t`, *default:* `nil`) - Text taken from that URI.
2526
* `title` (*type:* `String.t`, *default:* `nil`) - Title of the document.
2627
* `uri` (*type:* `String.t`, *default:* `nil`) - URI the data is sourced from.
@@ -29,11 +30,13 @@ defmodule GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1KnowledgeAss
2930
use GoogleApi.Gax.ModelBase
3031

3132
@type t :: %__MODULE__{
33+
:metadata => map() | nil,
3234
:text => String.t() | nil,
3335
:title => String.t() | nil,
3436
:uri => String.t() | nil
3537
}
3638

39+
field(:metadata, type: :map)
3740
field(:text)
3841
field(:title)
3942
field(:uri)

clients/dialogflow/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Dialogflow.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.85.1"
21+
@version "0.86.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)