public static final class CreateConversationRequest.Builder extends GeneratedMessage.Builder<CreateConversationRequest.Builder> implements CreateConversationRequestOrBuilderRequest to create a conversation.
Protobuf type google.cloud.contactcenterinsights.v1.CreateConversationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateConversationRequest.BuilderImplements
CreateConversationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateConversationRequest build()| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest |
|
buildPartial()
public CreateConversationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest |
|
clear()
public CreateConversationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
clearConversation()
public CreateConversationRequest.Builder clearConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
clearConversationId()
public CreateConversationRequest.Builder clearConversationId()A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3;
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |
clearParent()
public CreateConversationRequest.Builder clearParent()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |
getConversation()
public Conversation getConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Conversation |
The conversation. |
getConversationBuilder()
public Conversation.Builder getConversationBuilder()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Conversation.Builder |
|
getConversationId()
public String getConversationId()A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The conversationId. |
getConversationIdBytes()
public ByteString getConversationIdBytes()A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationId. |
getConversationOrBuilder()
public ConversationOrBuilder getConversationOrBuilder()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversationOrBuilder |
|
getDefaultInstanceForType()
public CreateConversationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasConversation()
public boolean hasConversation()Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConversation(Conversation value)
public CreateConversationRequest.Builder mergeConversation(Conversation value)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Conversation |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
mergeFrom(CreateConversationRequest other)
public CreateConversationRequest.Builder mergeFrom(CreateConversationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateConversationRequest |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateConversationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateConversationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
setConversation(Conversation value)
public CreateConversationRequest.Builder setConversation(Conversation value)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Conversation |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
setConversation(Conversation.Builder builderForValue)
public CreateConversationRequest.Builder setConversation(Conversation.Builder builderForValue)Required. The conversation resource to create.
.google.cloud.contactcenterinsights.v1.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Conversation.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
|
setConversationId(String value)
public CreateConversationRequest.Builder setConversationId(String value)A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe conversationId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |
setConversationIdBytes(ByteString value)
public CreateConversationRequest.Builder setConversationIdBytes(ByteString value)A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-
string conversation_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for conversationId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateConversationRequest.Builder setParent(String value)Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateConversationRequest.Builder setParentBytes(ByteString value)Required. The parent resource of the conversation.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateConversationRequest.Builder |
This builder for chaining. |