Class Fulfillment

  • All Implemented Interfaces:
    FulfillmentOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Fulfillment
    extends com.google.protobuf.GeneratedMessageV3
    implements FulfillmentOrBuilder
     By default, your agent responds to a matched intent with a static response.
     As an alternative, you can provide a more dynamic response by using
     fulfillment. When you enable fulfillment for an intent, Dialogflow responds
     to that intent by calling a service that you define. For example, if an
     end-user wants to schedule a haircut on Friday, your service can check your
     database and respond to the end-user with availability information for
     Friday.
    
     For more information, see the [fulfillment
     guide](https://cloud.google.com/dialogflow/docs/fulfillment-overview).
     
    Protobuf type google.cloud.dialogflow.v2beta1.Fulfillment
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getName

        public String getName()
         Required. The unique identifier of the fulfillment.
         Supported formats:
        
         - `projects/<Project ID>/agent/fulfillment`
         - `projects/<Project ID>/locations/<Location ID>/agent/fulfillment`
        
         This field is not used for Fulfillment in an Environment.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getName in interface FulfillmentOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The unique identifier of the fulfillment.
         Supported formats:
        
         - `projects/<Project ID>/agent/fulfillment`
         - `projects/<Project ID>/locations/<Location ID>/agent/fulfillment`
        
         This field is not used for Fulfillment in an Environment.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNameBytes in interface FulfillmentOrBuilder
        Returns:
        The bytes for name.
      • getDisplayName

        public String getDisplayName()
         The human-readable name of the fulfillment, unique within the agent.
        
         This field is not used for Fulfillment in an Environment.
         
        string display_name = 2;
        Specified by:
        getDisplayName in interface FulfillmentOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         The human-readable name of the fulfillment, unique within the agent.
        
         This field is not used for Fulfillment in an Environment.
         
        string display_name = 2;
        Specified by:
        getDisplayNameBytes in interface FulfillmentOrBuilder
        Returns:
        The bytes for displayName.
      • hasGenericWebService

        public boolean hasGenericWebService()
         Configuration for a generic web service.
         
        .google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebService generic_web_service = 3;
        Specified by:
        hasGenericWebService in interface FulfillmentOrBuilder
        Returns:
        Whether the genericWebService field is set.
      • getEnabled

        public boolean getEnabled()
         Whether fulfillment is enabled.
         
        bool enabled = 4;
        Specified by:
        getEnabled in interface FulfillmentOrBuilder
        Returns:
        The enabled.
      • getFeaturesCount

        public int getFeaturesCount()
         The field defines whether the fulfillment is enabled for certain features.
         
        repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5;
        Specified by:
        getFeaturesCount in interface FulfillmentOrBuilder
      • getFeatures

        public Fulfillment.Feature getFeatures​(int index)
         The field defines whether the fulfillment is enabled for certain features.
         
        repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5;
        Specified by:
        getFeatures in interface FulfillmentOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Fulfillment parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fulfillment parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Fulfillment.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Fulfillment.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Fulfillment.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Fulfillment getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Fulfillment> parser()
      • getParserForType

        public com.google.protobuf.Parser<Fulfillment> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Fulfillment getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder