Interface ExportIntentsResponseOrBuilder (0.52.0)

public interface ExportIntentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntentsCase()

public abstract ExportIntentsResponse.IntentsCase getIntentsCase()
Returns
TypeDescription
ExportIntentsResponse.IntentsCase

getIntentsContent()

public abstract 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.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
InlineDestination

The intentsContent.

getIntentsContentOrBuilder()

public abstract 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.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
InlineDestinationOrBuilder

getIntentsUri()

public abstract 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
TypeDescription
String

The intentsUri.

getIntentsUriBytes()

public abstract 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
TypeDescription
ByteString

The bytes for intentsUri.

hasIntentsContent()

public abstract 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.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
boolean

Whether the intentsContent field is set.

hasIntentsUri()

public abstract 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
TypeDescription
boolean

Whether the intentsUri field is set.