public sealed class InstagramCredentials : IMessage<InstagramCredentials>, IEquatable<InstagramCredentials>, IDeepCloneable<InstagramCredentials>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class InstagramCredentials.
Ephemeral Meta credentials for Instagram native integration.
Implements
IMessageInstagramCredentials, IEquatableInstagramCredentials, IDeepCloneableInstagramCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
InstagramCredentials()
public InstagramCredentials()InstagramCredentials(InstagramCredentials)
public InstagramCredentials(InstagramCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
InstagramCredentials |
Properties
AuthCode
public string AuthCode { get; set; }Required. The Meta auth code provided by the embedded signup flow.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConversationProfileId
public string ConversationProfileId { get; set; }Required. The Conversation Profile ID to use for the deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|