Interface ExportIntentsResponseOrBuilder (0.54.0)

public interface ExportIntentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntentsCase()

public abstract ExportIntentsResponse.IntentsCase getIntentsCase()
Returns
Type Description
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.v3.InlineDestination intents_content = 2;

Returns
Type Description
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.v3.InlineDestination intents_content = 2;

Returns
Type Description
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
Type Description
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
Type Description
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.v3.InlineDestination intents_content = 2;

Returns
Type Description
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
Type Description
boolean

Whether the intentsUri field is set.