public final class ExportIntentsResponse extends GeneratedMessage implements ExportIntentsResponseOrBuilderThe response message for Intents.ExportIntents.
Protobuf type google.cloud.dialogflow.cx.v3.ExportIntentsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ExportIntentsResponseImplements
ExportIntentsResponseOrBuilderStatic Fields
INTENTS_CONTENT_FIELD_NUMBER
public static final int INTENTS_CONTENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
INTENTS_URI_FIELD_NUMBER
public static final int INTENTS_URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ExportIntentsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ExportIntentsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.Builder |
|
newBuilder(ExportIntentsResponse prototype)
public static ExportIntentsResponse.Builder newBuilder(ExportIntentsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ExportIntentsResponse |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ExportIntentsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ExportIntentsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ExportIntentsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ExportIntentsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ExportIntentsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ExportIntentsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportIntentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ExportIntentsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ExportIntentsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ExportIntentsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse |
|
getIntentsCase()
public ExportIntentsResponse.IntentsCase getIntentsCase()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.IntentsCase |
|
getIntentsContent()
public InlineDestination getIntentsContent() Uncompressed byte content for intents. This field is populated only if
intents_content_inline is set to true in
ExportIntentsRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
The intentsContent. |
getIntentsContentOrBuilder()
public InlineDestinationOrBuilder getIntentsContentOrBuilder() Uncompressed byte content for intents. This field is populated only if
intents_content_inline is set to true in
ExportIntentsRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestinationOrBuilder |
|
getIntentsUri()
public String getIntentsUri() The URI to a file containing the exported intents. This field is
populated only if intents_uri is specified in
ExportIntentsRequest.
string intents_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The intentsUri. |
getIntentsUriBytes()
public ByteString getIntentsUriBytes() The URI to a file containing the exported intents. This field is
populated only if intents_uri is specified in
ExportIntentsRequest.
string intents_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for intentsUri. |
getParserForType()
public Parser<ExportIntentsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ExportIntentsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasIntentsContent()
public boolean hasIntentsContent() Uncompressed byte content for intents. This field is populated only if
intents_content_inline is set to true in
ExportIntentsRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intentsContent field is set. |
hasIntentsUri()
public boolean hasIntentsUri() The URI to a file containing the exported intents. This field is
populated only if intents_uri is specified in
ExportIntentsRequest.
string intents_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intentsUri field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ExportIntentsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExportIntentsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.Builder |
|
toBuilder()
public ExportIntentsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ExportIntentsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|