public final class ImportIntentsResponse extends GeneratedMessageV3 implements ImportIntentsResponseOrBuilder
The response message for
Intents.ImportIntents.
Protobuf type google.cloud.dialogflow.cx.v3.ImportIntentsResponse
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
CONFLICTING_RESOURCES_FIELD_NUMBER
public static final int CONFLICTING_RESOURCES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INTENTS_FIELD_NUMBER
public static final int INTENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ImportIntentsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImportIntentsResponse.Builder newBuilder()
newBuilder(ImportIntentsResponse prototype)
public static ImportIntentsResponse.Builder newBuilder(ImportIntentsResponse prototype)
public static ImportIntentsResponse parseDelimitedFrom(InputStream input)
public static ImportIntentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImportIntentsResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportIntentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImportIntentsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportIntentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportIntentsResponse parseFrom(CodedInputStream input)
public static ImportIntentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportIntentsResponse parseFrom(InputStream input)
public static ImportIntentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ImportIntentsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportIntentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImportIntentsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConflictingResources()
public ImportIntentsResponse.ConflictingResources getConflictingResources()
Info which resources have conflicts when
REPORT_CONFLICT merge_option is
set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
getConflictingResourcesOrBuilder()
public ImportIntentsResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()
Info which resources have conflicts when
REPORT_CONFLICT merge_option is
set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
getDefaultInstanceForType()
public ImportIntentsResponse getDefaultInstanceForType()
getIntents(int index)
public String getIntents(int index)
The unique identifier of the imported intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The intents at the given index.
|
getIntentsBytes(int index)
public ByteString getIntentsBytes(int index)
The unique identifier of the imported intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the intents at the given index.
|
getIntentsCount()
public int getIntentsCount()
The unique identifier of the imported intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
int |
The count of intents.
|
getIntentsList()
public ProtocolStringList getIntentsList()
The unique identifier of the imported intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }
getParserForType()
public Parser<ImportIntentsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasConflictingResources()
public boolean hasConflictingResources()
Info which resources have conflicts when
REPORT_CONFLICT merge_option is
set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
Returns |
Type |
Description |
boolean |
Whether the conflictingResources field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImportIntentsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportIntentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ImportIntentsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides