google-cloud-dialogflow-v2 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +6 -6
- data/README.md +1 -1
- data/lib/google/cloud/dialogflow/v2.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/agents.rb +5 -5
- data/lib/google/cloud/dialogflow/v2/agents/client.rb +203 -203
- data/lib/google/cloud/dialogflow/v2/agents/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/agents/operations.rb +100 -100
- data/lib/google/cloud/dialogflow/v2/agents/paths.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/contexts.rb +3 -3
- data/lib/google/cloud/dialogflow/v2/contexts/client.rb +139 -139
- data/lib/google/cloud/dialogflow/v2/contexts/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/contexts/paths.rb +14 -14
- data/lib/google/cloud/dialogflow/v2/entity_types.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +229 -229
- data/lib/google/cloud/dialogflow/v2/entity_types/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +100 -100
- data/lib/google/cloud/dialogflow/v2/entity_types/paths.rb +3 -3
- data/lib/google/cloud/dialogflow/v2/environments.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/environments/client.rb +55 -55
- data/lib/google/cloud/dialogflow/v2/environments/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/environments/paths.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/intents.rb +3 -3
- data/lib/google/cloud/dialogflow/v2/intents/client.rb +174 -174
- data/lib/google/cloud/dialogflow/v2/intents/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/intents/operations.rb +100 -100
- data/lib/google/cloud/dialogflow/v2/intents/paths.rb +11 -11
- data/lib/google/cloud/dialogflow/v2/session_entity_types.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +121 -121
- data/lib/google/cloud/dialogflow/v2/session_entity_types/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/session_entity_types/paths.rb +14 -14
- data/lib/google/cloud/dialogflow/v2/sessions.rb +3 -3
- data/lib/google/cloud/dialogflow/v2/sessions/client.rb +77 -77
- data/lib/google/cloud/dialogflow/v2/sessions/credentials.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/sessions/paths.rb +22 -22
- data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/dialogflow/v2/agent.rb +69 -69
- data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +45 -44
- data/proto_docs/google/cloud/dialogflow/v2/context.rb +38 -38
- data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +86 -86
- data/proto_docs/google/cloud/dialogflow/v2/environment.rb +18 -18
- data/proto_docs/google/cloud/dialogflow/v2/intent.rb +250 -250
- data/proto_docs/google/cloud/dialogflow/v2/session.rb +106 -106
- data/proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb +35 -35
- data/proto_docs/google/cloud/dialogflow/v2/validation_result.rb +8 -8
- data/proto_docs/google/cloud/dialogflow/v2/webhook.rb +27 -27
- data/proto_docs/google/longrunning/operations.rb +30 -30
- data/proto_docs/google/protobuf/any.rb +4 -4
- data/proto_docs/google/protobuf/duration.rb +4 -4
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/field_mask.rb +3 -3
- data/proto_docs/google/protobuf/struct.rb +18 -18
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- data/proto_docs/google/rpc/status.rb +6 -6
- data/proto_docs/google/type/latlng.rb +4 -4
- metadata +2 -2
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
#
|
30
30
|
# Note: session entity types apply to all queries, regardless of the language.
|
31
31
|
# @!attribute [rw] name
|
32
|
-
# @return [String]
|
32
|
+
# @return [::String]
|
33
33
|
# Required. The unique identifier of this session entity type. Format:
|
34
34
|
# `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type
|
35
35
|
# Display Name>`, or `projects/<Project ID>/agent/environments/<Environment
|
@@ -41,16 +41,16 @@ module Google
|
|
41
41
|
# `<Entity Type Display Name>` must be the display name of an existing entity
|
42
42
|
# type in the same agent that will be overridden or supplemented.
|
43
43
|
# @!attribute [rw] entity_override_mode
|
44
|
-
# @return [Google::Cloud::Dialogflow::V2::SessionEntityType::EntityOverrideMode]
|
44
|
+
# @return [::Google::Cloud::Dialogflow::V2::SessionEntityType::EntityOverrideMode]
|
45
45
|
# Required. Indicates whether the additional data should override or
|
46
46
|
# supplement the custom entity type definition.
|
47
47
|
# @!attribute [rw] entities
|
48
|
-
# @return [Array
|
48
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity>]
|
49
49
|
# Required. The collection of entities associated with this session entity
|
50
50
|
# type.
|
51
51
|
class SessionEntityType
|
52
|
-
include Google::Protobuf::MessageExts
|
53
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
52
|
+
include ::Google::Protobuf::MessageExts
|
53
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
54
54
|
|
55
55
|
# The types of modifications for a session entity type.
|
56
56
|
module EntityOverrideMode
|
@@ -68,15 +68,15 @@ module Google
|
|
68
68
|
# `GetSessionEntityType`, `CreateSessionEntityType` and
|
69
69
|
# `UpdateSessionEntityType` only return the additional entities added in
|
70
70
|
# this session entity type. If you want to get the supplemented list,
|
71
|
-
# please call {Google::Cloud::Dialogflow::V2::EntityTypes::Client#get_entity_type EntityTypes.GetEntityType} on the custom entity type
|
71
|
+
# please call {::Google::Cloud::Dialogflow::V2::EntityTypes::Client#get_entity_type EntityTypes.GetEntityType} on the custom entity type
|
72
72
|
# and merge.
|
73
73
|
ENTITY_OVERRIDE_MODE_SUPPLEMENT = 2
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
# The request message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#list_session_entity_types SessionEntityTypes.ListSessionEntityTypes}.
|
77
|
+
# The request message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#list_session_entity_types SessionEntityTypes.ListSessionEntityTypes}.
|
78
78
|
# @!attribute [rw] parent
|
79
|
-
# @return [String]
|
79
|
+
# @return [::String]
|
80
80
|
# Required. The session to list all session entity types from.
|
81
81
|
# Format: `projects/<Project ID>/agent/sessions/<Session ID>` or
|
82
82
|
# `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
|
@@ -84,34 +84,34 @@ module Google
|
|
84
84
|
# If `Environment ID` is not specified, we assume default 'draft'
|
85
85
|
# environment. If `User ID` is not specified, we assume default '-' user.
|
86
86
|
# @!attribute [rw] page_size
|
87
|
-
# @return [Integer]
|
87
|
+
# @return [::Integer]
|
88
88
|
# Optional. The maximum number of items to return in a single page. By
|
89
89
|
# default 100 and at most 1000.
|
90
90
|
# @!attribute [rw] page_token
|
91
|
-
# @return [String]
|
91
|
+
# @return [::String]
|
92
92
|
# Optional. The next_page_token value returned from a previous list request.
|
93
93
|
class ListSessionEntityTypesRequest
|
94
|
-
include Google::Protobuf::MessageExts
|
95
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
94
|
+
include ::Google::Protobuf::MessageExts
|
95
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
96
96
|
end
|
97
97
|
|
98
|
-
# The response message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#list_session_entity_types SessionEntityTypes.ListSessionEntityTypes}.
|
98
|
+
# The response message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#list_session_entity_types SessionEntityTypes.ListSessionEntityTypes}.
|
99
99
|
# @!attribute [rw] session_entity_types
|
100
|
-
# @return [Array
|
100
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::SessionEntityType>]
|
101
101
|
# The list of session entity types. There will be a maximum number of items
|
102
102
|
# returned based on the page_size field in the request.
|
103
103
|
# @!attribute [rw] next_page_token
|
104
|
-
# @return [String]
|
104
|
+
# @return [::String]
|
105
105
|
# Token to retrieve the next page of results, or empty if there are no
|
106
106
|
# more results in the list.
|
107
107
|
class ListSessionEntityTypesResponse
|
108
|
-
include Google::Protobuf::MessageExts
|
109
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
108
|
+
include ::Google::Protobuf::MessageExts
|
109
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
110
110
|
end
|
111
111
|
|
112
|
-
# The request message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#get_session_entity_type SessionEntityTypes.GetSessionEntityType}.
|
112
|
+
# The request message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#get_session_entity_type SessionEntityTypes.GetSessionEntityType}.
|
113
113
|
# @!attribute [rw] name
|
114
|
-
# @return [String]
|
114
|
+
# @return [::String]
|
115
115
|
# Required. The name of the session entity type. Format:
|
116
116
|
# `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type
|
117
117
|
# Display Name>` or `projects/<Project ID>/agent/environments/<Environment
|
@@ -120,13 +120,13 @@ module Google
|
|
120
120
|
# If `Environment ID` is not specified, we assume default 'draft'
|
121
121
|
# environment. If `User ID` is not specified, we assume default '-' user.
|
122
122
|
class GetSessionEntityTypeRequest
|
123
|
-
include Google::Protobuf::MessageExts
|
124
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
123
|
+
include ::Google::Protobuf::MessageExts
|
124
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
125
125
|
end
|
126
126
|
|
127
|
-
# The request message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#create_session_entity_type SessionEntityTypes.CreateSessionEntityType}.
|
127
|
+
# The request message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#create_session_entity_type SessionEntityTypes.CreateSessionEntityType}.
|
128
128
|
# @!attribute [rw] parent
|
129
|
-
# @return [String]
|
129
|
+
# @return [::String]
|
130
130
|
# Required. The session to create a session entity type for.
|
131
131
|
# Format: `projects/<Project ID>/agent/sessions/<Session ID>` or
|
132
132
|
# `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
|
@@ -134,28 +134,28 @@ module Google
|
|
134
134
|
# If `Environment ID` is not specified, we assume default 'draft'
|
135
135
|
# environment. If `User ID` is not specified, we assume default '-' user.
|
136
136
|
# @!attribute [rw] session_entity_type
|
137
|
-
# @return [Google::Cloud::Dialogflow::V2::SessionEntityType]
|
137
|
+
# @return [::Google::Cloud::Dialogflow::V2::SessionEntityType]
|
138
138
|
# Required. The session entity type to create.
|
139
139
|
class CreateSessionEntityTypeRequest
|
140
|
-
include Google::Protobuf::MessageExts
|
141
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
140
|
+
include ::Google::Protobuf::MessageExts
|
141
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
142
142
|
end
|
143
143
|
|
144
|
-
# The request message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#update_session_entity_type SessionEntityTypes.UpdateSessionEntityType}.
|
144
|
+
# The request message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#update_session_entity_type SessionEntityTypes.UpdateSessionEntityType}.
|
145
145
|
# @!attribute [rw] session_entity_type
|
146
|
-
# @return [Google::Cloud::Dialogflow::V2::SessionEntityType]
|
146
|
+
# @return [::Google::Cloud::Dialogflow::V2::SessionEntityType]
|
147
147
|
# Required. The session entity type to update.
|
148
148
|
# @!attribute [rw] update_mask
|
149
|
-
# @return [Google::Protobuf::FieldMask]
|
149
|
+
# @return [::Google::Protobuf::FieldMask]
|
150
150
|
# Optional. The mask to control which fields get updated.
|
151
151
|
class UpdateSessionEntityTypeRequest
|
152
|
-
include Google::Protobuf::MessageExts
|
153
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
152
|
+
include ::Google::Protobuf::MessageExts
|
153
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
154
154
|
end
|
155
155
|
|
156
|
-
# The request message for {Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#delete_session_entity_type SessionEntityTypes.DeleteSessionEntityType}.
|
156
|
+
# The request message for {::Google::Cloud::Dialogflow::V2::SessionEntityTypes::Client#delete_session_entity_type SessionEntityTypes.DeleteSessionEntityType}.
|
157
157
|
# @!attribute [rw] name
|
158
|
-
# @return [String]
|
158
|
+
# @return [::String]
|
159
159
|
# Required. The name of the entity type to delete. Format:
|
160
160
|
# `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type
|
161
161
|
# Display Name>` or `projects/<Project ID>/agent/environments/<Environment
|
@@ -164,8 +164,8 @@ module Google
|
|
164
164
|
# If `Environment ID` is not specified, we assume default 'draft'
|
165
165
|
# environment. If `User ID` is not specified, we assume default '-' user.
|
166
166
|
class DeleteSessionEntityTypeRequest
|
167
|
-
include Google::Protobuf::MessageExts
|
168
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
167
|
+
include ::Google::Protobuf::MessageExts
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
169
169
|
end
|
170
170
|
end
|
171
171
|
end
|
@@ -23,10 +23,10 @@ module Google
|
|
23
23
|
module V2
|
24
24
|
# Represents a single validation error.
|
25
25
|
# @!attribute [rw] severity
|
26
|
-
# @return [Google::Cloud::Dialogflow::V2::ValidationError::Severity]
|
26
|
+
# @return [::Google::Cloud::Dialogflow::V2::ValidationError::Severity]
|
27
27
|
# The severity of the error.
|
28
28
|
# @!attribute [rw] entries
|
29
|
-
# @return [Array
|
29
|
+
# @return [::Array<::String>]
|
30
30
|
# The names of the entries that the error is associated with.
|
31
31
|
# Format:
|
32
32
|
#
|
@@ -42,11 +42,11 @@ module Google
|
|
42
42
|
# - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is
|
43
43
|
# associated with certain entities.
|
44
44
|
# @!attribute [rw] error_message
|
45
|
-
# @return [String]
|
45
|
+
# @return [::String]
|
46
46
|
# The detailed error messsage.
|
47
47
|
class ValidationError
|
48
|
-
include Google::Protobuf::MessageExts
|
49
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
48
|
+
include ::Google::Protobuf::MessageExts
|
49
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
50
50
|
|
51
51
|
# Represents a level of severity.
|
52
52
|
module Severity
|
@@ -69,11 +69,11 @@ module Google
|
|
69
69
|
|
70
70
|
# Represents the output of agent validation.
|
71
71
|
# @!attribute [rw] validation_errors
|
72
|
-
# @return [Array
|
72
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::ValidationError>]
|
73
73
|
# Contains all validation errors.
|
74
74
|
class ValidationResult
|
75
|
-
include Google::Protobuf::MessageExts
|
76
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
75
|
+
include ::Google::Protobuf::MessageExts
|
76
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
77
77
|
end
|
78
78
|
end
|
79
79
|
end
|
@@ -23,33 +23,33 @@ module Google
|
|
23
23
|
module V2
|
24
24
|
# The request message for a webhook call.
|
25
25
|
# @!attribute [rw] session
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# The unique identifier of detectIntent request session.
|
28
28
|
# Can be used to identify end-user inside webhook implementation.
|
29
29
|
# Format: `projects/<Project ID>/agent/sessions/<Session ID>`, or
|
30
30
|
# `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
|
31
31
|
# ID>/sessions/<Session ID>`.
|
32
32
|
# @!attribute [rw] response_id
|
33
|
-
# @return [String]
|
33
|
+
# @return [::String]
|
34
34
|
# The unique identifier of the response. Contains the same value as
|
35
35
|
# `[Streaming]DetectIntentResponse.response_id`.
|
36
36
|
# @!attribute [rw] query_result
|
37
|
-
# @return [Google::Cloud::Dialogflow::V2::QueryResult]
|
37
|
+
# @return [::Google::Cloud::Dialogflow::V2::QueryResult]
|
38
38
|
# The result of the conversational query or event processing. Contains the
|
39
39
|
# same value as `[Streaming]DetectIntentResponse.query_result`.
|
40
40
|
# @!attribute [rw] original_detect_intent_request
|
41
|
-
# @return [Google::Cloud::Dialogflow::V2::OriginalDetectIntentRequest]
|
41
|
+
# @return [::Google::Cloud::Dialogflow::V2::OriginalDetectIntentRequest]
|
42
42
|
# Optional. The contents of the original request that was passed to
|
43
43
|
# `[Streaming]DetectIntent` call.
|
44
44
|
class WebhookRequest
|
45
|
-
include Google::Protobuf::MessageExts
|
46
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
45
|
+
include ::Google::Protobuf::MessageExts
|
46
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
47
47
|
end
|
48
48
|
|
49
49
|
# The response message for a webhook call.
|
50
50
|
#
|
51
51
|
# This response is validated by the Dialogflow server. If validation fails,
|
52
|
-
# an error will be returned in the {Google::Cloud::Dialogflow::V2::QueryResult#diagnostic_info QueryResult.diagnostic_info} field.
|
52
|
+
# an error will be returned in the {::Google::Cloud::Dialogflow::V2::QueryResult#diagnostic_info QueryResult.diagnostic_info} field.
|
53
53
|
# Setting JSON fields to an empty value with the wrong type is a common error.
|
54
54
|
# To avoid this error:
|
55
55
|
#
|
@@ -61,28 +61,28 @@ module Google
|
|
61
61
|
# [Protocol Buffers Language
|
62
62
|
# Guide](https://developers.google.com/protocol-buffers/docs/proto3#json).
|
63
63
|
# @!attribute [rw] fulfillment_text
|
64
|
-
# @return [String]
|
64
|
+
# @return [::String]
|
65
65
|
# Optional. The text response message intended for the end-user.
|
66
66
|
# It is recommended to use `fulfillment_messages.text.text[0]` instead.
|
67
67
|
# When provided, Dialogflow uses this field to populate
|
68
|
-
# {Google::Cloud::Dialogflow::V2::QueryResult#fulfillment_text QueryResult.fulfillment_text} sent to the integration or API caller.
|
68
|
+
# {::Google::Cloud::Dialogflow::V2::QueryResult#fulfillment_text QueryResult.fulfillment_text} sent to the integration or API caller.
|
69
69
|
# @!attribute [rw] fulfillment_messages
|
70
|
-
# @return [Array
|
70
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::Intent::Message>]
|
71
71
|
# Optional. The rich response messages intended for the end-user.
|
72
72
|
# When provided, Dialogflow uses this field to populate
|
73
|
-
# {Google::Cloud::Dialogflow::V2::QueryResult#fulfillment_messages QueryResult.fulfillment_messages} sent to the integration or API caller.
|
73
|
+
# {::Google::Cloud::Dialogflow::V2::QueryResult#fulfillment_messages QueryResult.fulfillment_messages} sent to the integration or API caller.
|
74
74
|
# @!attribute [rw] source
|
75
|
-
# @return [String]
|
75
|
+
# @return [::String]
|
76
76
|
# Optional. A custom field used to identify the webhook source.
|
77
77
|
# Arbitrary strings are supported.
|
78
78
|
# When provided, Dialogflow uses this field to populate
|
79
|
-
# {Google::Cloud::Dialogflow::V2::QueryResult#webhook_source QueryResult.webhook_source} sent to the integration or API caller.
|
79
|
+
# {::Google::Cloud::Dialogflow::V2::QueryResult#webhook_source QueryResult.webhook_source} sent to the integration or API caller.
|
80
80
|
# @!attribute [rw] payload
|
81
|
-
# @return [Google::Protobuf::Struct]
|
81
|
+
# @return [::Google::Protobuf::Struct]
|
82
82
|
# Optional. This field can be used to pass custom data from your webhook to the
|
83
83
|
# integration or API caller. Arbitrary JSON objects are supported.
|
84
84
|
# When provided, Dialogflow uses this field to populate
|
85
|
-
# {Google::Cloud::Dialogflow::V2::QueryResult#webhook_payload QueryResult.webhook_payload} sent to the integration or API caller.
|
85
|
+
# {::Google::Cloud::Dialogflow::V2::QueryResult#webhook_payload QueryResult.webhook_payload} sent to the integration or API caller.
|
86
86
|
# This field is also used by the
|
87
87
|
# [Google Assistant
|
88
88
|
# integration](https://cloud.google.com/dialogflow/docs/integrations/aog)
|
@@ -90,40 +90,40 @@ module Google
|
|
90
90
|
# See the format definition at [Google Assistant Dialogflow webhook
|
91
91
|
# format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
|
92
92
|
# @!attribute [rw] output_contexts
|
93
|
-
# @return [Array
|
93
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::Context>]
|
94
94
|
# Optional. The collection of output contexts that will overwrite currently
|
95
95
|
# active contexts for the session and reset their lifespans.
|
96
96
|
# When provided, Dialogflow uses this field to populate
|
97
|
-
# {Google::Cloud::Dialogflow::V2::QueryResult#output_contexts QueryResult.output_contexts} sent to the integration or API caller.
|
97
|
+
# {::Google::Cloud::Dialogflow::V2::QueryResult#output_contexts QueryResult.output_contexts} sent to the integration or API caller.
|
98
98
|
# @!attribute [rw] followup_event_input
|
99
|
-
# @return [Google::Cloud::Dialogflow::V2::EventInput]
|
99
|
+
# @return [::Google::Cloud::Dialogflow::V2::EventInput]
|
100
100
|
# Optional. Invokes the supplied events.
|
101
101
|
# When this field is set, Dialogflow ignores the `fulfillment_text`,
|
102
102
|
# `fulfillment_messages`, and `payload` fields.
|
103
103
|
# @!attribute [rw] session_entity_types
|
104
|
-
# @return [Array
|
104
|
+
# @return [::Array<::Google::Cloud::Dialogflow::V2::SessionEntityType>]
|
105
105
|
# Optional. Additional session entity types to replace or extend developer
|
106
106
|
# entity types with. The entity synonyms apply to all languages and persist
|
107
107
|
# for the session. Setting this data from a webhook overwrites
|
108
108
|
# the session entity types that have been set using `detectIntent`,
|
109
|
-
# `streamingDetectIntent` or {Google::Cloud::Dialogflow::V2::SessionEntityType SessionEntityType} management methods.
|
109
|
+
# `streamingDetectIntent` or {::Google::Cloud::Dialogflow::V2::SessionEntityType SessionEntityType} management methods.
|
110
110
|
class WebhookResponse
|
111
|
-
include Google::Protobuf::MessageExts
|
112
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
111
|
+
include ::Google::Protobuf::MessageExts
|
112
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
113
113
|
end
|
114
114
|
|
115
115
|
# Represents the contents of the original request that was passed to
|
116
116
|
# the `[Streaming]DetectIntent` call.
|
117
117
|
# @!attribute [rw] source
|
118
|
-
# @return [String]
|
118
|
+
# @return [::String]
|
119
119
|
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
120
120
|
# by Dialogflow-owned servers.
|
121
121
|
# @!attribute [rw] version
|
122
|
-
# @return [String]
|
122
|
+
# @return [::String]
|
123
123
|
# Optional. The version of the protocol used for this request.
|
124
124
|
# This field is AoG-specific.
|
125
125
|
# @!attribute [rw] payload
|
126
|
-
# @return [Google::Protobuf::Struct]
|
126
|
+
# @return [::Google::Protobuf::Struct]
|
127
127
|
# Optional. This field is set to the value of the `QueryParameters.payload`
|
128
128
|
# field passed in the request. Some integrations that query a Dialogflow
|
129
129
|
# agent may provide additional information in the payload.
|
@@ -139,8 +139,8 @@ module Google
|
|
139
139
|
# Edition agents and populated with the caller ID in [E.164
|
140
140
|
# format](https://en.wikipedia.org/wiki/E.164) for Enterprise Edition agents.
|
141
141
|
class OriginalDetectIntentRequest
|
142
|
-
include Google::Protobuf::MessageExts
|
143
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
142
|
+
include ::Google::Protobuf::MessageExts
|
143
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
144
144
|
end
|
145
145
|
end
|
146
146
|
end
|
@@ -22,26 +22,26 @@ module Google
|
|
22
22
|
# This resource represents a long-running operation that is the result of a
|
23
23
|
# network API call.
|
24
24
|
# @!attribute [rw] name
|
25
|
-
# @return [String]
|
25
|
+
# @return [::String]
|
26
26
|
# The server-assigned name, which is only unique within the same service that
|
27
27
|
# originally returns it. If you use the default HTTP mapping, the
|
28
28
|
# `name` should have the format of `operations/some/unique/name`.
|
29
29
|
# @!attribute [rw] metadata
|
30
|
-
# @return [Google::Protobuf::Any]
|
30
|
+
# @return [::Google::Protobuf::Any]
|
31
31
|
# Service-specific metadata associated with the operation. It typically
|
32
32
|
# contains progress information and common metadata such as create time.
|
33
33
|
# Some services might not provide such metadata. Any method that returns a
|
34
34
|
# long-running operation should document the metadata type, if any.
|
35
35
|
# @!attribute [rw] done
|
36
|
-
# @return [Boolean]
|
36
|
+
# @return [::Boolean]
|
37
37
|
# If the value is `false`, it means the operation is still in progress.
|
38
38
|
# If true, the operation is completed, and either `error` or `response` is
|
39
39
|
# available.
|
40
40
|
# @!attribute [rw] error
|
41
|
-
# @return [Google::Rpc::Status]
|
41
|
+
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
43
|
# @!attribute [rw] response
|
44
|
-
# @return [Google::Protobuf::Any]
|
44
|
+
# @return [::Google::Protobuf::Any]
|
45
45
|
# The normal response of the operation in case of success. If the original
|
46
46
|
# method returns no data on success, such as `Delete`, the response is
|
47
47
|
# `google.protobuf.Empty`. If the original method is standard
|
@@ -51,65 +51,65 @@ module Google
|
|
51
51
|
# is `TakeSnapshot()`, the inferred response type is
|
52
52
|
# `TakeSnapshotResponse`.
|
53
53
|
class Operation
|
54
|
-
include Google::Protobuf::MessageExts
|
55
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
54
|
+
include ::Google::Protobuf::MessageExts
|
55
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
56
56
|
end
|
57
57
|
|
58
58
|
# The request message for Operations.GetOperation.
|
59
59
|
# @!attribute [rw] name
|
60
|
-
# @return [String]
|
60
|
+
# @return [::String]
|
61
61
|
# The name of the operation resource.
|
62
62
|
class GetOperationRequest
|
63
|
-
include Google::Protobuf::MessageExts
|
64
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
63
|
+
include ::Google::Protobuf::MessageExts
|
64
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
65
65
|
end
|
66
66
|
|
67
67
|
# The request message for Operations.ListOperations.
|
68
68
|
# @!attribute [rw] name
|
69
|
-
# @return [String]
|
69
|
+
# @return [::String]
|
70
70
|
# The name of the operation collection.
|
71
71
|
# @!attribute [rw] filter
|
72
|
-
# @return [String]
|
72
|
+
# @return [::String]
|
73
73
|
# The standard list filter.
|
74
74
|
# @!attribute [rw] page_size
|
75
|
-
# @return [Integer]
|
75
|
+
# @return [::Integer]
|
76
76
|
# The standard list page size.
|
77
77
|
# @!attribute [rw] page_token
|
78
|
-
# @return [String]
|
78
|
+
# @return [::String]
|
79
79
|
# The standard list page token.
|
80
80
|
class ListOperationsRequest
|
81
|
-
include Google::Protobuf::MessageExts
|
82
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
81
|
+
include ::Google::Protobuf::MessageExts
|
82
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
83
83
|
end
|
84
84
|
|
85
85
|
# The response message for Operations.ListOperations.
|
86
86
|
# @!attribute [rw] operations
|
87
|
-
# @return [Array
|
87
|
+
# @return [::Array<::Google::Longrunning::Operation>]
|
88
88
|
# A list of operations that matches the specified filter in the request.
|
89
89
|
# @!attribute [rw] next_page_token
|
90
|
-
# @return [String]
|
90
|
+
# @return [::String]
|
91
91
|
# The standard List next-page token.
|
92
92
|
class ListOperationsResponse
|
93
|
-
include Google::Protobuf::MessageExts
|
94
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
93
|
+
include ::Google::Protobuf::MessageExts
|
94
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
95
95
|
end
|
96
96
|
|
97
97
|
# The request message for Operations.CancelOperation.
|
98
98
|
# @!attribute [rw] name
|
99
|
-
# @return [String]
|
99
|
+
# @return [::String]
|
100
100
|
# The name of the operation resource to be cancelled.
|
101
101
|
class CancelOperationRequest
|
102
|
-
include Google::Protobuf::MessageExts
|
103
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
102
|
+
include ::Google::Protobuf::MessageExts
|
103
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
104
104
|
end
|
105
105
|
|
106
106
|
# The request message for Operations.DeleteOperation.
|
107
107
|
# @!attribute [rw] name
|
108
|
-
# @return [String]
|
108
|
+
# @return [::String]
|
109
109
|
# The name of the operation resource to be deleted.
|
110
110
|
class DeleteOperationRequest
|
111
|
-
include Google::Protobuf::MessageExts
|
112
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
111
|
+
include ::Google::Protobuf::MessageExts
|
112
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
113
113
|
end
|
114
114
|
|
115
115
|
# A message representing the message types used by a long-running operation.
|
@@ -124,7 +124,7 @@ module Google
|
|
124
124
|
# };
|
125
125
|
# }
|
126
126
|
# @!attribute [rw] response_type
|
127
|
-
# @return [String]
|
127
|
+
# @return [::String]
|
128
128
|
# Required. The message name of the primary return type for this
|
129
129
|
# long-running operation.
|
130
130
|
# This type will be used to deserialize the LRO's response.
|
@@ -134,7 +134,7 @@ module Google
|
|
134
134
|
#
|
135
135
|
# Note: Altering this value constitutes a breaking change.
|
136
136
|
# @!attribute [rw] metadata_type
|
137
|
-
# @return [String]
|
137
|
+
# @return [::String]
|
138
138
|
# Required. The message name of the metadata type for this long-running
|
139
139
|
# operation.
|
140
140
|
#
|
@@ -143,8 +143,8 @@ module Google
|
|
143
143
|
#
|
144
144
|
# Note: Altering this value constitutes a breaking change.
|
145
145
|
class OperationInfo
|
146
|
-
include Google::Protobuf::MessageExts
|
147
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
146
|
+
include ::Google::Protobuf::MessageExts
|
147
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
148
148
|
end
|
149
149
|
end
|
150
150
|
end
|