Referenz zur Tabelle/Entität Chatbot (bot)
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Represents a Power Virtual Agents Chatbot. https://powerva.microsoft.com/
Hinzugefügt von: Power Virtual Agents-Lösung
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/bots(botid) Aktualisieren die Eigenschaft ownerid . |
AssignRequest |
Create | POST [org URI]/api/data/v9.0/bots Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
CreateMultiple | CreateMultiple Action | CreateMultipleRequest |
Delete | DELETE [org URI]/api/data/v9.0/bots(botid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
PvaAuthorize | PvaAuthorize Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaCreateBotComponents | PvaCreateBotComponents Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaCreateContentSnapshot | PvaCreateContentSnapshot Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaDeleteBot | PvaDeleteBot Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaGetDirectLineEndpoint | PvaGetDirectLineEndpoint Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaProvision | PvaProvision Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaPublish | PvaPublish Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
PvaPublishStatus | PvaPublishStatus Action | Typ, der von CrmSvcUtil.exe generiert wird oder verwenden Sie OrganizationRequest, um die erforderlichen Parameter für die Nachricht festzulegen. |
Retrieve | GET [org URI]/api/data/v9.0/bots(botid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/bots Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
SetState | PATCH [org URI]/api/data/v9.0/bots(botid) Aktualisieren der Eigenschaften statecode und statuscode . |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/bots(botid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
UpdateMultiple | UpdateMultiple Action | UpdateMultipleRequest |
Eigenschaften
Eigenschaft | Wert |
---|---|
CollectionSchemaName | bots |
DisplayCollectionName | Chatbots |
DisplayName | Chatbot |
EntitySetName | bots |
IsBPFEntity | False |
LogicalCollectionName | bots |
LogicalName | bot |
OwnershipType | UserOwned |
PrimaryIdAttribute | botid |
PrimaryNameAttribute | name |
SchemaName | bot |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- accesscontrolpolicy
- applicationmanifestinformation
- authenticationconfiguration
- authenticationmode
- authenticationtrigger
- authorizedsecuritygroupids
- botId
- Configuration
- iconbase64
- ImportSequenceNumber
- IsCustomizable
- Language
- name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- ProviderConnectionReferenceId
- publishedby
- publishedon
- RuntimeProvider
- SchemaName
- statecode
- statuscode
- SupportedLanguages
- SynchronizationStatus
- Template
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
accesscontrolpolicy
Eigenschaft | Wert |
---|---|
Description | Defines which users may interact with the bot. |
DisplayName | Access Control Policy |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | accesscontrolpolicy |
RequiredLevel | ApplicationRequired |
Type | Picklist |
accesscontrolpolicy Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Any | Any signed in user is allowed to interact with the bot. |
1 | Chatbot readers | Authentication mode must be Integrated or Custom Azure Active Directory. User must have at least Read access to the Chatbot record. |
2 | Group membership | Authentication mode must be Integrated or Custom Azure Active Directory. To interact with the bot, users must be member of one of the security groups configured in the Authorized Security Groups field OR have Read access to the Chatbot. |
applicationmanifestinformation
Eigenschaft | Wert |
---|---|
Description | Stores information with application manifest data such as Teams application information. |
DisplayName | Application Manifest Information |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | applicationmanifestinformation |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
authenticationconfiguration
Eigenschaft | Wert |
---|---|
Description | Stores information for the authentication configuration. |
DisplayName | Authentication Configuration Information |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | authenticationconfiguration |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
authenticationmode
Eigenschaft | Wert |
---|---|
Description | Defines how the bot should be authenticated to the user. |
DisplayName | Authentication Mode |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | authenticationmode |
RequiredLevel | ApplicationRequired |
Type | Picklist |
authenticationmode Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Unspecified | Chatbot was created before the introduction of this field. The mode is either 'None' if no authentication was configured, or 'Generic OAuth2' if the bot had an authentication node. |
1 | None | The chatbot does not require authentication. |
2 | Integrated | Authentication uses integrated Azure AD configuration. Supports security group access control. The bot has access to the UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the end user. No additional configuration required. |
3 | Custom Azure Active Directory | Provide a custom Azure AD application. Supports security group access control. The bot has access to the IsLoggedIn, AuthToken, UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the user. Skills can leverage the auth token |
4 | Generic OAuth2 | A custom OAuth provider is configured. The chatbot will have access to the IsLoggedIn and AuthToken variables. |
authenticationtrigger
Eigenschaft | Wert |
---|---|
Description | Defines at which point authentication for the bot should be triggered. Security can be enforced at the bot entry point, removing the need for explicit authentication nodes in the dialog flow. |
DisplayName | Authentication trigger |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | authenticationtrigger |
RequiredLevel | ApplicationRequired |
Type | Picklist |
authenticationtrigger Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | As Needed | Sign in happens when the bot reaches an authentication node or when an action requires user authentication. |
1 | Always | Sign-in happens when the conversation starts and any time a token expires. |
authorizedsecuritygroupids
Eigenschaft | Wert |
---|---|
Description | Contains a comma-delimited list of up to 20 Azure Active Directory Group IDs that are allowed to interact with the bot. This field is ignored if Access Control Policy is not set to Group membership. |
DisplayName | Authorized Security Groups |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | authorizedsecuritygroupids |
MaxLength | 739 |
RequiredLevel | None |
Type | String |
botId
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the Chatbot. |
DisplayName | Bot |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | botid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Configuration
Eigenschaft | Wert |
---|---|
Description | Used to store content of bot configuration data. |
DisplayName | Configuration |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | configuration |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
iconbase64
Eigenschaft | Wert |
---|---|
Description | Used to visually identify your bot in channels and services. Represented in a base64 encoded string. Must be in PNG format, and no larger than 30K in size. This value can be changed at any time. |
DisplayName | Icon (Base64) |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | iconbase64 |
MaxLength | 51200 |
RequiredLevel | None |
Type | Memo |
ImportSequenceNumber
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Sequence number of the import that created this record. |
DisplayName | Import Sequence Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | importsequencenumber |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
IsCustomizable
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Is Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
Language
Eigenschaft | Wert |
---|---|
Description | The language identifier (LCID) of this Chatbot. |
DisplayName | Language |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | language |
RequiredLevel | ApplicationRequired |
Type | Picklist |
Language Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1025 | Arabic | |
1028 | Chinese (Traditional) | |
1029 | Czech | |
1030 | Danish | |
1031 | German | |
1032 | Greek | |
1033 | English | |
1034 | Spanish | |
1035 | Finnish | |
1036 | French | |
1040 | Italian | |
1041 | Japanese | |
1042 | Korean | |
1043 | Dutch | |
1044 | Norwegian | |
1045 | Polish | |
1046 | Portuguese (Brazilian) | |
1049 | Russian | |
1053 | Swedish | |
1054 | Thai | |
1055 | Turkish | |
1057 | Indonesian | |
1081 | Hindi | |
2052 | Chinese (Simplified) | |
2057 | English (United Kingdom) | |
3084 | French (Canada) | |
21514 | Spanish (United States) |
name
Eigenschaft | Wert |
---|---|
Description | The display name of the Chatbot. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OverriddenCreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
OwnerId
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Owner Id |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser,team |
Type | Owner |
OwnerIdType
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Owner Id Type |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
ProviderConnectionReferenceId
Eigenschaft | Wert |
---|---|
Description | Unique identifier for Connection Reference associated with Chatbot. |
DisplayName | Provider connection reference |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | providerconnectionreferenceid |
RequiredLevel | None |
Targets | connectionreference |
Type | Lookup |
publishedby
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who last published the bot. |
DisplayName | Published By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | publishedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
publishedon
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the Chatbot was last published |
DisplayName | Published On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | publishedon |
RequiredLevel | None |
Type | DateTime |
RuntimeProvider
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | Runtime provider |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | runtimeprovider |
RequiredLevel | ApplicationRequired |
Type | Picklist |
RuntimeProvider Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Power Virtual Agents | |
1 | Nuance Mix Shell |
SchemaName
Eigenschaft | Wert |
---|---|
Description | Unique name identifying the Chatbot. |
DisplayName | SchemaName |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | schemaname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
statecode
Eigenschaft | Wert |
---|---|
Description | Status of the Chatbot |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
statecode Auswahlen/Optionen
Wert | Etikett | Standardstatuswert | Invariante Name |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
statuscode
Eigenschaft | Wert |
---|---|
Description | Reason for the status of the Chatbot |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
statuscode Auswahlen/Optionen
Wert | Etikett | Status |
---|---|---|
1 | Provisioned | 0 |
2 | Deprovisioned | 1 |
3 | Provisioning | 1 |
4 | ProvisionFailed | 1 |
5 | MissingLicense | 1 |
SupportedLanguages
Eigenschaft | Wert |
---|---|
Description | The list of supported languages by this bot |
DisplayName | Supported languages |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | supportedlanguages |
RequiredLevel | None |
Type | MultiSelectPicklist |
SupportedLanguages Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1025 | Arabic | |
1028 | Chinese (Traditional) | |
1029 | Czech | |
1030 | Danish | |
1031 | German | |
1032 | Greek | |
1033 | English | |
1034 | Spanish | |
1035 | Finnish | |
1036 | French | |
1040 | Italian | |
1041 | Japanese | |
1042 | Korean | |
1043 | Dutch | |
1044 | Norwegian | |
1045 | Polish | |
1046 | Portuguese (Brazilian) | |
1049 | Russian | |
1053 | Swedish | |
1054 | Thai | |
1055 | Turkish | |
1057 | Indonesian | |
1081 | Hindi | |
2052 | Chinese (Simplified) | |
2057 | English (United Kingdom) | |
3084 | French (Canada) | |
21514 | Spanish (United States) |
SynchronizationStatus
Eigenschaft | Wert |
---|---|
Description | Used to store information about the synchronization operations of the bot |
DisplayName | SynchronizationStatus |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | synchronizationstatus |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
Template
Eigenschaft | Wert |
---|---|
Description | Used to identify the template and version used for the bot default content |
DisplayName | Template |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | template |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
TimeZoneRuleVersionNumber
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
UTCConversionTimeZoneCode
Eigenschaft | Wert |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.
- ComponentIdUnique
- ComponentState
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsManaged
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OverwriteTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- ProviderConnectionReferenceIdName
- publishedbyName
- publishedbyYomiName
- SolutionId
- SupportingSolutionId
- VersionNumber
ComponentIdUnique
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Row id unique |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
ComponentState
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
ComponentState Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
CreatedBy
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the record was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who created the record. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
IsManaged
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Indicates whether the solution component is part of a managed solution. |
DisplayName | Is Managed |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
IsManaged Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Standardwert: 0
ModifiedBy
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the user who modified the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the record was modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the delegate user who modified the record. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OverwriteTime
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateAndTime |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
OwnerIdName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Name of the owner |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Yomi name of the owner |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier for the business unit that owns the record |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningBusinessUnitName
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningTeam
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier for the team that owns the record. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier for the user that owns the record. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ProviderConnectionReferenceIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | providerconnectionreferenceidname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
publishedbyName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | publishedbyname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
publishedbyYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | publishedbyyominame |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
SolutionId
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Hinzugefügt von: Basic Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
VersionNumber
Hinzugefügt von: Active Solution-Lösung
Eigenschaft | Wert |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- bot_SyncErrors
- bot_AsyncOperations
- bot_MailboxTrackingFolders
- bot_ProcessSession
- bot_BulkDeleteFailures
- bot_PrincipalObjectAttributeAccesses
- botcomponent_parent_bot
- bot_conversationtranscript
bot_SyncErrors
Hinzugefügt von: System Solution-Lösung
Wie die bot_SyncErrors-Viele-zu-Eins-Beziehung für die syncerror-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_AsyncOperations
Hinzugefügt von: System Solution-Lösung
Wie die bot_AsyncOperations-Viele-zu-Eins-Beziehung für die asyncoperation-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_AsyncOperations |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_MailboxTrackingFolders
Hinzugefügt von: System Solution-Lösung
Wie die bot_MailboxTrackingFolders-Viele-zu-Eins-Beziehung für die mailboxtrackingfolder-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_MailboxTrackingFolders |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_ProcessSession
Hinzugefügt von: System Solution-Lösung
Wie die bot_ProcessSession-Viele-zu-Eins-Beziehung für die processsession-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_ProcessSession |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_BulkDeleteFailures
Hinzugefügt von: System Solution-Lösung
Wie die bot_BulkDeleteFailures-Viele-zu-Eins-Beziehung für die bulkdeletefailure-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_BulkDeleteFailures |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_PrincipalObjectAttributeAccesses
Hinzugefügt von: System Solution-Lösung
Wie die bot_PrincipalObjectAttributeAccesses-Viele-zu-Eins-Beziehung für die principalobjectattributeaccess-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | bot_PrincipalObjectAttributeAccesses |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
botcomponent_parent_bot
Wie die botcomponent_parent_bot-Viele-zu-Eins-Beziehung für die botcomponent-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | botcomponent |
ReferencingAttribute | parentbotid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | botcomponent_parent_bot |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_conversationtranscript
Wie die bot_conversationtranscript-Viele-zu-Eins-Beziehung für die conversationtranscript-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
ReferencingEntity | conversationtranscript |
ReferencingAttribute | bot_conversationtranscriptid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | bot_conversationtranscript |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: Cascade Delete: RemoveLink Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- lk_bot_createdby
- lk_bot_createdonbehalfby
- lk_bot_modifiedby
- lk_bot_modifiedonbehalfby
- user_bot
- team_bot
- business_unit_bot
- bot_connectionreference
- systemuser_bot_publishedby
lk_bot_createdby
Hinzugefügt von: System Solution-Lösung
Siehe die lk_bot_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_bot_createdonbehalfby
Hinzugefügt von: System Solution-Lösung
Siehe die lk_bot_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_bot_modifiedby
Hinzugefügt von: System Solution-Lösung
Siehe die lk_bot_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_bot_modifiedonbehalfby
Hinzugefügt von: System Solution-Lösung
Siehe die lk_bot_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
user_bot
Hinzugefügt von: System Solution-Lösung
Siehe die user_bot-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
team_bot
Hinzugefügt von: System Solution-Lösung
Siehe die team_bot-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.
business_unit_bot
Hinzugefügt von: System Solution-Lösung
Siehe die business_unit_bot-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.
bot_connectionreference
Hinzugefügt von: Power Platform Connection References-Lösung
Siehe die bot_connectionreference-Eins-zu-Viele-Beziehung für die connectionreference-Tabelle/-Entität.
systemuser_bot_publishedby
Hinzugefügt von: System Solution-Lösung
Siehe die systemuser_bot_publishedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Viele-zu-Viele-Beziehungen
Beziehungsdetails, bei denen die Tabelle bot die erste Tabelle in der Beziehung ist. Aufgelistet durch SchemaName.
bot_botcomponent
IntersectEntityName: bot_botcomponent
Tabelle 1
Eigenschaft | Wert |
---|---|
IntersectAttribute | botid |
IsCustomizable | False |
LogicalName | bot |
NavigationPropertyName | bot_botcomponent |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Tabelle 2
Eigenschaft | Wert |
---|---|
LogicalName | botcomponent |
IntersectAttribute | botcomponentid |
NavigationPropertyName | bot_botcomponent |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
bot_environmentvariabledefinition
IntersectEntityName: bot_environmentvariabledefinition
Tabelle 1
Eigenschaft | Wert |
---|---|
IntersectAttribute | botid |
IsCustomizable | False |
LogicalName | bot |
NavigationPropertyName | bot_environmentvariabledefinition |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Tabelle 2
Eigenschaft | Wert |
---|---|
LogicalName | environmentvariabledefinition |
IntersectAttribute | environmentvariabledefinitionid |
NavigationPropertyName | bot_environmentvariabledefinition |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
bot_botcontentpack
IntersectEntityName: bot_botcontentpack
Tabelle 1
Eigenschaft | Wert |
---|---|
IntersectAttribute | botid |
IsCustomizable | False |
LogicalName | bot |
NavigationPropertyName | bot_botcontentpack |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Tabelle 2
Eigenschaft | Wert |
---|---|
LogicalName | botcontentpack |
IntersectAttribute | botcontentpackid |
NavigationPropertyName | bot_botcontentpack |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz bot EntityType