public interface ExportToolsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getToolsCase()
public abstract ExportToolsResponse.ToolsCase getToolsCase()| Returns | |
|---|---|
| Type | Description |
ExportToolsResponse.ToolsCase |
|
getToolsContent()
public abstract InlineDestination getToolsContent() Uncompressed byte content for tools. This field is populated only if
tools_content_inline is set to true in
ExportToolsRequest.
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
The toolsContent. |
getToolsContentOrBuilder()
public abstract InlineDestinationOrBuilder getToolsContentOrBuilder() Uncompressed byte content for tools. This field is populated only if
tools_content_inline is set to true in
ExportToolsRequest.
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestinationOrBuilder |
|
getToolsUri()
public abstract String getToolsUri() The URI to a file containing the exported tools. This field is
populated only if tools_uri is specified in
ExportToolsRequest.
string tools_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The toolsUri. |
getToolsUriBytes()
public abstract ByteString getToolsUriBytes() The URI to a file containing the exported tools. This field is
populated only if tools_uri is specified in
ExportToolsRequest.
string tools_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for toolsUri. |
hasToolsContent()
public abstract boolean hasToolsContent() Uncompressed byte content for tools. This field is populated only if
tools_content_inline is set to true in
ExportToolsRequest.
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toolsContent field is set. |
hasToolsUri()
public abstract boolean hasToolsUri() The URI to a file containing the exported tools. This field is
populated only if tools_uri is specified in
ExportToolsRequest.
string tools_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toolsUri field is set. |