- 4.84.0 (latest)
- 4.82.0
- 4.81.0
- 4.80.0
- 4.79.0
- 4.78.0
- 4.76.0
- 4.74.0
- 4.73.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.66.0
- 4.65.0
- 4.64.0
- 4.63.0
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class ConversationProfile.Builder extends GeneratedMessageV3.Builder<ConversationProfile.Builder> implements ConversationProfileOrBuilderDefines the services to connect to incoming Dialogflow conversations.
 Protobuf type google.cloud.dialogflow.v2beta1.ConversationProfile
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConversationProfile.BuilderImplements
ConversationProfileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConversationProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ConversationProfile.Builder | 
build()
public ConversationProfile build()| Type | Description | 
| ConversationProfile | 
buildPartial()
public ConversationProfile buildPartial()| Type | Description | 
| ConversationProfile | 
clear()
public ConversationProfile.Builder clear()| Type | Description | 
| ConversationProfile.Builder | 
clearAutomatedAgentConfig()
public ConversationProfile.Builder clearAutomatedAgentConfig()Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Type | Description | 
| ConversationProfile.Builder | 
clearCreateTime()
public ConversationProfile.Builder clearCreateTime()Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ConversationProfile.Builder | 
clearDisplayName()
public ConversationProfile.Builder clearDisplayName()Required. Human readable name for this profile. Max length 1024 bytes.
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public ConversationProfile.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| ConversationProfile.Builder | 
clearHumanAgentAssistantConfig()
public ConversationProfile.Builder clearHumanAgentAssistantConfig()Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Type | Description | 
| ConversationProfile.Builder | 
clearHumanAgentHandoffConfig()
public ConversationProfile.Builder clearHumanAgentHandoffConfig()Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Type | Description | 
| ConversationProfile.Builder | 
clearLanguageCode()
public ConversationProfile.Builder clearLanguageCode()Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
 string language_code = 10;
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
clearLoggingConfig()
public ConversationProfile.Builder clearLoggingConfig()Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Type | Description | 
| ConversationProfile.Builder | 
clearName()
public ConversationProfile.Builder clearName() The unique identifier of this conversation profile.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversationProfiles/<Conversation Profile ID>.
 string name = 1;
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
clearNewMessageEventNotificationConfig()
public ConversationProfile.Builder clearNewMessageEventNotificationConfig()Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Type | Description | 
| ConversationProfile.Builder | 
clearNotificationConfig()
public ConversationProfile.Builder clearNotificationConfig()Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Type | Description | 
| ConversationProfile.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ConversationProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| ConversationProfile.Builder | 
clearSecuritySettings()
public ConversationProfile.Builder clearSecuritySettings() Name of the CX SecuritySettings reference for the agent.
 Format: projects/<Project ID>/locations/<Location
 ID>/securitySettings/<Security Settings ID>.
 string security_settings = 13 [(.google.api.resource_reference) = { ... }
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
clearSttConfig()
public ConversationProfile.Builder clearSttConfig()Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Type | Description | 
| ConversationProfile.Builder | 
clearTimeZone()
public ConversationProfile.Builder clearTimeZone()The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
 string time_zone = 14;
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
clearUpdateTime()
public ConversationProfile.Builder clearUpdateTime()Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| ConversationProfile.Builder | 
clone()
public ConversationProfile.Builder clone()| Type | Description | 
| ConversationProfile.Builder | 
getAutomatedAgentConfig()
public AutomatedAgentConfig getAutomatedAgentConfig()Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Type | Description | 
| AutomatedAgentConfig | The automatedAgentConfig. | 
getAutomatedAgentConfigBuilder()
public AutomatedAgentConfig.Builder getAutomatedAgentConfigBuilder()Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Type | Description | 
| AutomatedAgentConfig.Builder | 
getAutomatedAgentConfigOrBuilder()
public AutomatedAgentConfigOrBuilder getAutomatedAgentConfigOrBuilder()Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Type | Description | 
| AutomatedAgentConfigOrBuilder | 
getCreateTime()
public Timestamp getCreateTime()Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
getDefaultInstanceForType()
public ConversationProfile getDefaultInstanceForType()| Type | Description | 
| ConversationProfile | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDisplayName()
public String getDisplayName()Required. Human readable name for this profile. Max length 1024 bytes.
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Required. Human readable name for this profile. Max length 1024 bytes.
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ByteString | The bytes for displayName. | 
getHumanAgentAssistantConfig()
public HumanAgentAssistantConfig getHumanAgentAssistantConfig()Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Type | Description | 
| HumanAgentAssistantConfig | The humanAgentAssistantConfig. | 
getHumanAgentAssistantConfigBuilder()
public HumanAgentAssistantConfig.Builder getHumanAgentAssistantConfigBuilder()Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Type | Description | 
| HumanAgentAssistantConfig.Builder | 
getHumanAgentAssistantConfigOrBuilder()
public HumanAgentAssistantConfigOrBuilder getHumanAgentAssistantConfigOrBuilder()Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Type | Description | 
| HumanAgentAssistantConfigOrBuilder | 
getHumanAgentHandoffConfig()
public HumanAgentHandoffConfig getHumanAgentHandoffConfig()Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Type | Description | 
| HumanAgentHandoffConfig | The humanAgentHandoffConfig. | 
getHumanAgentHandoffConfigBuilder()
public HumanAgentHandoffConfig.Builder getHumanAgentHandoffConfigBuilder()Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Type | Description | 
| HumanAgentHandoffConfig.Builder | 
getHumanAgentHandoffConfigOrBuilder()
public HumanAgentHandoffConfigOrBuilder getHumanAgentHandoffConfigOrBuilder()Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Type | Description | 
| HumanAgentHandoffConfigOrBuilder | 
getLanguageCode()
public String getLanguageCode()Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
 string language_code = 10;
| Type | Description | 
| String | The languageCode. | 
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
 string language_code = 10;
| Type | Description | 
| ByteString | The bytes for languageCode. | 
getLoggingConfig()
public LoggingConfig getLoggingConfig()Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Type | Description | 
| LoggingConfig | The loggingConfig. | 
getLoggingConfigBuilder()
public LoggingConfig.Builder getLoggingConfigBuilder()Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Type | Description | 
| LoggingConfig.Builder | 
getLoggingConfigOrBuilder()
public LoggingConfigOrBuilder getLoggingConfigOrBuilder()Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Type | Description | 
| LoggingConfigOrBuilder | 
getName()
public String getName() The unique identifier of this conversation profile.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversationProfiles/<Conversation Profile ID>.
 string name = 1;
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() The unique identifier of this conversation profile.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversationProfiles/<Conversation Profile ID>.
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name. | 
getNewMessageEventNotificationConfig()
public NotificationConfig getNewMessageEventNotificationConfig()Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Type | Description | 
| NotificationConfig | The newMessageEventNotificationConfig. | 
getNewMessageEventNotificationConfigBuilder()
public NotificationConfig.Builder getNewMessageEventNotificationConfigBuilder()Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Type | Description | 
| NotificationConfig.Builder | 
getNewMessageEventNotificationConfigOrBuilder()
public NotificationConfigOrBuilder getNewMessageEventNotificationConfigOrBuilder()Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Type | Description | 
| NotificationConfigOrBuilder | 
getNotificationConfig()
public NotificationConfig getNotificationConfig()Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Type | Description | 
| NotificationConfig | The notificationConfig. | 
getNotificationConfigBuilder()
public NotificationConfig.Builder getNotificationConfigBuilder()Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Type | Description | 
| NotificationConfig.Builder | 
getNotificationConfigOrBuilder()
public NotificationConfigOrBuilder getNotificationConfigOrBuilder()Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Type | Description | 
| NotificationConfigOrBuilder | 
getSecuritySettings()
public String getSecuritySettings() Name of the CX SecuritySettings reference for the agent.
 Format: projects/<Project ID>/locations/<Location
 ID>/securitySettings/<Security Settings ID>.
 string security_settings = 13 [(.google.api.resource_reference) = { ... }
| Type | Description | 
| String | The securitySettings. | 
getSecuritySettingsBytes()
public ByteString getSecuritySettingsBytes() Name of the CX SecuritySettings reference for the agent.
 Format: projects/<Project ID>/locations/<Location
 ID>/securitySettings/<Security Settings ID>.
 string security_settings = 13 [(.google.api.resource_reference) = { ... }
| Type | Description | 
| ByteString | The bytes for securitySettings. | 
getSttConfig()
public SpeechToTextConfig getSttConfig()Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Type | Description | 
| SpeechToTextConfig | The sttConfig. | 
getSttConfigBuilder()
public SpeechToTextConfig.Builder getSttConfigBuilder()Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Type | Description | 
| SpeechToTextConfig.Builder | 
getSttConfigOrBuilder()
public SpeechToTextConfigOrBuilder getSttConfigOrBuilder()Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Type | Description | 
| SpeechToTextConfigOrBuilder | 
getTimeZone()
public String getTimeZone()The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
 string time_zone = 14;
| Type | Description | 
| String | The timeZone. | 
getTimeZoneBytes()
public ByteString getTimeZoneBytes()The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
 string time_zone = 14;
| Type | Description | 
| ByteString | The bytes for timeZone. | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
hasAutomatedAgentConfig()
public boolean hasAutomatedAgentConfig()Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Type | Description | 
| boolean | Whether the automatedAgentConfig field is set. | 
hasCreateTime()
public boolean hasCreateTime()Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasHumanAgentAssistantConfig()
public boolean hasHumanAgentAssistantConfig()Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Type | Description | 
| boolean | Whether the humanAgentAssistantConfig field is set. | 
hasHumanAgentHandoffConfig()
public boolean hasHumanAgentHandoffConfig()Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Type | Description | 
| boolean | Whether the humanAgentHandoffConfig field is set. | 
hasLoggingConfig()
public boolean hasLoggingConfig()Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Type | Description | 
| boolean | Whether the loggingConfig field is set. | 
hasNewMessageEventNotificationConfig()
public boolean hasNewMessageEventNotificationConfig()Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Type | Description | 
| boolean | Whether the newMessageEventNotificationConfig field is set. | 
hasNotificationConfig()
public boolean hasNotificationConfig()Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Type | Description | 
| boolean | Whether the notificationConfig field is set. | 
hasSttConfig()
public boolean hasSttConfig()Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Type | Description | 
| boolean | Whether the sttConfig field is set. | 
hasUpdateTime()
public boolean hasUpdateTime()Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeAutomatedAgentConfig(AutomatedAgentConfig value)
public ConversationProfile.Builder mergeAutomatedAgentConfig(AutomatedAgentConfig value)Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Name | Description | 
| value | AutomatedAgentConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeCreateTime(Timestamp value)
public ConversationProfile.Builder mergeCreateTime(Timestamp value)Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeFrom(ConversationProfile other)
public ConversationProfile.Builder mergeFrom(ConversationProfile other)| Name | Description | 
| other | ConversationProfile | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConversationProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| ConversationProfile.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ConversationProfile.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeHumanAgentAssistantConfig(HumanAgentAssistantConfig value)
public ConversationProfile.Builder mergeHumanAgentAssistantConfig(HumanAgentAssistantConfig value)Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Name | Description | 
| value | HumanAgentAssistantConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeHumanAgentHandoffConfig(HumanAgentHandoffConfig value)
public ConversationProfile.Builder mergeHumanAgentHandoffConfig(HumanAgentHandoffConfig value)Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Name | Description | 
| value | HumanAgentHandoffConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeLoggingConfig(LoggingConfig value)
public ConversationProfile.Builder mergeLoggingConfig(LoggingConfig value)Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Name | Description | 
| value | LoggingConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeNewMessageEventNotificationConfig(NotificationConfig value)
public ConversationProfile.Builder mergeNewMessageEventNotificationConfig(NotificationConfig value)Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Name | Description | 
| value | NotificationConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeNotificationConfig(NotificationConfig value)
public ConversationProfile.Builder mergeNotificationConfig(NotificationConfig value)Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Name | Description | 
| value | NotificationConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeSttConfig(SpeechToTextConfig value)
public ConversationProfile.Builder mergeSttConfig(SpeechToTextConfig value)Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Name | Description | 
| value | SpeechToTextConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConversationProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ConversationProfile.Builder | 
mergeUpdateTime(Timestamp value)
public ConversationProfile.Builder mergeUpdateTime(Timestamp value)Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ConversationProfile.Builder | 
setAutomatedAgentConfig(AutomatedAgentConfig value)
public ConversationProfile.Builder setAutomatedAgentConfig(AutomatedAgentConfig value)Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Name | Description | 
| value | AutomatedAgentConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setAutomatedAgentConfig(AutomatedAgentConfig.Builder builderForValue)
public ConversationProfile.Builder setAutomatedAgentConfig(AutomatedAgentConfig.Builder builderForValue)Configuration for an automated agent to use with this profile.
 .google.cloud.dialogflow.v2beta1.AutomatedAgentConfig automated_agent_config = 3;
 
| Name | Description | 
| builderForValue | AutomatedAgentConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setCreateTime(Timestamp value)
public ConversationProfile.Builder setCreateTime(Timestamp value)Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ConversationProfile.Builder | 
setCreateTime(Timestamp.Builder builderForValue)
public ConversationProfile.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Create time of the conversation profile.
 
 .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setDisplayName(String value)
public ConversationProfile.Builder setDisplayName(String value)Required. Human readable name for this profile. Max length 1024 bytes.
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | StringThe displayName to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setDisplayNameBytes(ByteString value)
public ConversationProfile.Builder setDisplayNameBytes(ByteString value)Required. Human readable name for this profile. Max length 1024 bytes.
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | ByteStringThe bytes for displayName to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public ConversationProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ConversationProfile.Builder | 
setHumanAgentAssistantConfig(HumanAgentAssistantConfig value)
public ConversationProfile.Builder setHumanAgentAssistantConfig(HumanAgentAssistantConfig value)Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Name | Description | 
| value | HumanAgentAssistantConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setHumanAgentAssistantConfig(HumanAgentAssistantConfig.Builder builderForValue)
public ConversationProfile.Builder setHumanAgentAssistantConfig(HumanAgentAssistantConfig.Builder builderForValue)Configuration for agent assistance to use with this profile.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig human_agent_assistant_config = 4;
 
| Name | Description | 
| builderForValue | HumanAgentAssistantConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setHumanAgentHandoffConfig(HumanAgentHandoffConfig value)
public ConversationProfile.Builder setHumanAgentHandoffConfig(HumanAgentHandoffConfig value)Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Name | Description | 
| value | HumanAgentHandoffConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setHumanAgentHandoffConfig(HumanAgentHandoffConfig.Builder builderForValue)
public ConversationProfile.Builder setHumanAgentHandoffConfig(HumanAgentHandoffConfig.Builder builderForValue)Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.
 
 .google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig human_agent_handoff_config = 5;
 
| Name | Description | 
| builderForValue | HumanAgentHandoffConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setLanguageCode(String value)
public ConversationProfile.Builder setLanguageCode(String value)Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
 string language_code = 10;
| Name | Description | 
| value | StringThe languageCode to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setLanguageCodeBytes(ByteString value)
public ConversationProfile.Builder setLanguageCodeBytes(ByteString value)Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
 string language_code = 10;
| Name | Description | 
| value | ByteStringThe bytes for languageCode to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setLoggingConfig(LoggingConfig value)
public ConversationProfile.Builder setLoggingConfig(LoggingConfig value)Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Name | Description | 
| value | LoggingConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setLoggingConfig(LoggingConfig.Builder builderForValue)
public ConversationProfile.Builder setLoggingConfig(LoggingConfig.Builder builderForValue)Configuration for logging conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.LoggingConfig logging_config = 7;
| Name | Description | 
| builderForValue | LoggingConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setName(String value)
public ConversationProfile.Builder setName(String value) The unique identifier of this conversation profile.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversationProfiles/<Conversation Profile ID>.
 string name = 1;
| Name | Description | 
| value | StringThe name to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public ConversationProfile.Builder setNameBytes(ByteString value) The unique identifier of this conversation profile.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversationProfiles/<Conversation Profile ID>.
 string name = 1;
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setNewMessageEventNotificationConfig(NotificationConfig value)
public ConversationProfile.Builder setNewMessageEventNotificationConfig(NotificationConfig value)Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Name | Description | 
| value | NotificationConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setNewMessageEventNotificationConfig(NotificationConfig.Builder builderForValue)
public ConversationProfile.Builder setNewMessageEventNotificationConfig(NotificationConfig.Builder builderForValue)Configuration for publishing new message events. Event will be sent in format of ConversationEvent
 
 .google.cloud.dialogflow.v2beta1.NotificationConfig new_message_event_notification_config = 8;
 
| Name | Description | 
| builderForValue | NotificationConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setNotificationConfig(NotificationConfig value)
public ConversationProfile.Builder setNotificationConfig(NotificationConfig value)Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Name | Description | 
| value | NotificationConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setNotificationConfig(NotificationConfig.Builder builderForValue)
public ConversationProfile.Builder setNotificationConfig(NotificationConfig.Builder builderForValue)Configuration for publishing conversation lifecycle events.
 .google.cloud.dialogflow.v2beta1.NotificationConfig notification_config = 6;
| Name | Description | 
| builderForValue | NotificationConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConversationProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| ConversationProfile.Builder | 
setSecuritySettings(String value)
public ConversationProfile.Builder setSecuritySettings(String value) Name of the CX SecuritySettings reference for the agent.
 Format: projects/<Project ID>/locations/<Location
 ID>/securitySettings/<Security Settings ID>.
 string security_settings = 13 [(.google.api.resource_reference) = { ... }
| Name | Description | 
| value | StringThe securitySettings to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setSecuritySettingsBytes(ByteString value)
public ConversationProfile.Builder setSecuritySettingsBytes(ByteString value) Name of the CX SecuritySettings reference for the agent.
 Format: projects/<Project ID>/locations/<Location
 ID>/securitySettings/<Security Settings ID>.
 string security_settings = 13 [(.google.api.resource_reference) = { ... }
| Name | Description | 
| value | ByteStringThe bytes for securitySettings to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setSttConfig(SpeechToTextConfig value)
public ConversationProfile.Builder setSttConfig(SpeechToTextConfig value)Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Name | Description | 
| value | SpeechToTextConfig | 
| Type | Description | 
| ConversationProfile.Builder | 
setSttConfig(SpeechToTextConfig.Builder builderForValue)
public ConversationProfile.Builder setSttConfig(SpeechToTextConfig.Builder builderForValue)Settings for speech transcription.
 .google.cloud.dialogflow.v2beta1.SpeechToTextConfig stt_config = 9;
| Name | Description | 
| builderForValue | SpeechToTextConfig.Builder | 
| Type | Description | 
| ConversationProfile.Builder | 
setTimeZone(String value)
public ConversationProfile.Builder setTimeZone(String value)The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
 string time_zone = 14;
| Name | Description | 
| value | StringThe timeZone to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setTimeZoneBytes(ByteString value)
public ConversationProfile.Builder setTimeZoneBytes(ByteString value)The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
 string time_zone = 14;
| Name | Description | 
| value | ByteStringThe bytes for timeZone to set. | 
| Type | Description | 
| ConversationProfile.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ConversationProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ConversationProfile.Builder | 
setUpdateTime(Timestamp value)
public ConversationProfile.Builder setUpdateTime(Timestamp value)Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ConversationProfile.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public ConversationProfile.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Update time of the conversation profile.
 
 .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| ConversationProfile.Builder |