Gemini Enterprise for Customer Experience v1beta API - Class InstagramCredentials (1.0.0-beta09)

public sealed class InstagramCredentials : IMessage<InstagramCredentials>, IEquatable<InstagramCredentials>, IDeepCloneable<InstagramCredentials>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class InstagramCredentials.

Ephemeral Meta credentials for Instagram native integration.

Inheritance

object > InstagramCredentials

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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