public interface GenerateEvaluationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversation()
public abstract String getConversation() Required. The conversation to create the golden evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}/conversations/{conversation}
string conversation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The conversation. |
getConversationBytes()
public abstract ByteString getConversationBytes() Required. The conversation to create the golden evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}/conversations/{conversation}
string conversation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversation. |
getSource() (deprecated)
public abstract Conversation.Source getSource()Deprecated. google.cloud.ces.v1beta.GenerateEvaluationRequest.source is deprecated. See google/cloud/ces/v1beta/evaluation_service.proto;l=452
Optional. Indicate the source of the conversation. If not set, all sources will be searched.
.google.cloud.ces.v1beta.Conversation.Source source = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Conversation.Source |
The source. |
getSourceValue() (deprecated)
public abstract int getSourceValue()Deprecated. google.cloud.ces.v1beta.GenerateEvaluationRequest.source is deprecated. See google/cloud/ces/v1beta/evaluation_service.proto;l=452
Optional. Indicate the source of the conversation. If not set, all sources will be searched.
.google.cloud.ces.v1beta.Conversation.Source source = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for source. |