Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Fulfillment.Feature |
Fulfillment.Feature.Builder.build() |
Fulfillment.Feature |
Fulfillment.Feature.Builder.buildPartial() |
static Fulfillment.Feature |
Fulfillment.Feature.getDefaultInstance() |
Fulfillment.Feature |
Fulfillment.Feature.getDefaultInstanceForType() |
Fulfillment.Feature |
Fulfillment.Feature.Builder.getDefaultInstanceForType() |
Fulfillment.Feature |
FulfillmentOrBuilder.getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.
|
Fulfillment.Feature |
Fulfillment.getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.
|
Fulfillment.Feature |
Fulfillment.Builder.getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.
|
static Fulfillment.Feature |
Fulfillment.Feature.parseDelimitedFrom(InputStream input) |
static Fulfillment.Feature |
Fulfillment.Feature.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(byte[] data) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(ByteBuffer data) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(ByteString data) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(CodedInputStream input) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(InputStream input) |
static Fulfillment.Feature |
Fulfillment.Feature.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Fulfillment.Feature> |
FulfillmentOrBuilder.getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.
|
List<Fulfillment.Feature> |
Fulfillment.getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.
|
List<Fulfillment.Feature> |
Fulfillment.Builder.getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.
|
Parser<Fulfillment.Feature> |
Fulfillment.Feature.getParserForType() |
static Parser<Fulfillment.Feature> |
Fulfillment.Feature.parser() |
Modifier and Type | Method and Description |
---|---|
Fulfillment.Builder |
Fulfillment.Builder.addFeatures(Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.
|
Fulfillment.Builder |
Fulfillment.Builder.addFeatures(int index,
Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.
|
Fulfillment.Feature.Builder |
Fulfillment.Feature.Builder.mergeFrom(Fulfillment.Feature other) |
static Fulfillment.Feature.Builder |
Fulfillment.Feature.newBuilder(Fulfillment.Feature prototype) |
Fulfillment.Builder |
Fulfillment.Builder.setFeatures(int index,
Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.
|
Modifier and Type | Method and Description |
---|---|
Fulfillment.Builder |
Fulfillment.Builder.addAllFeatures(Iterable<? extends Fulfillment.Feature> values)
The field defines whether the fulfillment is enabled for certain features.
|
Copyright © 2022 Google LLC. All rights reserved.