public static final class WebhookResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder> implements WebhookResponseOrBuilder
The response message for a webhook call.Protobuf type
google.cloud.dialogflow.cx.v3.WebhookResponse| Modifier and Type | Method and Description |
|---|---|
WebhookResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebhookResponse |
build() |
WebhookResponse |
buildPartial() |
WebhookResponse.Builder |
clear() |
WebhookResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WebhookResponse.Builder |
clearFulfillmentResponse()
The fulfillment response to send to the user.
|
WebhookResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WebhookResponse.Builder |
clearPageInfo()
Information about page status.
|
WebhookResponse.Builder |
clearPayload()
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
WebhookResponse.Builder |
clearSessionInfo()
Information about session status.
|
WebhookResponse.Builder |
clearTargetFlow()
The target flow to transition to.
|
WebhookResponse.Builder |
clearTargetPage()
The target page to transition to.
|
WebhookResponse.Builder |
clearTransition() |
WebhookResponse.Builder |
clone() |
WebhookResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WebhookResponse.FulfillmentResponse |
getFulfillmentResponse()
The fulfillment response to send to the user.
|
WebhookResponse.FulfillmentResponse.Builder |
getFulfillmentResponseBuilder()
The fulfillment response to send to the user.
|
WebhookResponse.FulfillmentResponseOrBuilder |
getFulfillmentResponseOrBuilder()
The fulfillment response to send to the user.
|
PageInfo |
getPageInfo()
Information about page status.
|
PageInfo.Builder |
getPageInfoBuilder()
Information about page status.
|
PageInfoOrBuilder |
getPageInfoOrBuilder()
Information about page status.
|
com.google.protobuf.Struct |
getPayload()
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
com.google.protobuf.Struct.Builder |
getPayloadBuilder()
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
com.google.protobuf.StructOrBuilder |
getPayloadOrBuilder()
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
SessionInfo |
getSessionInfo()
Information about session status.
|
SessionInfo.Builder |
getSessionInfoBuilder()
Information about session status.
|
SessionInfoOrBuilder |
getSessionInfoOrBuilder()
Information about session status.
|
String |
getTargetFlow()
The target flow to transition to.
|
com.google.protobuf.ByteString |
getTargetFlowBytes()
The target flow to transition to.
|
String |
getTargetPage()
The target page to transition to.
|
com.google.protobuf.ByteString |
getTargetPageBytes()
The target page to transition to.
|
WebhookResponse.TransitionCase |
getTransitionCase() |
boolean |
hasFulfillmentResponse()
The fulfillment response to send to the user.
|
boolean |
hasPageInfo()
Information about page status.
|
boolean |
hasPayload()
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
boolean |
hasSessionInfo()
Information about session status.
|
boolean |
hasTargetFlow()
The target flow to transition to.
|
boolean |
hasTargetPage()
The target page to transition to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WebhookResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WebhookResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
WebhookResponse.Builder |
mergeFrom(WebhookResponse other) |
WebhookResponse.Builder |
mergeFulfillmentResponse(WebhookResponse.FulfillmentResponse value)
The fulfillment response to send to the user.
|
WebhookResponse.Builder |
mergePageInfo(PageInfo value)
Information about page status.
|
WebhookResponse.Builder |
mergePayload(com.google.protobuf.Struct value)
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
WebhookResponse.Builder |
mergeSessionInfo(SessionInfo value)
Information about session status.
|
WebhookResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebhookResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebhookResponse.Builder |
setFulfillmentResponse(WebhookResponse.FulfillmentResponse.Builder builderForValue)
The fulfillment response to send to the user.
|
WebhookResponse.Builder |
setFulfillmentResponse(WebhookResponse.FulfillmentResponse value)
The fulfillment response to send to the user.
|
WebhookResponse.Builder |
setPageInfo(PageInfo.Builder builderForValue)
Information about page status.
|
WebhookResponse.Builder |
setPageInfo(PageInfo value)
Information about page status.
|
WebhookResponse.Builder |
setPayload(com.google.protobuf.Struct.Builder builderForValue)
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
WebhookResponse.Builder |
setPayload(com.google.protobuf.Struct value)
Value to append directly to
[QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
|
WebhookResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WebhookResponse.Builder |
setSessionInfo(SessionInfo.Builder builderForValue)
Information about session status.
|
WebhookResponse.Builder |
setSessionInfo(SessionInfo value)
Information about session status.
|
WebhookResponse.Builder |
setTargetFlow(String value)
The target flow to transition to.
|
WebhookResponse.Builder |
setTargetFlowBytes(com.google.protobuf.ByteString value)
The target flow to transition to.
|
WebhookResponse.Builder |
setTargetPage(String value)
The target page to transition to.
|
WebhookResponse.Builder |
setTargetPageBytes(com.google.protobuf.ByteString value)
The target page to transition to.
|
WebhookResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WebhookResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WebhookResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WebhookResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebhookResponse.Builder>public WebhookResponse.Builder mergeFrom(WebhookResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public WebhookResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebhookResponse.Builder>IOExceptionpublic WebhookResponse.TransitionCase getTransitionCase()
getTransitionCase in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder clearTransition()
public boolean hasFulfillmentResponse()
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
hasFulfillmentResponse in interface WebhookResponseOrBuilderpublic WebhookResponse.FulfillmentResponse getFulfillmentResponse()
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
getFulfillmentResponse in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setFulfillmentResponse(WebhookResponse.FulfillmentResponse value)
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
public WebhookResponse.Builder setFulfillmentResponse(WebhookResponse.FulfillmentResponse.Builder builderForValue)
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
public WebhookResponse.Builder mergeFulfillmentResponse(WebhookResponse.FulfillmentResponse value)
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
public WebhookResponse.Builder clearFulfillmentResponse()
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
public WebhookResponse.FulfillmentResponse.Builder getFulfillmentResponseBuilder()
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
public WebhookResponse.FulfillmentResponseOrBuilder getFulfillmentResponseOrBuilder()
The fulfillment response to send to the user. This field can be omitted by the webhook if it does not intend to send any response to the user.
.google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse fulfillment_response = 1;
getFulfillmentResponseOrBuilder in interface WebhookResponseOrBuilderpublic boolean hasPageInfo()
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;hasPageInfo in interface WebhookResponseOrBuilderpublic PageInfo getPageInfo()
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;getPageInfo in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setPageInfo(PageInfo value)
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;public WebhookResponse.Builder setPageInfo(PageInfo.Builder builderForValue)
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;public WebhookResponse.Builder mergePageInfo(PageInfo value)
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;public WebhookResponse.Builder clearPageInfo()
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;public PageInfo.Builder getPageInfoBuilder()
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;public PageInfoOrBuilder getPageInfoOrBuilder()
Information about page status. This field can be omitted by the webhook if it does not intend to modify page status.
.google.cloud.dialogflow.cx.v3.PageInfo page_info = 2;getPageInfoOrBuilder in interface WebhookResponseOrBuilderpublic boolean hasSessionInfo()
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;hasSessionInfo in interface WebhookResponseOrBuilderpublic SessionInfo getSessionInfo()
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;getSessionInfo in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setSessionInfo(SessionInfo value)
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;public WebhookResponse.Builder setSessionInfo(SessionInfo.Builder builderForValue)
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;public WebhookResponse.Builder mergeSessionInfo(SessionInfo value)
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;public WebhookResponse.Builder clearSessionInfo()
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;public SessionInfo.Builder getSessionInfoBuilder()
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;public SessionInfoOrBuilder getSessionInfoOrBuilder()
Information about session status. This field can be omitted by the webhook if it does not intend to modify session status.
.google.cloud.dialogflow.cx.v3.SessionInfo session_info = 3;getSessionInfoOrBuilder in interface WebhookResponseOrBuilderpublic boolean hasPayload()
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;hasPayload in interface WebhookResponseOrBuilderpublic com.google.protobuf.Struct getPayload()
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;getPayload in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setPayload(com.google.protobuf.Struct value)
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;public WebhookResponse.Builder setPayload(com.google.protobuf.Struct.Builder builderForValue)
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;public WebhookResponse.Builder mergePayload(com.google.protobuf.Struct value)
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;public WebhookResponse.Builder clearPayload()
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;public com.google.protobuf.Struct.Builder getPayloadBuilder()
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;public com.google.protobuf.StructOrBuilder getPayloadOrBuilder()
Value to append directly to [QueryResult.webhook_payloads][google.cloud.dialogflow.cx.v3.QueryResult.webhook_payloads].
.google.protobuf.Struct payload = 4;getPayloadOrBuilder in interface WebhookResponseOrBuilderpublic boolean hasTargetPage()
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }hasTargetPage in interface WebhookResponseOrBuilderpublic String getTargetPage()
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }getTargetPage in interface WebhookResponseOrBuilderpublic com.google.protobuf.ByteString getTargetPageBytes()
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }getTargetPageBytes in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setTargetPage(String value)
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }value - The targetPage to set.public WebhookResponse.Builder clearTargetPage()
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }public WebhookResponse.Builder setTargetPageBytes(com.google.protobuf.ByteString value)
The target page to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
string target_page = 5 [(.google.api.resource_reference) = { ... }value - The bytes for targetPage to set.public boolean hasTargetFlow()
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }hasTargetFlow in interface WebhookResponseOrBuilderpublic String getTargetFlow()
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }getTargetFlow in interface WebhookResponseOrBuilderpublic com.google.protobuf.ByteString getTargetFlowBytes()
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }getTargetFlowBytes in interface WebhookResponseOrBuilderpublic WebhookResponse.Builder setTargetFlow(String value)
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }value - The targetFlow to set.public WebhookResponse.Builder clearTargetFlow()
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }public WebhookResponse.Builder setTargetFlowBytes(com.google.protobuf.ByteString value)
The target flow to transition to. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
string target_flow = 6 [(.google.api.resource_reference) = { ... }value - The bytes for targetFlow to set.public final WebhookResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>public final WebhookResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.