Class WebhookRequest.FulfillmentInfo.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookRequest.FulfillmentInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookRequest.FulfillmentInfo.Builder>
      • getDefaultInstanceForType

        public WebhookRequest.FulfillmentInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public WebhookRequest.FulfillmentInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public WebhookRequest.FulfillmentInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WebhookRequest.FulfillmentInfo.Builder>
      • getTag

        public String getTag()
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3.Fulfillment.tag] field
         will be populated in this field by Dialogflow when the associated webhook
         is called. The tag is typically used by the webhook service to identify
         which fulfillment is being called, but it could be used for other
         purposes.
         
        string tag = 1;
        Specified by:
        getTag in interface WebhookRequest.FulfillmentInfoOrBuilder
        Returns:
        The tag.
      • getTagBytes

        public com.google.protobuf.ByteString getTagBytes()
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3.Fulfillment.tag] field
         will be populated in this field by Dialogflow when the associated webhook
         is called. The tag is typically used by the webhook service to identify
         which fulfillment is being called, but it could be used for other
         purposes.
         
        string tag = 1;
        Specified by:
        getTagBytes in interface WebhookRequest.FulfillmentInfoOrBuilder
        Returns:
        The bytes for tag.
      • setTag

        public WebhookRequest.FulfillmentInfo.Builder setTag​(String value)
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3.Fulfillment.tag] field
         will be populated in this field by Dialogflow when the associated webhook
         is called. The tag is typically used by the webhook service to identify
         which fulfillment is being called, but it could be used for other
         purposes.
         
        string tag = 1;
        Parameters:
        value - The tag to set.
        Returns:
        This builder for chaining.
      • clearTag

        public WebhookRequest.FulfillmentInfo.Builder clearTag()
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3.Fulfillment.tag] field
         will be populated in this field by Dialogflow when the associated webhook
         is called. The tag is typically used by the webhook service to identify
         which fulfillment is being called, but it could be used for other
         purposes.
         
        string tag = 1;
        Returns:
        This builder for chaining.
      • setTagBytes

        public WebhookRequest.FulfillmentInfo.Builder setTagBytes​(com.google.protobuf.ByteString value)
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3.Fulfillment.tag] field
         will be populated in this field by Dialogflow when the associated webhook
         is called. The tag is typically used by the webhook service to identify
         which fulfillment is being called, but it could be used for other
         purposes.
         
        string tag = 1;
        Parameters:
        value - The bytes for tag to set.
        Returns:
        This builder for chaining.