mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 03:33:28 +00:00
vendor: update all dependencies
This commit is contained in:
25
vendor/google.golang.org/api/dialogflow/v2/dialogflow-gen.go
generated
vendored
25
vendor/google.golang.org/api/dialogflow/v2/dialogflow-gen.go
generated
vendored
@@ -996,11 +996,11 @@ func (s *GoogleCloudDialogflowV2EventInput) MarshalJSON() ([]byte, error) {
|
||||
// GoogleCloudDialogflowV2ExportAgentRequest: The request message for
|
||||
// Agents.ExportAgent.
|
||||
type GoogleCloudDialogflowV2ExportAgentRequest struct {
|
||||
// AgentUri: Optional. The Google Cloud Storage URI to export the agent
|
||||
// to.
|
||||
// Note: The URI must start with
|
||||
// "gs://". If left unspecified, the serialized agent is returned
|
||||
// inline.
|
||||
// AgentUri: Optional. The
|
||||
// [Google Cloud Storage](https://cloud.google.com/storage/docs/)
|
||||
// URI to export the agent to.
|
||||
// The format of this URI must be `gs://<bucket-name>/<object-name>`.
|
||||
// If left unspecified, the serialized agent is returned inline.
|
||||
AgentUri string `json:"agentUri,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "AgentUri") to
|
||||
@@ -1241,6 +1241,7 @@ func (s *GoogleCloudDialogflowV2InputAudioConfig) MarshalJSON() ([]byte, error)
|
||||
// Intents convert a number of user expressions or patterns into an
|
||||
// action. An
|
||||
// action is an extraction of a user command or sentence semantics.
|
||||
// Next available field number: 22.
|
||||
type GoogleCloudDialogflowV2Intent struct {
|
||||
// Action: Optional. The name of the action associated with the intent.
|
||||
Action string `json:"action,omitempty"`
|
||||
@@ -3568,6 +3569,7 @@ func (s *GoogleCloudDialogflowV2beta1ExportAgentResponse) MarshalJSON() ([]byte,
|
||||
// Intents convert a number of user expressions or patterns into an
|
||||
// action. An
|
||||
// action is an extraction of a user command or sentence semantics.
|
||||
// Next available field number: 22.
|
||||
type GoogleCloudDialogflowV2beta1Intent struct {
|
||||
// Action: Optional. The name of the action associated with the intent.
|
||||
Action string `json:"action,omitempty"`
|
||||
@@ -3703,9 +3705,9 @@ type GoogleCloudDialogflowV2beta1Intent struct {
|
||||
// Also,
|
||||
// auto-markup in the UI is turned off.
|
||||
// DEPRECATED! Please use `ml_disabled` field instead.
|
||||
// NOTE: If neither `ml_enabled` nor `ml_disabled` field is set, then
|
||||
// the
|
||||
// default value is determined as follows:
|
||||
// NOTE: If both `ml_enabled` and `ml_disabled` are either not set or
|
||||
// false,
|
||||
// then the default value is determined as follows:
|
||||
// - Before April 15th, 2018 the default is:
|
||||
// ml_enabled = false / ml_disabled = true.
|
||||
// - After April 15th, 2018 the default is:
|
||||
@@ -4229,9 +4231,10 @@ func (s *GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem) MarshalJSO
|
||||
// GoogleCloudDialogflowV2beta1IntentMessageImage: The image response
|
||||
// message.
|
||||
type GoogleCloudDialogflowV2beta1IntentMessageImage struct {
|
||||
// AccessibilityText: Optional. A text description of the image to be
|
||||
// used for accessibility,
|
||||
// e.g., screen readers.
|
||||
// AccessibilityText: A text description of the image to be used for
|
||||
// accessibility,
|
||||
// e.g., screen readers. Required if image_uri is set for
|
||||
// CarouselSelect.
|
||||
AccessibilityText string `json:"accessibilityText,omitempty"`
|
||||
|
||||
// ImageUri: Optional. The public URI to an image file.
|
||||
|
||||
Reference in New Issue
Block a user