public final class BatchUpdateIntentsResponse extends GeneratedMessageV3 implements BatchUpdateIntentsResponseOrBuilder
The response message for
Intents.BatchUpdateIntents.
Protobuf type google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INTENTS_FIELD_NUMBER
public static final int INTENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchUpdateIntentsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchUpdateIntentsResponse.Builder newBuilder()
newBuilder(BatchUpdateIntentsResponse prototype)
public static BatchUpdateIntentsResponse.Builder newBuilder(BatchUpdateIntentsResponse prototype)
public static BatchUpdateIntentsResponse parseDelimitedFrom(InputStream input)
public static BatchUpdateIntentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchUpdateIntentsResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIntentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchUpdateIntentsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIntentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIntentsResponse parseFrom(CodedInputStream input)
public static BatchUpdateIntentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIntentsResponse parseFrom(InputStream input)
public static BatchUpdateIntentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchUpdateIntentsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIntentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchUpdateIntentsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BatchUpdateIntentsResponse getDefaultInstanceForType()
getIntents(int index)
public Intent getIntents(int index)
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Intent |
|
getIntentsCount()
public int getIntentsCount()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Returns |
Type |
Description |
int |
|
getIntentsList()
public List<Intent> getIntentsList()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
getIntentsOrBuilder(int index)
public IntentOrBuilder getIntentsOrBuilder(int index)
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Parameter |
Name |
Description |
index |
int
|
getIntentsOrBuilderList()
public List<? extends IntentOrBuilder> getIntentsOrBuilderList()
The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder> |
|
getParserForType()
public Parser<BatchUpdateIntentsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchUpdateIntentsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchUpdateIntentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchUpdateIntentsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides