- 4.84.0 (latest)
- 4.82.0
- 4.81.0
- 4.80.0
- 4.79.0
- 4.78.0
- 4.76.0
- 4.74.0
- 4.73.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.66.0
- 4.65.0
- 4.64.0
- 4.63.0
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class Fulfillment.Builder extends GeneratedMessageV3.Builder<Fulfillment.Builder> implements FulfillmentOrBuilderBy 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.
 Protobuf type google.cloud.dialogflow.v2.Fulfillment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Fulfillment.BuilderImplements
FulfillmentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllFeatures(Iterable<? extends Fulfillment.Feature> values)
public Fulfillment.Builder addAllFeatures(Iterable<? extends Fulfillment.Feature> values)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.dialogflow.v2.Fulfillment.Feature> | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
addFeatures(Fulfillment.Feature value)
public Fulfillment.Builder addFeatures(Fulfillment.Feature value)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Fulfillment.Feature | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
addFeatures(Fulfillment.Feature.Builder builderForValue)
public Fulfillment.Builder addFeatures(Fulfillment.Feature.Builder builderForValue)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Fulfillment.Feature.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
addFeatures(int index, Fulfillment.Feature value)
public Fulfillment.Builder addFeatures(int index, Fulfillment.Feature value)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Fulfillment.Feature | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
addFeatures(int index, Fulfillment.Feature.Builder builderForValue)
public Fulfillment.Builder addFeatures(int index, Fulfillment.Feature.Builder builderForValue)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Fulfillment.Feature.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
addFeaturesBuilder()
public Fulfillment.Feature.Builder addFeaturesBuilder()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Feature.Builder | |
addFeaturesBuilder(int index)
public Fulfillment.Feature.Builder addFeaturesBuilder(int index)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Feature.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Fulfillment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
build()
public Fulfillment build()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment | |
buildPartial()
public Fulfillment buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment | |
clear()
public Fulfillment.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clearDisplayName()
public Fulfillment.Builder clearDisplayName()Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
clearEnabled()
public Fulfillment.Builder clearEnabled()Optional. Whether fulfillment is enabled.
 bool enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
clearFeatures()
public Fulfillment.Builder clearFeatures()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clearField(Descriptors.FieldDescriptor field)
public Fulfillment.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clearFulfillment()
public Fulfillment.Builder clearFulfillment()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clearGenericWebService()
public Fulfillment.Builder clearGenericWebService()Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clearName()
public Fulfillment.Builder clearName()Required. The unique identifier of the fulfillment. Supported formats:
- projects/<Project ID>/agent/fulfillment
- projects/<Project ID>/locations/<Location ID>/agent/fulfillmentThis field is not used for Fulfillment in an Environment.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Fulfillment.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
clone()
public Fulfillment.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
getDefaultInstanceForType()
public Fulfillment getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDisplayName()
public String getDisplayName()Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getEnabled()
public boolean getEnabled()Optional. Whether fulfillment is enabled.
 bool enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The enabled. | 
getFeatures(int index)
public Fulfillment.Feature getFeatures(int index)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Feature | |
getFeaturesBuilder(int index)
public Fulfillment.Feature.Builder getFeaturesBuilder(int index)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Feature.Builder | |
getFeaturesBuilderList()
public List<Fulfillment.Feature.Builder> getFeaturesBuilderList()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getFeaturesCount()
public int getFeaturesCount()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getFeaturesList()
public List<Fulfillment.Feature> getFeaturesList()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<Feature> | |
getFeaturesOrBuilder(int index)
public Fulfillment.FeatureOrBuilder getFeaturesOrBuilder(int index)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.FeatureOrBuilder | |
getFeaturesOrBuilderList()
public List<? extends Fulfillment.FeatureOrBuilder> getFeaturesOrBuilderList()Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.dialogflow.v2.Fulfillment.FeatureOrBuilder> | |
getFulfillmentCase()
public Fulfillment.FulfillmentCase getFulfillmentCase()| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.FulfillmentCase | |
getGenericWebService()
public Fulfillment.GenericWebService getGenericWebService()Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.GenericWebService | The genericWebService. | 
getGenericWebServiceBuilder()
public Fulfillment.GenericWebService.Builder getGenericWebServiceBuilder()Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.GenericWebService.Builder | |
getGenericWebServiceOrBuilder()
public Fulfillment.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.GenericWebServiceOrBuilder | |
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/fulfillmentThis field is not used for Fulfillment in an Environment.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()Required. The unique identifier of the fulfillment. Supported formats:
- projects/<Project ID>/agent/fulfillment
- projects/<Project ID>/locations/<Location ID>/agent/fulfillmentThis field is not used for Fulfillment in an Environment.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
hasGenericWebService()
public boolean hasGenericWebService()Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the genericWebService field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(Fulfillment other)
public Fulfillment.Builder mergeFrom(Fulfillment other)| Parameter | |
|---|---|
| Name | Description | 
| other | Fulfillment | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Fulfillment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Fulfillment.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
mergeGenericWebService(Fulfillment.GenericWebService value)
public Fulfillment.Builder mergeGenericWebService(Fulfillment.GenericWebService value)Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Fulfillment.GenericWebService | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Fulfillment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
removeFeatures(int index)
public Fulfillment.Builder removeFeatures(int index)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setDisplayName(String value)
public Fulfillment.Builder setDisplayName(String value)Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
setDisplayNameBytes(ByteString value)
public Fulfillment.Builder setDisplayNameBytes(ByteString value)Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
setEnabled(boolean value)
public Fulfillment.Builder setEnabled(boolean value)Optional. Whether fulfillment is enabled.
 bool enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe enabled to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
setFeatures(int index, Fulfillment.Feature value)
public Fulfillment.Builder setFeatures(int index, Fulfillment.Feature value)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Fulfillment.Feature | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setFeatures(int index, Fulfillment.Feature.Builder builderForValue)
public Fulfillment.Builder setFeatures(int index, Fulfillment.Feature.Builder builderForValue)Optional. The field defines whether the fulfillment is enabled for certain features.
 
 repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Fulfillment.Feature.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public Fulfillment.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setGenericWebService(Fulfillment.GenericWebService value)
public Fulfillment.Builder setGenericWebService(Fulfillment.GenericWebService value)Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Fulfillment.GenericWebService | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setGenericWebService(Fulfillment.GenericWebService.Builder builderForValue)
public Fulfillment.Builder setGenericWebService(Fulfillment.GenericWebService.Builder builderForValue)Configuration for a generic web service.
 .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Fulfillment.GenericWebService.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setName(String value)
public Fulfillment.Builder setName(String value)Required. The unique identifier of the fulfillment. Supported formats:
- projects/<Project ID>/agent/fulfillment
- projects/<Project ID>/locations/<Location ID>/agent/fulfillmentThis field is not used for Fulfillment in an Environment.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public Fulfillment.Builder setNameBytes(ByteString value)Required. The unique identifier of the fulfillment. Supported formats:
- projects/<Project ID>/agent/fulfillment
- projects/<Project ID>/locations/<Location ID>/agent/fulfillmentThis field is not used for Fulfillment in an Environment.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Fulfillment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final Fulfillment.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Fulfillment.Builder | |