Home
last modified time | relevance | path

Searched refs:webhook (Results 1 – 25 of 93) sorted by relevance

1234

/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DWebhookName.java39 private final String webhook; field in WebhookName
46 webhook = null; in WebhookName()
53 webhook = Preconditions.checkNotNull(builder.getWebhook()); in WebhookName()
69 return webhook; in getWebhook()
80 public static WebhookName of(String project, String location, String agent, String webhook) { in of() argument
85 .setWebhook(webhook) in of()
89 public static String format(String project, String location, String agent, String webhook) { in format() argument
94 .setWebhook(webhook) in format()
152 if (webhook != null) { in getFieldValuesMap()
153 fieldMapBuilder.put("webhook", webhook); in getFieldValuesMap()
[all …]
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DWebhookName.java39 private final String webhook; field in WebhookName
46 webhook = null; in WebhookName()
53 webhook = Preconditions.checkNotNull(builder.getWebhook()); in WebhookName()
69 return webhook; in getWebhook()
80 public static WebhookName of(String project, String location, String agent, String webhook) { in of() argument
85 .setWebhook(webhook) in of()
89 public static String format(String project, String location, String agent, String webhook) { in format() argument
94 .setWebhook(webhook) in format()
152 if (webhook != null) { in getFieldValuesMap()
153 fieldMapBuilder.put("webhook", webhook); in getFieldValuesMap()
[all …]
/external/googleapis/google/cloud/dialogflow/cx/v3/
Dwebhook.proto57 // Retrieves the specified webhook.
65 // Creates a webhook in the specified agent.
69 body: "webhook"
71 option (google.api.method_signature) = "parent,webhook";
74 // Updates the specified webhook.
77 patch: "/v3/{webhook.name=projects/*/locations/*/agents/*/webhooks/*}"
78 body: "webhook"
80 option (google.api.method_signature) = "webhook,update_mask";
83 // Deletes the specified webhook.
99 pattern: "projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}"
[all …]
Dfulfillment.proto37 // * Call the webhook.
47 // call the webhook (for example, to load user data from a database), or both.
96 // The webhook to call.
99 string webhook = 2 [(google.api.resource_reference) = { field
104 // messages in streaming APIs. If a webhook is specified, it happens before
105 // Dialogflow invokes webhook.
116 // `fulfillmentInfo.tag` field by Dialogflow when the associated webhook is
118 // The tag is typically used by the webhook service to identify which
120 // This field is required if `webhook` is specified.
123 // Set parameter values before executing the webhook.
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
Dwebhook.proto57 // Retrieves the specified webhook.
65 // Creates a webhook in the specified agent.
69 body: "webhook"
71 option (google.api.method_signature) = "parent,webhook";
74 // Updates the specified webhook.
77 patch: "/v3beta1/{webhook.name=projects/*/locations/*/agents/*/webhooks/*}"
78 body: "webhook"
80 option (google.api.method_signature) = "webhook,update_mask";
83 // Deletes the specified webhook.
99 pattern: "projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}"
[all …]
Dfulfillment.proto37 // * Call the webhook.
49 // call the webhook (for example, to load user data from a database), or both.
98 // The webhook to call.
101 string webhook = 2 [(google.api.resource_reference) = { field
106 // messages in streaming APIs. If a webhook is specified, it happens before
107 // Dialogflow invokes webhook.
118 // `fulfillmentInfo.tag` field by Dialogflow when the associated webhook is
120 // The tag is typically used by the webhook service to identify which
122 // This field is required if `webhook` is specified.
125 // Set parameter values before executing the webhook.
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/
Dwebhook.proto57 // Retrieves the specified webhook.
65 // Creates a webhook in the specified agent.
69 body: "webhook"
71 option (google.api.method_signature) = "parent,webhook";
74 // Updates the specified webhook.
77 patch: "/v3beta1/{webhook.name=projects/*/locations/*/agents/*/webhooks/*}"
78 body: "webhook"
80 option (google.api.method_signature) = "webhook,update_mask";
83 // Deletes the specified webhook.
99 pattern: "projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}"
[all …]
Dfulfillment.proto36 // * Call the webhook.
48 // call the webhook (for example, to load user data from a database), or both.
97 // The webhook to call.
100 string webhook = 2 [(google.api.resource_reference) = { field
105 // messages in streaming APIs. If a webhook is specified, it happens before
106 // Dialogflow invokes webhook.
117 // `fulfillmentInfo.tag` field by Dialogflow when the associated webhook is
119 // The tag is typically used by the webhook service to identify which
121 // This field is required if `webhook` is specified.
124 // Set parameter values before executing the webhook.
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/
Dwebhook.proto57 // Retrieves the specified webhook.
65 // Creates a webhook in the specified agent.
69 body: "webhook"
71 option (google.api.method_signature) = "parent,webhook";
74 // Updates the specified webhook.
77 patch: "/v3/{webhook.name=projects/*/locations/*/agents/*/webhooks/*}"
78 body: "webhook"
80 option (google.api.method_signature) = "webhook,update_mask";
83 // Deletes the specified webhook.
99 pattern: "projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}"
[all …]
Dfulfillment.proto36 // * Call the webhook.
46 // call the webhook (for example, to load user data from a database), or both.
95 // The webhook to call.
98 string webhook = 2 [(google.api.resource_reference) = { field
103 // messages in streaming APIs. If a webhook is specified, it happens before
104 // Dialogflow invokes webhook.
115 // `fulfillmentInfo.tag` field by Dialogflow when the associated webhook is
117 // The tag is typically used by the webhook service to identify which
119 // This field is required if `webhook` is specified.
122 // Set parameter values before executing the webhook.
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/
DWebhooksClientTest.java276 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest() local
278 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest()
286 Assert.assertEquals(webhook, actualRequest.getWebhook()); in createWebhookTest()
300 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest() local
301 client.createWebhook(parent, webhook); in createWebhookExceptionTest()
320 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest2() local
322 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest2()
330 Assert.assertEquals(webhook, actualRequest.getWebhook()); in createWebhookTest2()
344 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest2() local
345 client.createWebhook(parent, webhook); in createWebhookExceptionTest2()
[all …]
DWebhooksClientHttpJsonTest.java295 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest() local
297 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest()
324 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest() local
325 client.createWebhook(parent, webhook); in createWebhookExceptionTest()
344 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest2() local
346 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest2()
373 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest2() local
374 client.createWebhook(parent, webhook); in createWebhookExceptionTest2()
392 Webhook webhook = in updateWebhookTest() local
401 Webhook actualResponse = client.updateWebhook(webhook, updateMask); in updateWebhookTest()
[all …]
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/
DWebhooksClientTest.java276 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest() local
278 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest()
286 Assert.assertEquals(webhook, actualRequest.getWebhook()); in createWebhookTest()
300 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest() local
301 client.createWebhook(parent, webhook); in createWebhookExceptionTest()
320 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest2() local
322 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest2()
330 Assert.assertEquals(webhook, actualRequest.getWebhook()); in createWebhookTest2()
344 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest2() local
345 client.createWebhook(parent, webhook); in createWebhookExceptionTest2()
[all …]
DWebhooksClientHttpJsonTest.java295 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest() local
297 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest()
324 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest() local
325 client.createWebhook(parent, webhook); in createWebhookExceptionTest()
344 Webhook webhook = Webhook.newBuilder().build(); in createWebhookTest2() local
346 Webhook actualResponse = client.createWebhook(parent, webhook); in createWebhookTest2()
373 Webhook webhook = Webhook.newBuilder().build(); in createWebhookExceptionTest2() local
374 client.createWebhook(parent, webhook); in createWebhookExceptionTest2()
392 Webhook webhook = in updateWebhookTest() local
401 Webhook actualResponse = client.updateWebhook(webhook, updateMask); in updateWebhookTest()
[all …]
/external/googleapis/google/cloud/dialogflow/v2/
Dwebhook.proto33 // The request message for a webhook call.
36 // Can be used to identify end-user inside webhook implementation.
55 // The response message for a webhook call.
84 // Optional. A custom field used to identify the webhook source.
91 // Optional. This field can be used to pass custom data from your webhook to
99 // See the format definition at [Google Assistant Dialogflow webhook
100 // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
117 // for the session. Setting this data from a webhook overwrites
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/
Dwebhook.proto33 // The request message for a webhook call.
36 // Can be used to identify end-user inside webhook implementation.
55 // The response message for a webhook call.
84 // Optional. A custom field used to identify the webhook source.
91 // Optional. This field can be used to pass custom data from your webhook to
99 // See the format definition at [Google Assistant Dialogflow webhook
100 // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
117 // for the session. Setting this data from a webhook overwrites
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/
DSyncUpdateWebhookWebhookFieldmask.java37 Webhook webhook = Webhook.newBuilder().build(); in syncUpdateWebhookWebhookFieldmask() local
39 Webhook response = webhooksClient.updateWebhook(webhook, updateMask); in syncUpdateWebhookWebhookFieldmask()
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/
DSyncUpdateWebhookWebhookFieldmask.java37 Webhook webhook = Webhook.newBuilder().build(); in syncUpdateWebhookWebhookFieldmask() local
39 Webhook response = webhooksClient.updateWebhook(webhook, updateMask); in syncUpdateWebhookWebhookFieldmask()
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/
DSyncCreateWebhookAgentnameWebhook.java38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookAgentnameWebhook() local
39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookAgentnameWebhook()
DSyncCreateWebhookStringWebhook.java38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookStringWebhook() local
39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookStringWebhook()
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/
DSyncCreateWebhookAgentnameWebhook.java38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookAgentnameWebhook() local
39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookAgentnameWebhook()
DSyncCreateWebhookStringWebhook.java38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookStringWebhook() local
39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookStringWebhook()
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/
Dwebhook.proto33 // The request message for a webhook call.
36 // Can be used to identify end-user inside webhook implementation.
64 // The response message for a webhook call.
93 // Optional. A custom field used to identify the webhook source.
100 // Optional. This field can be used to pass custom data from your webhook to
108 // See the format definition at [Google Assistant Dialogflow webhook
109 // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
137 // for the session. Setting this data from a webhook overwrites
/external/googleapis/google/cloud/dialogflow/v2beta1/
Dwebhook.proto33 // The request message for a webhook call.
36 // Can be used to identify end-user inside webhook implementation.
64 // The response message for a webhook call.
93 // Optional. A custom field used to identify the webhook source.
100 // Optional. This field can be used to pass custom data from your webhook to
108 // See the format definition at [Google Assistant Dialogflow webhook
109 // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
137 // for the session. Setting this data from a webhook overwrites
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/
DWebhooksClient.java474 public final Webhook createWebhook(AgentName parent, Webhook webhook) { in createWebhook() argument
478 .setWebhook(webhook) in createWebhook()
507 public final Webhook createWebhook(String parent, Webhook webhook) { in createWebhook() argument
509 CreateWebhookRequest.newBuilder().setParent(parent).setWebhook(webhook).build(); in createWebhook()
594 public final Webhook updateWebhook(Webhook webhook, FieldMask updateMask) { in updateWebhook() argument
596 UpdateWebhookRequest.newBuilder().setWebhook(webhook).setUpdateMask(updateMask).build(); in updateWebhook()

1234