public interface TestPersonaVoiceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApp()
public abstract String getApp() Required. the resource name of the app to test the persona voice for.
Format:
projects/{project}/locations/{location}/apps/{app}
string app = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The app. |
getAppBytes()
public abstract ByteString getAppBytes() Required. the resource name of the app to test the persona voice for.
Format:
projects/{project}/locations/{location}/apps/{app}
string app = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for app. |
getPersonaId()
public abstract String getPersonaId()Required. The persona ID to test the voice for. Also accepts "default".
string persona_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The personaId. |
getPersonaIdBytes()
public abstract ByteString getPersonaIdBytes()Required. The persona ID to test the voice for. Also accepts "default".
string persona_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for personaId. |
getText()
public abstract String getText()Required. The text to test the voice for.
string text = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Required. The text to test the voice for.
string text = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |